Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 7024963B8C3 for ; Mon, 23 Feb 2009 10:51:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 12F3E63B12E; Mon, 23 Feb 2009 10:51:56 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 7709363B100 for ; Mon, 23 Feb 2009 10:51:54 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5E45E175D0; Mon, 23 Feb 2009 10:51:54 +0000 (UTC) From: Thomas Klausner Subject: CVS commit: pkgsrc/chat/telepathy-glib To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org Message-Id: <20090223105154.5E45E175D0@cvs.netbsd.org> Date: Mon, 23 Feb 2009 10:51:54 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Mon Feb 23 10:51:54 UTC 2009 Modified Files: pkgsrc/chat/telepathy-glib: Makefile PLIST distinfo Log Message: Update to 0.7.26, convert to user-destdir. telepathy-glib 0.7.26 (2009-02-16) ================================== The "Leffe Radieuse" release. Enhancements: * Add tp_connection_manager_call_when_ready() * When constructing TpConnectionManager, if the .manager file is missing or can't be read, always try to activate the connection manager (in practice, this is what's wanted) * fd.o #18291: when listing connection managers, wait for them to all be ready * fd.o #18056: add method-based accessors for TpConnectionManager members * fd.o #17519: track the Connection's SelfHandle property in TpConnection * Add tp_dbus_daemon_dup(), convenient API to share a starter-bus connection * Generate GTypes for arrays of mappings, and improve use of the type-generation functions * Add tp_intset_new_containing(), a convenient factory for sets with exactly one member Deprecations: * Deprecate tp_get_bus_proxy() Fixes: * Reduce our reliance on making a DBusGProxy for the dbus-daemon (working towards avoiding overly-broad NameOwnerChanged matches) * fd.o #18832 (partially addressed): document that tp_get_bus() can call exit() and why, and discourage it in processes that aren't totally reliant on D-Bus * fd.o #18207: reliably emit TpConnectionManager::got-info signal (although tp_connection_manager_call_when_ready() should be used instead) * Fix some assertion failures in TpConnectionManager when .manager files contain surprising types * Parse all currently supported types in .manager files Miscellaneous: * Add regression test coverage for TpConnectionManager telepathy-glib 0.7.25 (2009-01-30) ================================== The "Paradise Lost" release. Fixes: * fd.o #17588: don't break ABI if errors are re-ordered in a future spec version * fd.o #19688: don't assert when getting contacts by ID if none of the identifiers supplied are valid * TpPresenceMixin: don't allow setting statuses that are flagged as not settable on the user themselves * TpPresenceMixin: never allow statuses of type OFFLINE, UNKNOWN or ERROR to be set on the user themselves, and warn if the connection manager got this wrong * Fix a memory leak in tp_presence_mixin_get_statuses() (sorry Jonathon, your patch got lost during the release process...) telepathy-glib 0.7.24 (2009-01-28) ================================== The "Divide By Cucumber Error" release. API changes: * When a TpConnection is invalidated due to disconnection, the error will now be chosen from the TP_ERRORS domain in most cases. Previously, the TP_ERROR_DISCONNECTED domain was used. This change is necessary to support the extensible error reporting introduced in spec 0.17.19. Enhancements: * Update to telepathy-spec 0.17.19 - Many new errors in the TP_ERRORS domain - Connection.ConnectionError signal for extensible error reporting * Add a client binding for the extensible error reporting provided by the ConnectionError signal * Use a simple Python implementation of XInclude, rather than xsltproc, for easier Windows porting Fixes: * Add File Transfer to the documentation telepathy-glib 0.7.23 (2009-01-20) ================================== The "new in version 0.7.1, and allegedly also in 0.7.21" release. Enhancements: * Updated to spec version 0.17.18 - Added the File Transfer channel type - Added TpRichPresenceAccessControlType and TP_STRUCT_TYPE_RICH_PRESENCE_ACCESS_CONTROL - RequestHandles raises NotImplemented for bad handle types or InvalidHandle for bad identifiers (fd.o #19609) - MediaStreamHandler has a CodecsUpdated method - Methods automatically generated by telepathy-glib now have names for all "out" arguments, which should make the documentation easier to use * Use tp:name-for-bindings to construct the C name for D-Bus methods etc., which will result in better C function naming for future D-Bus interfaces like DBusTube Fixes: * Remove symbols from 0.7.21.abi that were already in 0.7.1.abi (GNU ld seems to respond by giving them the older version, so no harm was done to the ABI, but it broke the Debian packages) * Make make-version-script.py fail if that ever happens again * Annotate things added in 0.7.21 with the correct "Since:" indicator * Correct the documentation for tp_list_connection_names() To generate a diff of this commit: cvs rdiff -r1.8 -r1.9 pkgsrc/chat/telepathy-glib/Makefile cvs rdiff -r1.2 -r1.3 pkgsrc/chat/telepathy-glib/PLIST cvs rdiff -r1.3 -r1.4 pkgsrc/chat/telepathy-glib/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.