Changeset 2972
- Timestamp:
- 02/15/07 03:10:55
- Files:
-
- trunk/libnotify/ChangeLog (modified) (1 diff)
- trunk/libnotify/NEWS (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libnotify/ChangeLog
r2968 r2972 1 Thu Feb 15 03:10:39 PST 2007 Christian Hammond <chipx86@chipx86.com> 2 3 * NEWS: 4 - Update with all the fixes in this release. 5 1 6 Thu Feb 15 02:44:16 PST 2007 Christian Hammond <chipx86@chipx86.com> 2 7 trunk/libnotify/NEWS
r2937 r2972 4 4 * Fixed a crash when the D-BUS proxy was not being freed on notify_uninit, 5 5 which was problematic when used in a loadable module. (Bug #92) 6 * Fixed a crash when a signal handler for the notification's closed signal 7 caused the notification to be destroyed. (Bug #116) 8 * Fixed memory leaks when creating notifications. (Bug #112) 9 * Fixed potential memory leaks where the function passed to 10 notify_notification_add_action to free the user data was not being 11 called. (Bug #119) 6 12 7 13 version 0.4.3 (8-October-2006):
