[telepathy-gabble/telepathy-gabble-0.8] Prepare 0.8.7
Simon McVittie
simon.mcvittie at collabora.co.uk
Wed Oct 14 06:02:33 PDT 2009
---
NEWS | 13 +++++++++++++
configure.ac | 4 ++--
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index a48a5fc..8ac8789 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+telepathy-gabble 0.8.7 (2009-10-14)
+===================================
+
+The "unpleasant grinding noise" release.
+
+Fixes:
+
+⢠Don't trust other people's <message/> IDs to be globally unique: in
+ particular, Google Talk uses simple incrementing integers (wjt)
+
+⢠Use the correct marshaller for the pre-presence signal, fixing a crash on
+ 64-bit platforms (wjt)
+
telepathy-gabble 0.8.6 (2009-10-09)
===================================
diff --git a/configure.ac b/configure.ac
index 4af020c..ac82cbb 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], [8])
-m4_define([gabble_micro_version], [6])
-m4_define([gabble_nano_version], [1])
+m4_define([gabble_micro_version], [7])
+m4_define([gabble_nano_version], [0])
# Some magic
m4_define([gabble_base_version],
--
1.5.6.5
More information about the telepathy-commits
mailing list