2006-03-03 Robert Love <rml@novell.com>
authorRobert Love <rml@novell.com>
Fri, 3 Mar 2006 20:34:13 +0000 (20:34 +0000)
committerRobert Love <rlove@rlove.org>
Fri, 3 Mar 2006 20:34:13 +0000 (20:34 +0000)
* configure.in: Bump version to 0.6.0.
* NEWS: Update.

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1544 4912f4e0-d625-0410-9fb7-b9a5a253dbdc

ChangeLog
NEWS
configure.in

index e0df2e0..d88f9b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-03  Robert Love  <rml@novell.com>
+
+       * configure.in: Bump version to 0.6.0.
+       * NEWS: Update.
+
 2006-03-03  Robert Love  <rml@novell.com>
 
        * configure.in: Require DBUS 0.60 or later.
diff --git a/NEWS b/NEWS
index b49daec..8226026 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+==============================================
+NetworkManager-0.6.0
+Overview of changes since NetworkManager-0.5.1
+==============================================
+
+This releases ushers in WPA support, as well as many other features, bug fixes,
+and clean ups.
+
+We now require libnl, a netlink library (http://people.suug.ch/~tgr/libnl/) and wpa_supplicant, a WPA supplicant (http://hostap.epitest.fi/wpa_supplicant/).
+
+Two new VPN modules are part of the distribution: openvpn and pptp.
+
+* NetworkManager
+       * WPA and WPA2 support (Dan Williams)
+       * WPA Enterprise support (Robert Love)
+       * Rearchitecting, refactoring (Dan Williams)
+       * wpa_supplicant support (Dan Williams, Kay Sievers)
+       * NIS support (Robert Love)
+       * DHCP hostname support (Timo Hoenig)
+       * ISDN support, improve dial up support (Robert Love)
+       * Man pages (Robert Love)
+       * Survive DBUS and HAL restarts (Timo Hoening)
+       * Generate PID files (Dan Willians)
+       * Bug fixes and clean ups (the whole gang)
+
+* nm-applet
+       * New tray icon look and behavior (Robert Love, Dan Williams)
+       * New wireless security layer (Dan Williams)
+       * New "Enable Networking" toggle (Robert Love)
+       * Display speed of current connection (Robert Love)
+       * Bug fixes and clean ups (the whole gang)
+
 ==============================================
 NetworkManager-0.5.1
 Overview of changes since NetworkManager-0.5.0
index 9fa28ba..89cd784 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.52)
 
-AC_INIT(NetworkManager, 0.5.1, dcbw@redhat.com, NetworkManager)
+AC_INIT(NetworkManager, 0.6.0, dcbw@redhat.com, NetworkManager)
 AM_INIT_AUTOMAKE([subdir-objects])
 AM_MAINTAINER_MODE