summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* fix untranslatable strings (Yuri Chornoivan, mga#8638Thierry Vignaud2013-01-191-1/+1
|
* fix untranslatable strings (Yuri Chornoivan, mga#8640)Thierry Vignaud2013-01-181-0/+2
|
* 1.171.17Thomas Backlund2013-01-161-0/+1
|
* update translationsThomas Backlund2013-01-161-0/+1
|
* draknfs: check /usr/sbin/rpc.nfsd instead of service fileOlivier Blin2012-10-131-0/+2
|
* 1.161.16Thierry Vignaud2012-10-121-0/+1
|
* Fix typo in NEWS fileNicolas Lécureuil2012-10-111-1/+1
|
* fix nfs-utils detection now that we use only systemd (mga#7654)Nicolas Lécureuil2012-10-111-0/+1
|
* (get_tty_device) fix device path for "cdc_acm" (mga#3841)Thierry Vignaud2012-09-061-0/+2
|
* fix bug IDThierry Vignaud2012-09-061-1/+1
|
* 1.15.11.15.1Thierry Vignaud2012-09-051-0/+1
|
* remove invalid character in source code that makes drakx-net tools crashOlivier Blin2012-09-051-0/+2
|
* 1.151.15Thierry Vignaud2012-09-051-0/+1
|
* (reload_net_applet) fix crash when net_applet doesn't run (mga#6040)Thierry Vignaud2012-09-051-0/+2
|
* 1.141.14Thierry Vignaud2012-09-041-0/+1
|
* fix crashing due to missing icon (mga#5223)Thierry Vignaud2012-09-041-0/+1
|
* (check_setup) fix a crash (mga#6847)Thierry Vignaud2012-09-041-0/+1
| | | | | it would be better to make button insensitive until a network is selected though...
* (connected) use chroot's /etc/resolv.conf if stage1 didn't write anyThierry Vignaud2012-09-041-0/+2
| | | | (Derek Jennings, mga#5772)
* (apply_connection) wait for network to show up the same way as in theThierry Vignaud2012-09-041-0/+3
| | | | installer (Derek Jennings, mga#5830)
* add bug referenceOlivier Blin2012-07-221-1/+1
|
* 1.131.13Olivier Blin2012-07-221-0/+1
|
* fix installing ralink firmware for 2860 and 2870 chipsetsOlivier Blin2012-07-221-0/+2
| | | | | (also drop 3090 checks, the driver has been merged in others)
* install rtlwifi-firmware for r8712u driver (#6064)Olivier Blin2012-06-101-0/+2
|
* 1.121.12Thierry Vignaud2012-05-111-0/+1
|
* fix connectivity test during install (and possibly standalone) by Olivier Blin2012-05-101-0/+3
| | | | | calling res_init before hostname resolution (#5772)
* 1.111.11Thierry Vignaud2012-05-101-0/+1
|
* (connected) fix testing network connectivy test after resolv.conf changesThierry Vignaud2012-05-101-0/+3
| | | | (Derek Jennings, mga#5772)
* 1.101.10Olivier Blin2012-04-301-0/+1
|
* another fix for iwlagn firmware installation since reported module name is ↵Olivier Blin2012-04-291-0/+2
| | | | iwlwifi (#5549)
* install rtlwifi-firmware for rtl8192 driversOlivier Blin2012-04-291-0/+1
|
* remove rtl8187se thirdparty check, it has been in mainline for a long time ↵Olivier Blin2012-04-291-0/+3
| | | | already
* 1.91.9Thomas Backlund2012-04-281-0/+1
|
* further fix iwlagn firmware installationOlivier Blin2012-04-271-0/+2
|
* fix bug IDThierry Vignaud2012-04-261-1/+1
|
* 1.81.8Thierry Vignaud2012-04-251-0/+1
|
* (ask_driver) do not try to access the full chroot path when running in ↵Thierry Vignaud2012-04-251-0/+2
| | | | | | chroot (mga#56052) still need to look at #26046 and #44416
* install ralink-firmware for rt61/73/2860/2870/3090 driversOlivier Blin2012-04-231-0/+1
|
* fix iwlagn firmware package installation (#5549) and make iwl3945/4965 check ↵Olivier Blin2012-04-221-0/+3
| | | | faster by fixing test file
* version 1.7 fixes b43 firmware path (#5419)1.7José Jorge2012-04-161-0/+3
|
* 1.61.6Colin Guthrie2012-04-111-0/+1
|
* ensure /etc/hostname has a newline as per upstream specs (#4672)Colin Guthrie2012-03-251-0/+2
|
* 1.51.5Thierry Vignaud2012-03-221-0/+1
|
* nfs: add .conf suffix to lockd.drakx file in /etc/modprobe.dOlivier Blin2012-03-201-0/+1
|
* (warn_not_found) fix bogus messages about 3rd party driversThierry Vignaud2012-03-201-0/+1
| | | | introduced when importing+cleaning
* (set_ifw) fix cleaning old rulesThierry Vignaud2012-03-201-0/+1
| | | | | issue introduced by blino in r239468 on Mar 14 2008: "remove old Ifw rule if needed"
* (read_nfs_ports) fix listing NFS portsThierry Vignaud2012-03-201-0/+2
| | | | | bug introduced by eugeni in r254161 on Mar 17 2009: "Supporting custom user-defined NFS ports."
* (detect_crda_domain) fix CRDA never set to 'US' when country not in CRDA domainsThierry Vignaud2012-03-201-0/+3
| | | | | | | | | | | | | | we would set CRDA to 'US' only if country was undefined instead of not in CRDA domains. might help quite a log bug reports... (bug introduced by eugeni in commit r256513 on Apr 15 2009) caught while performing perl_checker cleanup & fixes, the most beautiful being in detect_crda_domain(): - if (grep($country, @crda_domains)) { + if (member($country, @crda_domains)) { exercise left to the reader...
* 1.41.4Thierry Vignaud2012-03-121-0/+1
|
* adapt to drakxtools-13.92+ API change which fixes mgaapplet crashing on majorThierry Vignaud2012-03-121-0/+2
| | | | | | | | | perl live upgrade, thus reducing the amount of resident memory used by net_applet by not loading so much useless perl modules (regression introduced when adding support for reading routes with kernel-2.6.38+)
* drakfirewall: list SSL flavor of POP3/IMAP/SMTP portsOlivier Blin2012-01-151-0/+2
|