diff options
author | wiz <wiz@pkgsrc.org> | 2009-09-09 10:20:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-09-09 10:20:30 +0000 |
commit | 7c063e5a912eb445ce9d511b76f30f512fbeb003 (patch) | |
tree | b791bb6b338bab47a522ed46d2397f78a771842e /chat/telepathy-glib/Makefile | |
parent | 799bafbab8b84c7e80651a0272ab644c60abd1db (diff) | |
download | pkgsrc-7c063e5a912eb445ce9d511b76f30f512fbeb003.tar.gz |
Update to 0.7.36:
telepathy-glib 0.7.36 (2009-09-03)
==================================
The "yes, it's a phone" release.
Enhancements:
* Add TpDebugSender, along with the lower-level TpSvcDebug interface that it
uses (jonny)
* Clarify when tp_proxy_signal_connection_disconnect is safe to call (smcv)
* Add support for simulating DTMF and Hold support in the 'callable' example
connection manager (andrunko)
* fd.o #21327: truncate the ChangeLog at version 0.6 to stop it being so huge,
and force ISO date format (wjt)
Fixes:
* If the bus name for a Connection would be too long, hash the unique name
provided by the CM, instead of crashing (daf)
* fd.o #23524: don't introspect a TpConnectionManager twice in parallel,
avoiding an assertion failure (wjt)
* TpChannel: don't disconnect from a TpProxySignalConnection that's already
gone, fixing a crash (smcv)
* tp_connection_manager_idle_read_manager_file: avoid using the
TpConnectionManager after it may have been disposed (sjoerd)
* TpBaseConnection: Allow GetInterfaces() to succeed before CONNECTED (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 c78baf0d6ea..da742bdd022 100644 --- a/chat/telepathy-glib/Makefile +++ b/chat/telepathy-glib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2009/08/31 08:37:42 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2009/09/09 10:20:30 wiz Exp $ # -DISTNAME= telepathy-glib-0.7.35 +DISTNAME= telepathy-glib-0.7.36 CATEGORIES= chat MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-glib/ |