[next] telepathy-gabble: 0.99.10

Simon McVittie smcv at kemper.freedesktop.org
Thu Apr 3 12:42:46 PDT 2014


Module: telepathy-gabble
Branch: next
Commit: 1d145a4dba444ff19cb5fac6dd57b8865d47d290
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=1d145a4dba444ff19cb5fac6dd57b8865d47d290

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Thu Apr  3 17:48:21 2014 +0100

0.99.10

---

 NEWS         |   17 +++++++++++++----
 configure.ac |    6 +++---
 2 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index 89c34e7..74014b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
-telepathy-gabble 0.19.0 (UNRELEASED)
-====================================
+telepathy-gabble 0.99.10 (2014-04-03)
+=====================================
 
-The “very confused owl” release.
+The “you and whose army?” release.
 
 Compile-time configuration:
 
@@ -10,12 +10,14 @@ Compile-time configuration:
 
 Dependencies:
 
-• telepathy-glib ≥ 0.23.0 is required
+• telepathy-glib ≥ 0.99.10 is required
 
 • Autoconf 2.60 is required
 
 External changes:
 
+• Port to Telepathy 1
+
 • Remove support for legacy StreamedMedia calls, and legacy Capabilities;
   Gabble only implements Call1 calls and ContactCapabilities now
   (fd.o #69194; Xavier, Simon, Guillaume)
@@ -24,6 +26,13 @@ External changes:
 
 • Improve XMPP console (fd.o #66085, Will)
 
+• Remove OLPC-specific interfaces since they are not compatible with
+  Telepathy 1; please provide patches if you need them back, preferably
+  implementing them as a plugin or sidecar
+
+• Add GNOME-style installed-tests metadata if --enable-installed-tests
+  is used, and output in TAP format (fd.o #74626, Simon)
+
 Fixes:
 
 • Stop claiming to implement legacy Presence, which was deleted in 2011
diff --git a/configure.ac b/configure.ac
index b9a1e36..1fdcc6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,8 +9,8 @@ AC_PREREQ([2.60])
 
 m4_define([gabble_major_version], [0])
 m4_define([gabble_minor_version], [99])
-m4_define([gabble_micro_version], [8])
-m4_define([gabble_nano_version], [1])
+m4_define([gabble_micro_version], [10])
+m4_define([gabble_nano_version], [0])
 
 # Some magic
 m4_define([gabble_base_version],
@@ -285,7 +285,7 @@ AC_DEFINE(TP_SEAL_ENABLE, [], [Prevent to use sealed variables])
 AC_DEFINE(TP_DISABLE_SINGLE_INCLUDE, [], [Disable single header include])
 AC_DEFINE([TP_VERSION_MIN_REQUIRED], [TP_VERSION_1_0], [Ignore post 1.0 deprecations])
 AC_DEFINE([TP_VERSION_MAX_ALLOWED], [TP_VERSION_1_0], [Prevent post 1.0 APIs])
-PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib-1 >= 0.99.8, telepathy-glib-1-dbus >= 0.99.8])
+PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib-1 >= 0.99.10, telepathy-glib-1-dbus >= 0.99.10])
 
 AC_SUBST(TP_GLIB_CFLAGS)
 AC_SUBST(TP_GLIB_LIBS)



More information about the telepathy-commits mailing list