2005-10-19 Christopher Aillon <caillon@redhat.com>

* 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
This commit is contained in:
Christopher Aillon 2005-10-19 17:14:43 +00:00 committed by Chris Aillon
parent d084a1e4b4
commit acddcf4a4c
2 changed files with 20 additions and 1 deletions

19
NEWS
View file

@ -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

View 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