2005-10-19 Christopher Aillon <caillon@redhat.com>
authorChristopher Aillon <caillon@redhat.com>
Wed, 19 Oct 2005 17:14:43 +0000 (17:14 +0000)
committerChris Aillon <caillon@redhat.com>
Wed, 19 Oct 2005 17:14:43 +0000 (17:14 +0000)
* NEWS:
* configure.in:
NetworkManager 0.5.1 release

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

NEWS
configure.in

diff --git a/NEWS b/NEWS
index 52a98a9..b49daec 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+==============================================
+NetworkManager-0.5.1
+Overview of changes since NetworkManager-0.5.0
+==============================================
+
+* NetworkManager
+       * Don't drop the last scanned AP (Dan Williams)
+       * Broadcast state change when disconnected (Robert Love)
+       * The Slackware backend now builds (Nico)
+       * Don't install unsued config files (Dan Williams)
+       * Add a test for libnm_glib_unregister_callback (Christopher Aillon)
+       * Requires wireless-tools 28pre9 (Christopher Aillon)
+
+* nm-applet
+       * Use g_get_host_name () if we've got it (Christopher Aillon)
+       * Fix an unitialized variable (Robert Love)
+       * Fix sensitivity of VPN items (Robert Love)
+
+
 ==============================================
 NetworkManager-0.5.0
 Overview of changes since NetworkManager-0.4.1
index bcd3041..64d4cdc 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.52)
 
-AC_INIT(NetworkManager, 0.5.0, dcbw@redhat.com, NetworkManager)
+AC_INIT(NetworkManager, 0.5.1, dcbw@redhat.com, NetworkManager)
 AM_INIT_AUTOMAKE([subdir-objects])
 AM_MAINTAINER_MODE