diff options
author | wiz <wiz> | 2009-09-09 10:20:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-09-09 10:20:30 +0000 |
commit | 2ef94324df2e43456c3226f1559ec93554448866 (patch) | |
tree | b791bb6b338bab47a522ed46d2397f78a771842e /chat/telepathy-glib | |
parent | 32e564fddede3ee85cb95d599102a396c024df0e (diff) | |
download | pkgsrc-2ef94324df2e43456c3226f1559ec93554448866.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')
-rw-r--r-- | chat/telepathy-glib/Makefile | 4 | ||||
-rw-r--r-- | chat/telepathy-glib/PLIST | 7 | ||||
-rw-r--r-- | chat/telepathy-glib/distinfo | 8 |
3 files changed, 12 insertions, 7 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/ diff --git a/chat/telepathy-glib/PLIST b/chat/telepathy-glib/PLIST index b402c4be698..730c7b69ec8 100644 --- a/chat/telepathy-glib/PLIST +++ b/chat/telepathy-glib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2009/08/31 08:37:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2009/09/09 10:20:30 wiz Exp $ include/telepathy-1.0/telepathy-glib/_gen/error-str.h include/telepathy-1.0/telepathy-glib/_gen/gtypes.h include/telepathy-1.0/telepathy-glib/_gen/telepathy-enums.h @@ -25,6 +25,7 @@ include/telepathy-1.0/telepathy-glib/_gen/tp-svc-channel.h include/telepathy-1.0/telepathy-glib/_gen/tp-svc-client.h include/telepathy-1.0/telepathy-glib/_gen/tp-svc-connection-manager.h include/telepathy-1.0/telepathy-glib/_gen/tp-svc-connection.h +include/telepathy-1.0/telepathy-glib/_gen/tp-svc-debug.h include/telepathy-1.0/telepathy-glib/_gen/tp-svc-generic.h include/telepathy-1.0/telepathy-glib/_gen/tp-svc-media-session-handler.h include/telepathy-1.0/telepathy-glib/_gen/tp-svc-media-stream-handler.h @@ -48,6 +49,7 @@ include/telepathy-1.0/telepathy-glib/dbus-daemon.h include/telepathy-1.0/telepathy-glib/dbus-properties-mixin.h include/telepathy-1.0/telepathy-glib/dbus.h include/telepathy-1.0/telepathy-glib/debug-ansi.h +include/telepathy-1.0/telepathy-glib/debug-sender.h include/telepathy-1.0/telepathy-glib/debug.h include/telepathy-1.0/telepathy-glib/defs.h include/telepathy-1.0/telepathy-glib/enums.h @@ -78,6 +80,7 @@ include/telepathy-1.0/telepathy-glib/svc-channel.h include/telepathy-1.0/telepathy-glib/svc-client.h include/telepathy-1.0/telepathy-glib/svc-connection-manager.h include/telepathy-1.0/telepathy-glib/svc-connection.h +include/telepathy-1.0/telepathy-glib/svc-debug.h include/telepathy-1.0/telepathy-glib/svc-generic.h include/telepathy-1.0/telepathy-glib/svc-media-interfaces.h include/telepathy-1.0/telepathy-glib/svc-properties-interface.h @@ -143,6 +146,7 @@ share/gtk-doc/html/telepathy-glib/telepathy-glib-contact.html share/gtk-doc/html/telepathy-glib/telepathy-glib-dbus-properties-mixin.html share/gtk-doc/html/telepathy-glib/telepathy-glib-dbus.html share/gtk-doc/html/telepathy-glib/telepathy-glib-debug-ansi.html +share/gtk-doc/html/telepathy-glib/telepathy-glib-debug-sender.html share/gtk-doc/html/telepathy-glib/telepathy-glib-debug.html share/gtk-doc/html/telepathy-glib/telepathy-glib-defs.html share/gtk-doc/html/telepathy-glib/telepathy-glib-enums.html @@ -174,6 +178,7 @@ share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel.html share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-client.html share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-connection-manager.html share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-connection.html +share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-debug.html share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-generic.html share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-media-interfaces.html share/gtk-doc/html/telepathy-glib/telepathy-glib-svc.html diff --git a/chat/telepathy-glib/distinfo b/chat/telepathy-glib/distinfo index c88bb688cef..539ff9d3167 100644 --- a/chat/telepathy-glib/distinfo +++ b/chat/telepathy-glib/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2009/08/31 08:37:42 wiz Exp $ +$NetBSD: distinfo,v 1.7 2009/09/09 10:20:30 wiz Exp $ -SHA1 (telepathy-glib-0.7.35.tar.gz) = 65fed61dfcd19eed544bd4917c62fa2ba2fc544f -RMD160 (telepathy-glib-0.7.35.tar.gz) = 34cc239afbb8cac1a922945b8d423aaa1177a9ed -Size (telepathy-glib-0.7.35.tar.gz) = 2771863 bytes +SHA1 (telepathy-glib-0.7.36.tar.gz) = cd609e79ba3c3b9d801fdcfda9520782f4bd7fc0 +RMD160 (telepathy-glib-0.7.36.tar.gz) = 2be32015f29d3ecf5b7ef992c4e10ce66bc2d797 +Size (telepathy-glib-0.7.36.tar.gz) = 2439177 bytes |