summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-03 17:48:21 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-03 17:48:21 +0100
commit1d145a4dba444ff19cb5fac6dd57b8865d47d290 (patch)
treef94419bf2980600aee595ad838e729f8d4cfb2e2
parentd019a080bf063025bca9fcbd7052a72ef6e2aa3d (diff)
-rw-r--r--NEWS17
-rw-r--r--configure.ac6
2 files changed, 16 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 89c34e786..74014b146 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 b9a1e366b..1fdcc6a37 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)