diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-31 08:37:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-31 08:37:42 +0000 |
commit | a5081a05ea969f9f47cc4d58e9616a349c2e32f4 (patch) | |
tree | 8a4f2fac77e64ab5de7615bc6e91b95988aa479a /chat/telepathy-glib/Makefile | |
parent | 1550c5507abc6a7a8555b4459a7f8768e9be1597 (diff) | |
download | pkgsrc-a5081a05ea969f9f47cc4d58e9616a349c2e32f4.tar.gz |
Update to 0.7.35:
telepathy-glib 0.7.35 (2009-08-18)
==================================
The "dance to the sound of sirens" release.
API changes:
* fd.o #17751: TpBaseConnection no longer guarantees that the self-handle is
set to 0 when the state changes to DISCONNECTED; instead, the self-handle
remains valid until the connection is disposed, so that connection managers
can use it during teardown. (cassidy)
- This change will cause assertion failures on disconnection in
telepathy-sofiasip older than 0.5.17, and in telepathy-gabble older than
0.7.9.
Enhancements:
* Add tp_dbus_daemon_list_names() and tp_dbus_daemon_list_activatable_names(),
which are more efficient (and more const-correct) versions of the
corresponding autogenerated tp_cli_dbus_daemon methods (smcv)
* Support the Hold interface in the "callable" example CM (andrunko)
Fixes:
* Finally make tp_dbus_daemon_watch_name_owner bind to NameOwnerChanged
selectively, for reduced wakeups. To take advantage of this, you should
avoid using all functions that start with tp_cli_dbus_daemon_; file bugs
to request more replacement functions in the tp_dbus_daemon namespace. (smcv)
* Fix a memory leak in tp_dbus_daemon_watch_name_owner (smcv)
* fd.o #9812: TpDynamicHandleRepo: use tp_dbus_daemon_watch_name_owner for
reduced wakeups (smcv)
* In TpDynamicHandleRepo, if a client holds handles then immediately crashes,
release those handles as soon as we find out that it's gone (smcv)
* fd.o #22957: fix compilation in some non-gcc compilers
(based on a patch from Elaine Xiong)
* As per telepathy-spec 0.17.27, represent connection status reason NAME_IN_USE
as TP_ERROR_CONNECTION_REPLACED or TP_ERROR_ALREADY_CONNECTED (as
appropriate), not as TP_ERROR_NOT_YOURS, so that NotYours can safely be given
special handling (smcv)
telepathy-glib 0.7.34 (2009-08-16)
==================================
The "secret lack of example detected" release.
Enhancements:
* Updated to telepathy-spec 0.17.27 (smcv)
- generate code for Connection.Interface.Location
- omit Debug interface from code-generation for now: it will be enabled in a
future release when we have reference client- and service-side
implementations (possibly called TpDebugReceiver and TpDebugSender)
- add more errors
- generate code for Handler.Capabilities property
* Add macros for static assertions (tp_verify, tp_verify_true,
tp_verify_statement) to util.h (smcv, adapted from gnulib)
* Make the allocation model for tp_dbus_properties_mixin_make_properties_hash
part of our ABI guarantee (smcv)
* Add a GType macro TP_ARRAY_TYPE_OBJECT_PATH_LIST (wjt)
Fixes:
* fd.o #23164: don't unref a NULL DBusMessage (wjt)
* Get tp_intset_iter_init and tp_intset_iter_reset into the documentation (smcv)
* Make omitted CM parameters that have a default indistinguishable from
explicitly-passed parameters with that value, removing the need to specify
the default in the Connection as well (sjoerd)
* fd.o #22889: reduce introspection round-trips (wjt)
* Fix header guard in debug.h (dilinger)
* fd.o #18091: for interfaces with D-Bus methods, document how to write a
complete interface init function (smcv)
* Fix a rare crash when a TpProxyPendingCall is cancelled before the
DBusGProxyCall is provided (smcv)
Diffstat (limited to 'chat/telepathy-glib/Makefile')
-rw-r--r-- | chat/telepathy-glib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile index 1c73d899484..c78baf0d6ea 100644 --- a/chat/telepathy-glib/Makefile +++ b/chat/telepathy-glib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2009/08/16 17:59:08 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2009/08/31 08:37:42 wiz Exp $ # -DISTNAME= telepathy-glib-0.7.33 +DISTNAME= telepathy-glib-0.7.35 CATEGORIES= chat MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-glib/ |