[next] telepathy-glib: Revert "0.21.2" while we make the release work

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


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

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

Revert "0.21.2" while we make the release work

This reverts commit 04dd20c2968223029d1310c9fdedbe86592dcaf4.

---

 NEWS         |   14 +-------------
 configure.ac |    4 ++--
 2 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/NEWS b/NEWS
index a1c8dd8..40eda5e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-telepathy-glib 0.21.2 (2013-09-24)
+telepathy-glib 0.21.2 (UNRELEASED)
 ==================================
 
 Enhancements:
@@ -6,16 +6,6 @@ Enhancements:
 • Writing avatars into cache now uses asynchronous I/O. (fd.o #63402;
   Luca Versari, Chandni Verma, Simon McVittie)
 
-• telepathy-spec 0.27.2
-
-• 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)
-
 Fixes:
 
 • Don't crash if GetContactInfo() fails (fd.o #46430, Guillaume)
@@ -31,8 +21,6 @@ Fixes:
 • 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)
-
 telepathy-glib 0.21.1 (2013-06-20)
 ==================================
 
diff --git a/configure.ac b/configure.ac
index 0e3570c..5a7a5c0 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], [2])
-m4_define([tp_glib_nano_version], [0])
+m4_define([tp_glib_micro_version], [1])
+m4_define([tp_glib_nano_version], [1])
 
 # If library source has changed since last release, increment revision
 # If interfaces have been added, removed or changed since last release,



More information about the telepathy-commits mailing list