diff options
author | wiz <wiz> | 2009-01-07 20:57:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-01-07 20:57:43 +0000 |
commit | eb27b371df30193d4e6a37d5849ecd53bc3f6254 (patch) | |
tree | 1bd2324df04e24ea08f3b395f3a451b2c397c066 /sysutils/dbus-glib/Makefile | |
parent | 6b16d2db1edd40fd821dfb485b051f91da762b1f (diff) | |
download | pkgsrc-eb27b371df30193d4e6a37d5849ecd53bc3f6254.tar.gz |
Update to 0.78:
D-Bus GLib Bindings 0.78 (04 Dec 2008)
Thanks to Robert McQueen, Philip Van Hoof, David Zeuthen, Colin
Walters, Dan Williams, Nick Welch, Tomas Pelka and others for their
contributions.
Reliability fixes:
- #16114 [patch] wincaps-to-uscore property names for GetAll()
- #16419: recursive variants demarshaling limits
- #18573: service tracker race
Other notable fixes and enhancements:
- #17329: allow hash tables to contain complex types
- #17798: add support for 'o', 'g' and 'as' in dictionaries
- #16925: bash completion for dbus-send
Diffstat (limited to 'sysutils/dbus-glib/Makefile')
-rw-r--r-- | sysutils/dbus-glib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dbus-glib/Makefile b/sysutils/dbus-glib/Makefile index efa1c7d5a8a..30dff567249 100644 --- a/sysutils/dbus-glib/Makefile +++ b/sysutils/dbus-glib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2008/06/13 11:32:28 drochner Exp $ +# $NetBSD: Makefile,v 1.18 2009/01/07 20:57:43 wiz Exp $ # -DISTNAME= dbus-glib-0.76 +DISTNAME= dbus-glib-0.78 CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-glib/ |