summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-08-20 23:41:34 +0000
committerOlivier Blin <oblin@mandriva.com>2007-08-20 23:41:34 +0000
commita92d910c5f9a4482b446ef3be45e4f2a6cca734e (patch)
tree9adf69d84fd346f06bb0290c96af4243b83b6758
parent6bb9a20923842bc04d3a48028744e323d358c2a8 (diff)
downloaddrakx-net-0.13.tar
drakx-net-0.13.tar.gz
drakx-net-0.13.tar.bz2
drakx-net-0.13.tar.xz
drakx-net-0.13.zip
0.130.13
-rw-r--r--Makefile2
-rw-r--r--NEWS27
2 files changed, 23 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 132ed8e..cf14696 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = drakx-net
-VERSION = 0.12
+VERSION = 0.13
DESTDIR=
libdir=/usr/lib
diff --git a/NEWS b/NEWS
index 35171e5..19f725f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,25 @@
-- fix #30099: draksambashare bad testing for existing shares (aginies)
-- use "Help" instead of "Get Online Help" since the doc is local (thanks damsweb)
-- fix startup with XFCE (Tv, #31834)
-- disable autostart notifications of net_applet (Tv, #18965)
-- add iwl3945/iwl4965 support to replace ipw3945
+0.13:
+- draknetcenter: initial prototype
+- drakroam:
+ o add iwl3945/iwl4965 support to replace ipw3945
+ o show signal strength and encryption flags as tooltip for networks list
+ o remove encryption flags column in networks list
+ o pre-set Managed mode for access points detected as Master (#30303)
+- net_applet:
+ o fix startup with XFCE (Tv, #31834)
+ o disable autostart notifications of net_applet (Tv, #18965)
+ o prevent firing up drakbug when automatic startup is disabled (Tv, #32292)
+ o use "Help" instead of "Get Online Help" since the doc is local (thanks damsweb)
+- draksambashare:
+ o fix existing shares test (aginies, #30099)
+ o use exit instead of return in main code (nvigier, #32374)
+- draknfs (nvigier):
+ o add subtree_check option
+ o fix bug with sync/async option
+ o nfs service was renamed to nfs-server for 2008.0
+ o fix path for do_pkgs->ensure_is_installed : /sbin/rpc.statd
+ is from nfs-utils-client package, not nfs-utils
+ o use exit instead of return in main code
0.12:
- fix check of nfs-utils-clients installation (Tv)