summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz>2009-12-02 12:01:05 +0000
committerwiz <wiz>2009-12-02 12:01:05 +0000
commite89af5aee93902a9296800a67bea2d47b472e91c (patch)
tree0d7a6c49383208dffc719d8ac1a2510466b1cdf9 /chat
parent30ba2d3378803d3c6a9e4ae4872c31ed47e53f53 (diff)
downloadpkgsrc-e89af5aee93902a9296800a67bea2d47b472e91c.tar.gz
Update to 0.9.1:
telepathy-glib 0.9.1 (2009-10-15) ================================= The "to quote Rob: sdflkaytliahdskljfhgaqgh;shf" release. Fixes: * Corrected the GLib dependency to 2.20 (this was also needed for 0.9.0, but that fact was undocumented) (smcv) * Corrected the error message given when a write-only D-Bus property is read (Pekka Pessi) * Work around GLib 2.20 being less const-correct than 2.22 (jonny) * fd.o #23853: if a connection manager is discovered not to be running while TpConnectionManager has a ListProtocols call in-flight, then a new instance of the CM starts up and replies to that call, don't crash with an assertion failure (smcv) * If a connection manager returns error from GetParameters(), don't dereference a NULL pointer and segfault (smcv) * When asked to activate or introspect a connection manager, don't do anything until we have at least worked out whether it was initially running, in order to provide the documented behaviour (smcv) * When getting parameter details from a running connection manager, consider parameters called "password" or ending with "-password" to be secret even if they lack the SECRET flag, as was already done when reading .manager files (smcv) telepathy-glib 0.9.0 (2009-09-28) ================================= The "purging all the lies" release. Dependencies: * GLib 2.20 is now required. * telepathy-glib now links to GIO as well as GLib and GObject (in practice they're packaged together, and we already depended on a new enough GLib version that it would come with GIO). Enhancements: * TpAccountManager, TpAccount: add convenience API similar to libempathy's (jonny, with contributions from wjt/danni/sjoerd/smcv) * telepathy-glib now uses Automake 1.11's "silent rules" feature for kernel-style output; as a result, we no longer use shave. If you were previously using --enable-shave to get prettier output, use --enable-silent-rules instead, and upgrade to Automake >= 1.11 if you will be altering the build system. (jonny) telepathy-glib 0.8.0 (2009-09-24) ================================= The "line in the sand" release. This release begins a bugfix-only 0.8.x branch, in which new API/ABI will no longer be added; 0.9.x development releases will continue to be made from the master branch. Summary of API changes since 0.6.x: * Since 0.7.35, it is no longer guaranteed that the self-handle in TpBaseConnection is set to 0 when the state changes to DISCONNECTED; instead, it remains valid until the connection is disposed. This will cause assertion failures during disconnection in telepathy-sofiasip < 0.5.17 and telepathy-gabble < 0.7.9. Changes since 0.7.37: * spec: update from 0.17.28 to 0.18.0 (no real changes) (smcv) * ContactList example CM: fix a crash during shutdown (andrunko) * StreamedMedia example CM: check for direction changes correctly (andrunko)
Diffstat (limited to 'chat')
-rw-r--r--chat/telepathy-glib/Makefile6
-rw-r--r--chat/telepathy-glib/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile
index 6fb806d791e..63e57ec1b53 100644
--- a/chat/telepathy-glib/Makefile
+++ b/chat/telepathy-glib/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2009/09/09 11:16:56 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2009/12/02 12:01:05 wiz Exp $
#
-DISTNAME= telepathy-glib-0.7.36
+DISTNAME= telepathy-glib-0.9.1
CATEGORIES= chat
MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-glib/
@@ -26,7 +26,7 @@ CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}
# see https://bugs.freedesktop.org/show_bug.cgi?id=23342
CONFIGURE_ARGS+= NM=nm
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0
+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
diff --git a/chat/telepathy-glib/distinfo b/chat/telepathy-glib/distinfo
index 539ff9d3167..7ed54655146 100644
--- a/chat/telepathy-glib/distinfo
+++ b/chat/telepathy-glib/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2009/09/09 10:20:30 wiz Exp $
+$NetBSD: distinfo,v 1.8 2009/12/02 12:01:05 wiz Exp $
-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
+SHA1 (telepathy-glib-0.9.1.tar.gz) = dffe4dc91fda8ee0322d86c49f7815c7f983239b
+RMD160 (telepathy-glib-0.9.1.tar.gz) = 7b0c6a660ec53b67a899886399f4665ab14b19d2
+Size (telepathy-glib-0.9.1.tar.gz) = 2514837 bytes