telepathy-gabble: Prepare 0.17.5

Simon McVittie smcv at kemper.freedesktop.org
Thu Jun 6 06:49:53 PDT 2013


Module: telepathy-gabble
Branch: master
Commit: f14dfc2f19025a0f9252e58d8b1f6cd8ba6a2744
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=f14dfc2f19025a0f9252e58d8b1f6cd8ba6a2744

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Thu Jun  6 13:43:22 2013 +0100

Prepare 0.17.5

---

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

diff --git a/NEWS b/NEWS
index f030523..aa86012 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-telepathy-gabble 0.17.5 (UNRELEASED)
+telepathy-gabble 0.17.5 (2013-06-06)
 ====================================
 
+The “4.5kg of laptops” release.
+
 Dependencies:
 
 • GLib 2.32 is now directly required. It was already indirectly required
@@ -13,9 +15,13 @@ Fixes:
     sent by Google's webmail UI (Simon)
   · improve reference-counting for better stability (Simon)
 
+• fd.o #65296: initialize libdbus for thread-safety (Simon)
+
 • fd.o #64285: avoid running the same commands twice in parallel when doing a
   highly parallel build (Simon)
 
+• fd.o #49595: disable an unreliable test-case (Simon)
+
 telepathy-gabble 0.17.4 (2013-05-30)
 ====================================
 
diff --git a/configure.ac b/configure.ac
index d4c78bf..da5c087 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,8 +9,8 @@ AC_PREREQ([2.59])
 
 m4_define([gabble_major_version], [0])
 m4_define([gabble_minor_version], [17])
-m4_define([gabble_micro_version], [4])
-m4_define([gabble_nano_version], [1])
+m4_define([gabble_micro_version], [5])
+m4_define([gabble_nano_version], [0])
 
 # Some magic
 m4_define([gabble_base_version],



More information about the telepathy-commits mailing list