diff options
author | Christian Hammond <chipx86@chipx86.com> | 2006-09-04 06:45:34 +0000 |
---|---|---|
committer | Christian Hammond <chipx86@chipx86.com> | 2006-09-04 06:45:34 +0000 |
commit | fead26f260e3ef06d7515f6aed2a6301d15fece8 (patch) | |
tree | 06554a5ec4a166bbe94c5a77e761b2709591b2fd /NEWS | |
parent | ed9bc42c6f5f07489694d1d7d571a423446950e2 (diff) | |
download | libnotify-fead26f260e3ef06d7515f6aed2a6301d15fece8.tar.gz |
Patch by berndth to stop using g_atexit, as this can fail in the case of a dynamically loaded module. Applications should now call notify_uninit() on exit or on plugin unload. This closes bug #86.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +version 0.4.3: + * Fixed the raw image data support to send the correct array type. + Patch by mderezynski. (Bug #68) + * Fixed configure.ac to check for the required version of glib (2.6). + Patch by compnerd. (Bug #69) + * Fixed invalid notification IDs when notify_notification_show() is called + on a notification that had already been closed or had expired. Now, + the notification will receive a new ID. Patch by Ed Catmur. (Bug #78) + * Fixed the property change notification used when setting a GtkStatusIocn. + It was emitting "attach-icon" but should have been emitted "status-icon". + (Bug #81) + * notify_uninit is no longer called automatically at exit. Applications + and libraries should do this manually. Patch by berndth. (Bug #86) + version 0.4.2 (17-June-2006): * Add G_BEGIN_DECLS and G_END_DECLS to notify.h, so that libnotify can be used in C++ applications properly. |