Update with all the fixes in this release.

This commit is contained in:
Christian Hammond 2007-02-15 11:10:55 +00:00
parent 024008efc7
commit d84da37d79
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Thu Feb 15 03:10:39 PST 2007 Christian Hammond <chipx86@chipx86.com>
* NEWS:
- Update with all the fixes in this release.
Thu Feb 15 02:44:16 PST 2007 Christian Hammond <chipx86@chipx86.com>
* libnotify/notification.c:

6
NEWS
View File

@ -3,6 +3,12 @@ version 0.4.4:
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.