From 94dfb30e75f943c5b95bc90141b493279f76dfbb Mon Sep 17 00:00:00 2001 From: Robert Love Date: Fri, 3 Mar 2006 20:34:13 +0000 Subject: [PATCH] 2006-03-03 Robert Love * 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 | 5 +++++ NEWS | 32 ++++++++++++++++++++++++++++++++ configure.in | 2 +- 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e0df2e0d00..d88f9b16a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-03 Robert Love + + * configure.in: Bump version to 0.6.0. + * NEWS: Update. + 2006-03-03 Robert Love * configure.in: Require DBUS 0.60 or later. diff --git a/NEWS b/NEWS index b49daecbf9..8226026508 100644 --- 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 diff --git a/configure.in b/configure.in index 9fa28ba4bc..89cd7849b2 100644 --- a/configure.in +++ b/configure.in @@ -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 -- GitLab