[Galago-commits] r2972 - trunk/libnotify

galago-commits at freedesktop.org galago-commits at freedesktop.org
Thu Feb 15 03:10:57 PST 2007


Author: chipx86
Date: 2007-02-15 03:10:55 -0800 (Thu, 15 Feb 2007)
New Revision: 2972

Modified:
   trunk/libnotify/ChangeLog
   trunk/libnotify/NEWS
Log:
Update with all the fixes in this release.


Modified: trunk/libnotify/ChangeLog
===================================================================
--- trunk/libnotify/ChangeLog	2007-02-15 11:07:09 UTC (rev 2971)
+++ trunk/libnotify/ChangeLog	2007-02-15 11:10:55 UTC (rev 2972)
@@ -1,3 +1,8 @@
+Thu Feb 15 03:10:39 PST 2007  Christian Hammond <chipx86 at chipx86.com>
+
+	* NEWS:
+	  - Update with all the fixes in this release.
+
 Thu Feb 15 02:44:16 PST 2007  Christian Hammond <chipx86 at chipx86.com>
 
 	* libnotify/notification.c:

Modified: trunk/libnotify/NEWS
===================================================================
--- trunk/libnotify/NEWS	2007-02-15 11:07:09 UTC (rev 2971)
+++ trunk/libnotify/NEWS	2007-02-15 11:10:55 UTC (rev 2972)
@@ -3,6 +3,12 @@
 	  notification was closed. Patch by jylefort. (Bug #94)
 	* Fixed a crash when the D-BUS proxy was not being freed on notify_uninit,
 	  which was problematic when used in a loadable module. (Bug #92)
+	* Fixed a crash when a signal handler for the notification's closed signal
+	  caused the notification to be destroyed. (Bug #116)
+	* Fixed memory leaks when creating notifications. (Bug #112)
+	* Fixed potential memory leaks where the function passed to
+	  notify_notification_add_action to free the user data was not being
+	  called. (Bug #119)
 
 version 0.4.3 (8-October-2006):
 	* Fixed the raw image data support to send the correct array type.



More information about the galago-commits mailing list