diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-10-14 14:02:33 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-10-14 14:02:33 +0100 |
commit | bb41a06663896ddb56a3fd9c7654fb927eba4638 (patch) | |
tree | 9cd0b4e6178e0926d14e9e5659517e2f21d553ca | |
parent | 8803a2ad8ba53aa3305402893f0286059f5f8bd4 (diff) |
Prepare 0.8.7telepathy-gabble-0.8.7
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 15 insertions, 2 deletions
@@ -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 4af020c94..ac82cbb8b 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], |