From d84da37d79b9393409fa621e49ca95c7a7b67d77 Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Thu, 15 Feb 2007 11:10:55 +0000 Subject: [PATCH] Update with all the fixes in this release. --- ChangeLog | 5 +++++ NEWS | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index e6da548..1076745 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 15 03:10:39 PST 2007 Christian Hammond + + * NEWS: + - Update with all the fixes in this release. + Thu Feb 15 02:44:16 PST 2007 Christian Hammond * libnotify/notification.c: diff --git a/NEWS b/NEWS index 68e4d61..a74e2fb 100644 --- a/NEWS +++ b/NEWS @@ -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.