summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hammond <chipx86@chipx86.com>2007-02-15 11:10:55 +0000
committerChristian Hammond <chipx86@chipx86.com>2007-02-15 11:10:55 +0000
commitd84da37d79b9393409fa621e49ca95c7a7b67d77 (patch)
treeed5bc8ae06d0587b52a4f7f29679e3ce77b7651d
parent024008efc7dea7d188a453974fb70f694b1d6bfb (diff)
downloadlibnotify-d84da37d79b9393409fa621e49ca95c7a7b67d77.tar.gz
Update with all the fixes in this release.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS6
2 files changed, 11 insertions, 0 deletions
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 <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:
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.