[NetworkManager/f15/master] Update to git snapshot with 802.1x and other fixes

Daniel Williams dcbw at fedoraproject.org
Tue Apr 19 06:32:01 UTC 2011


commit 032a36d8bb74b31c6fbc10ef7019ab6f2b79567d
Author: Dan Williams <dcbw at redhat.com>
Date:   Tue Apr 19 01:33:39 2011 -0500

    Update to git snapshot with 802.1x and other fixes

 .gitignore          |    2 ++
 NetworkManager.spec |   17 ++++++++++++++---
 sources             |    4 ++--
 3 files changed, 18 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aa33ce5..51b885a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -237,3 +237,5 @@ network-manager-applet-0.8.1.tar.bz2
 /NetworkManager-0.8.998-compat.tar.bz2
 /network-manager-applet-0.8.998.tar.bz2
 /NetworkManager-0.8.998-compat.git20110406.tar.bz2
+/NetworkManager-0.8.998-compat.git20110419.tar.bz2
+/network-manager-applet-0.8.998.git20110419.tar.bz2
diff --git a/NetworkManager.spec b/NetworkManager.spec
index 2dde2c5..49a9256 100644
--- a/NetworkManager.spec
+++ b/NetworkManager.spec
@@ -7,15 +7,15 @@
 %define libnl_version 1.1
 %define ppp_version 2.4.5
 
-%define snapshot .git20110406
-%define applet_snapshot %{nil}
+%define snapshot .git20110419
+%define applet_snapshot .git20110419
 %define realversion 0.8.998
 
 Name: NetworkManager
 Summary: Network connection manager and user applications
 Epoch: 1
 Version: 0.8.998
-Release: 2%{snapshot}%{?dist}
+Release: 3%{snapshot}%{?dist}
 Group: System Environment/Base
 License: GPLv2+
 URL: http://www.gnome.org/projects/NetworkManager/
@@ -359,6 +359,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 /lib/udev/rules.d/*.rules
 # systemd stuff
 /lib/systemd/system/NetworkManager.service
+/lib/systemd/system/NetworkManager-wait-online.service
 %{_datadir}/dbus-1/system-services/org.freedesktop.NetworkManager.service
 
 %files devel
@@ -419,6 +420,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/gtk-doc/html/libnm-util/*
 
 %changelog
+* Tue Apr 19 2011 Dan Williams <dcbw at redhat.com> - 0.8.998-3.git20110419
+- core: systemd and startup enhancements for NFS mounts
+- core: more efficient startup process
+- core: fix handling of multiple logins when one is inactive
+- core: fix handling of S390/Hercules CTC network interfaces (rh #641986)
+- core: support Easytether interfaces for Android phones
+- core: fix handling of WWAN enable/disable states
+- ifcfg-rh: harmonize handling if IPADDR/PREFIX/NETMASK with initscripts (rh #658907)
+- applet: fix connection to WPA Enterprise networks (rh #694765)
+
 * Wed Apr 06 2011 Dan Williams <dcbw at redhat.com> - 0.8.998-2.git20110406
 - core: fix handling of infinite IPv6 RDNSS timeouts (rh #689291)
 
diff --git a/sources b/sources
index 8e4c56e..fd4bc50 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-33e187b22b5cb99df331c8f0b67e9e57  network-manager-applet-0.8.998.tar.bz2
-21afefb48195a1cb52a808d56d519ad8  NetworkManager-0.8.998-compat.git20110406.tar.bz2
+3e38ced172e618b31bcde168ea3e6e6a  NetworkManager-0.8.998-compat.git20110419.tar.bz2
+6b67614645d522e7a947090cf6c9c5f1  network-manager-applet-0.8.998.git20110419.tar.bz2


More information about the scm-commits mailing list