diff options
author | wiz <wiz@pkgsrc.org> | 2009-12-06 22:25:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-12-06 22:25:19 +0000 |
commit | 94099e09c8b539f9c692ff0ff183bfc8e59c7754 (patch) | |
tree | f6368eea84637e6ce1c8c6024577630b14cd8cd2 /chat/telepathy-glib/Makefile | |
parent | fd3692b52df979d8d767cd7a5ad3e6e9f95ac61a (diff) | |
download | pkgsrc-94099e09c8b539f9c692ff0ff183bfc8e59c7754.tar.gz |
Update to 0.9.1:
telepathy-glib 0.9.2 (2009-12-03)
=================================
The "old-fashioned, with no silly mods" release.
Dependencies:
* dbus-glib (>= 0.82) is now required
Enhancements:
* Add tp_value_array_build utility function (sjoerd)
* Add tp_g_signal_connect_object, a non-leaky version of
g_signal_connect_object (alsuren)
* fd.o #25283: add constants for namespaced D-Bus property names,
such as TP_PROP_CHANNEL_CHANNEL_TYPE (smcv)
* fd.o #25235: add <telepathy-glib/telepathy-glib.h> which includes
the most commonly-used headers (danni)
Fixes:
* fd.o #24257: make sure tp_account_prepare, tp_account_manager_prepare
will fail if the object is invalidated, rather than never finishing
(alsuren)
* fd.o #25051: fix a use-after-free in TpAccountManager by disconnecting
signal handlers on destruction (alsuren)
* fd.o #24654: fix a potential use-after-free in TpAccount and TpAccountManager
by copying the list of features required (alsuren)
* Future-proof TpAccount and TpAccountManager to allow more than one Feature
(alsuren)
* fd.o #24394: improve code portability to Windows headers and compilers,
based on patches from Matti Reijonen (smcv)
* fd.o #25121: fix failure to link when -Wl,--no-add-needed is used, which is
the (faster) default behaviour for binutils-gold (Debian #556486) (smcv)
* Fix various coverity nits, including a missing call to va_end,
and a typo in the documentation (smcv)
* fd.o #25359: alter code generation to cope with arbitrary UTF-8 in the
spec (wjt)
* fd.o #25335: glib-client-gen: annotate deprecated D-Bus methods (jonny)
* Don't rely on enum types being unsigned (sjoerd)
* fd.o #25181: avoid unnecessary D-Bus calls re-fetching existing TpContact
objects (alsuren)
* fd.o #25384: if accounts fail to prepare while the account manager is
preparing, drop them from the list of valid accounts rather than
never terminating (alsuren)
* If the fake AccountManager doesn't appear for some reason during AM
regression tests, don't start the system implementation (alsuren)
* Fix a theoretical reference-leak in TpAccountManager, and some memory
leaks in examples and regression tests (smcv)
Diffstat (limited to 'chat/telepathy-glib/Makefile')
-rw-r--r-- | chat/telepathy-glib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile index 63e57ec1b53..6839e917118 100644 --- a/chat/telepathy-glib/Makefile +++ b/chat/telepathy-glib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2009/12/02 12:01:05 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2009/12/06 22:25:19 wiz Exp $ # -DISTNAME= telepathy-glib-0.9.1 +DISTNAME= telepathy-glib-0.9.2 CATEGORIES= chat MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-glib/ @@ -29,7 +29,7 @@ CONFIGURE_ARGS+= NM=nm BUILDLINK_API_DEPENDS.glib2+= glib2>=2.20.0 .include "../../devel/glib2/buildlink3.mk" .include "../../lang/python/application.mk" -BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.73 +BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.82 .include "../../sysutils/dbus-glib/buildlink3.mk" BUILDLINK_API_DEPENDS.dbus+= dbus>=0.95 .include "../../sysutils/dbus/buildlink3.mk" |