2008-09-10 Darren Kenny <[email protected]>
authordkenny
Wed, 10 Sep 2008 18:20:32 +0000
changeset 13520 c7d1d98acca0
parent 13519 5b194c37db79
child 13521 d3f12edba565
2008-09-10 Darren Kenny <[email protected]> * base-specs/nwam-manager.spec: Bump to 0.5.4 (skipped 0.5.3 which was broken). Fixes the issues: - Stopped periodic scans since nwamd was doing it's own. - Fixed issue where nwam-manager was making nwamd connect to a network when it wasn't listed in the known networks. - Fixed issue where nwam-manager was telling nwamd to select an interface when there had been no user action to cause it. - Fixed a double free issue introduced in 0.5.2 when trying to ensure there wasn't a memory-leak. - Fixed extraneous unref which on restarts of nwamd was causing nwam-manager to crash.
ChangeLog
base-specs/nwam-manager.spec
--- a/ChangeLog	Wed Sep 10 17:39:12 2008 +0000
+++ b/ChangeLog	Wed Sep 10 18:20:32 2008 +0000
@@ -1,3 +1,18 @@
+2008-09-10  Darren Kenny  <[email protected]>
+
+	* base-specs/nwam-manager.spec:
+	  Bump to 0.5.4 (skipped 0.5.3 which was broken).
+	  Fixes the issues:
+	  - Stopped periodic scans since nwamd was doing it's own.
+	  - Fixed issue where nwam-manager was making nwamd connect to a
+	    network when it wasn't listed in the known networks.
+	  - Fixed issue where nwam-manager was telling nwamd to select an
+	    interface when there had been no user action to cause it.
+	  - Fixed a double free issue introduced in 0.5.2 when trying to
+	    ensure there wasn't a memory-leak.
+	  - Fixed extraneous unref which on restarts of nwamd was
+	    causing nwam-manager to crash.
+
 2008-09-10  Ghee Teo <[email protected]>
 
 	* SUNWgnome-nettool.spec: add %doc to %files
--- a/base-specs/nwam-manager.spec	Wed Sep 10 17:39:12 2008 +0000
+++ b/base-specs/nwam-manager.spec	Wed Sep 10 18:20:32 2008 +0000
@@ -11,7 +11,7 @@
 Name:         nwam-manager
 License:      CDDL
 Group:        System/GUI/GNOME
-Version:      0.5.2
+Version:      0.5.4
 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
 Source:       http://www.opensolaris.org/os/project/nwam/picea/%{name}-%{version}.tar.gz
@@ -103,6 +103,10 @@
 %{_includedir}/nwam/*
 
 %changelog
+* Wed Sep 8 2008 - [email protected]
+- Bump to 0.5.4 to fix a stupid mistake with non-population of menu.
+* Wed Sep 8 2008 - [email protected]
+- Bump to 0.5.3 to get several minor fixes from feedback on nwam-discuss.
 * Tue Sep 9 2008 - [email protected]
 - Change tarball location to somewhere that I know it will be visible
   immediately on upload.