diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-21 22:33:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-21 22:33:59 +0000 |
commit | 9ab7bb7d89e2b86d87b6f7ddc4ccf005f0efd838 (patch) | |
tree | 5e3821b9e706f801c77e3cf9a6ee8f4d556502e5 /sysutils/libnotify | |
parent | 2686cdc3480ef3237267f0bac6670517e8b771d7 (diff) | |
download | pkgsrc-9ab7bb7d89e2b86d87b6f7ddc4ccf005f0efd838.tar.gz |
Update to 0.4.4:
version 0.4.4 (27-February-2007):
* Fixed a bug where a notification's ID could be reset when a different
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)
Diffstat (limited to 'sysutils/libnotify')
-rw-r--r-- | sysutils/libnotify/Makefile | 4 | ||||
-rw-r--r-- | sysutils/libnotify/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/libnotify/Makefile b/sysutils/libnotify/Makefile index d5cfc154747..2d224102f07 100644 --- a/sysutils/libnotify/Makefile +++ b/sysutils/libnotify/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2006/11/13 20:47:42 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2007/03/21 22:33:59 wiz Exp $ # -DISTNAME= libnotify-0.4.3 +DISTNAME= libnotify-0.4.4 CATEGORIES= sysutils gnome MASTER_SITES= http://www.galago-project.org/files/releases/source/libnotify/ diff --git a/sysutils/libnotify/distinfo b/sysutils/libnotify/distinfo index dae6ea01744..6972ce7ff3d 100644 --- a/sysutils/libnotify/distinfo +++ b/sysutils/libnotify/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2006/11/13 20:47:42 drochner Exp $ +$NetBSD: distinfo,v 1.6 2007/03/21 22:33:59 wiz Exp $ -SHA1 (libnotify-0.4.3.tar.gz) = 7d175003b91227b1101e867a67147852af20c9d6 -RMD160 (libnotify-0.4.3.tar.gz) = c4e42c9407b57633b87ad088a8cb7795b253e5e6 -Size (libnotify-0.4.3.tar.gz) = 389402 bytes +SHA1 (libnotify-0.4.4.tar.gz) = 51375cb75ea933962bb3bf594f8f1856968aa2e7 +RMD160 (libnotify-0.4.4.tar.gz) = d5f1a2b63b98dc4abcd521b625ff5e7c206741c8 +Size (libnotify-0.4.4.tar.gz) = 395528 bytes |