diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-11-14 19:05:24 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-11-14 19:05:24 +0000 |
commit | b523eb943ca00ec95e5f94321e7979413bb859ef (patch) | |
tree | 9ca1fb6874c3280a2f3d02b6da3e70c81bc6137c | |
parent | 37f101317665ed7f44ca31a51b2261dd97e7ebb8 (diff) | |
download | drakx-net-b523eb943ca00ec95e5f94321e7979413bb859ef.tar drakx-net-b523eb943ca00ec95e5f94321e7979413bb859ef.tar.gz drakx-net-b523eb943ca00ec95e5f94321e7979413bb859ef.tar.bz2 drakx-net-b523eb943ca00ec95e5f94321e7979413bb859ef.tar.xz drakx-net-b523eb943ca00ec95e5f94321e7979413bb859ef.zip |
0.53
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 12 |
2 files changed, 13 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = drakx-net -VERSION = 0.52 +VERSION = 0.53 DESTDIR= libdir=/usr/lib @@ -1,6 +1,18 @@ +0.53: - drakfirewall: o do not display any banner when embedded (#44732) o honnor canceling interactive firewall +- wireless backend: + o run wpa_cli reconfigure after writing network settings in wpa + config file + o reload networks list from wpa_supplicant before checking if a + network is configured (fixes showing configure window again when + clicking Connect right after Configure) +- connection frontends: + o allow to sort networks list (from Pascal Terjan, #40177) + o allow to search in networks list (from Pascal Terjan) +- netcenter: + o use network connection type as primary interface label 0.52: - wireless backend: |