2008-09-08 Darren Kenny <[email protected]>
authordkenny
Mon, 08 Sep 2008 19:23:30 +0000
changeset 13441 6b7c8931293f
parent 13440 b89879b99eb9
child 13442 0478fb7da88b
2008-09-08 Darren Kenny <[email protected]> * base-specs/nwam-manager.spec: Bump to 0.5.2 to get fixes for: - Bug#6745722 where interface down and unselect messages were messing up the UI when it wasn't the active interface. - Bug#6745720 where a WlanSelectionNeeded and WlanKeyNeeded event should also make the interface the active interface or things will be out of sync between the UI and nwamd. - Make some more messages consistent. - Bug#6745719 where we were greying out the menu items when a valid selection was still possible. Since we can't determine what is and isn't possible before selection, we cannot grey them out anymore, so will instead report an error if an invalid item is selected.
ChangeLog
base-specs/nwam-manager.spec
--- a/ChangeLog	Mon Sep 08 16:17:32 2008 +0000
+++ b/ChangeLog	Mon Sep 08 19:23:30 2008 +0000
@@ -1,3 +1,19 @@
+2008-09-08  Darren Kenny  <[email protected]>
+
+	* base-specs/nwam-manager.spec:
+	  Bump to 0.5.2 to get fixes for:
+	  - Bug#6745722 where interface down and unselect messages were
+	    messing up the UI when it wasn't the active interface.
+	  - Bug#6745720 where a WlanSelectionNeeded and WlanKeyNeeded event
+	    should also make the interface the active interface or things will
+	    be out of sync between the UI and nwamd.
+	  - Make some more messages consistent.
+	  - Bug#6745719 where we were greying out the menu items when a
+	    valid selection was still possible. Since we can't determine what
+	    is and isn't possible before selection, we cannot grey them out
+	    anymore, so will instead report an error if an invalid item is
+	    selected.
+
 2008-09-08 Erwann Chenede - <[email protected]>
 
 	* patches/nautilus-13-zfs-snapshot.diff : initial implementation 
--- a/base-specs/nwam-manager.spec	Mon Sep 08 16:17:32 2008 +0000
+++ b/base-specs/nwam-manager.spec	Mon Sep 08 19:23:30 2008 +0000
@@ -11,7 +11,7 @@
 Name:         nwam-manager
 License:      CDDL
 Group:        System/GUI/GNOME
-Version:      0.5.1
+Version:      0.5.2
 Summary:      Network Auto-Magic User Interface
 Source:       http://src.opensolaris.org/source/raw/jds/nwam-manager/branches/phase-0.5/tarballs/%{name}-%{version}.tar.gz
 #Source1:      %{name}-po-sun-%{po_sun_version}.tar.bz2
@@ -102,6 +102,8 @@
 %{_includedir}/nwam/*
 
 %changelog
+* Mon Sep 8 2008 - [email protected]
+- Bump to 0.5.2, to get fixes for bugs#6745722,6745720,6745719
 * Fri Sep 5 2008 - [email protected]
 - Bump to 0.5.1
 * Thu Sep 4 2008 - [email protected]