[next] telepathy-glib: 0.21.2, second try

Xavier Claessens xclaesse at kemper.freedesktop.org
Wed Sep 25 12:50:25 PDT 2013


Module: telepathy-glib
Branch: next
Commit: 25075cfb9b516b2a00e549d10a24a7863f3cf6d2
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=25075cfb9b516b2a00e549d10a24a7863f3cf6d2

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue Sep 24 15:47:27 2013 +0100

0.21.2, second try

---

 NEWS         |   23 ++++++++++++++++++++---
 configure.ac |    8 ++++----
 2 files changed, 24 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index 40eda5e..88e3ad2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,27 @@
-telepathy-glib 0.21.2 (UNRELEASED)
+telepathy-glib 0.21.2 (2013-09-24)
 ==================================
 
+The “always another thing” release.
+
 Enhancements:
 
 • Writing avatars into cache now uses asynchronous I/O. (fd.o #63402;
   Luca Versari, Chandni Verma, Simon McVittie)
 
+• telepathy-spec 0.27.2
+  · add SelfID, SelfContactChanged
+
+• tp_dbus_properties_mixin_dup_all() is now public (fd.o #69283, Simon)
+
+• TpBaseProtocol now lists Presence.Statuses as an immutable
+  property. (fd.o #69520, Guillaume)
+
+• TpBaseConnection: Implement SelfID and SelfContactChanged as defined in
+  spec 0.27.2. (Xavier)
+
+• The inspect-cm example now inspects all CMs if run without arguments
+  (fd.o #68390, Simon)
+
 Fixes:
 
 • Don't crash if GetContactInfo() fails (fd.o #46430, Guillaume)
@@ -18,8 +34,9 @@ Fixes:
 • Make TpHeap work correctly with GComparator functions that return
   values outside {-1, 0, 1} (fd.o #68932, Debarshi Ray)
 
-• Avoid "FIXME: MISSING XINCLUDE CONTENT" in documentation built
-  out-of-tree (fd.o #69753, Simon)
+• Examples have been updated to use more recent API (Simon)
+
+• Better debug-logging (fd.o #68390, Simon)
 
 telepathy-glib 0.21.1 (2013-06-20)
 ==================================
diff --git a/configure.ac b/configure.ac
index 5a7a5c0..6b90e6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,8 +11,8 @@ AC_PREREQ([2.60])
 
 m4_define([tp_glib_major_version], [0])
 m4_define([tp_glib_minor_version], [21])
-m4_define([tp_glib_micro_version], [1])
-m4_define([tp_glib_nano_version], [1])
+m4_define([tp_glib_micro_version], [2])
+m4_define([tp_glib_nano_version], [0])
 
 # If library source has changed since last release, increment revision
 # If interfaces have been added, removed or changed since last release,
@@ -26,9 +26,9 @@ m4_define([tp_glib_nano_version], [1])
 # (we don't guarantee that we won't add ABI then remove it again, if it was
 # never seen in a release).
 
-m4_define([tp_glib_lt_current], [79])
+m4_define([tp_glib_lt_current], [80])
 m4_define([tp_glib_lt_revision], [0])
-m4_define([tp_glib_lt_age], [79])
+m4_define([tp_glib_lt_age], [80])
 
 # Some magic
 m4_define([tp_glib_base_version],



More information about the telepathy-commits mailing list