[telepathy-gabble/master] release 0.8.0
Dafydd Harries
dafydd.harries at collabora.co.uk
Tue Aug 18 08:44:31 PDT 2009
---
NEWS | 17 ++++++++++++++---
configure.ac | 6 +++---
2 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/NEWS b/NEWS
index 99deb2c..58c693d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
-telepathy-gabble 0.7.33 (UNRELEASED)
-====================================
+telepathy-gabble 0.8.0 (2009-08-18)
+===================================
-The âGreat Big OMGâ release.
+The âplace a chair facing the oven and sit in it foreverâ release. This is the
+first release in the 0.8 stable series.
Dependencies:
@@ -12,8 +13,18 @@ Enhancements:
* Location and Debug are now implemented as stable interfaces.
+* Timeouts are synchronised to the second where possible, leading to fewer
+ wakeups.
+
Fixes:
+* Fix race condition introduced by fix for fd.o #22023.
+
+* Make vCard request less likely to time out.
+
+* Fix a bug where a vCard request failure could cause SetAvatar or SetAliases
+ not to return.
+
telepathy-gabble 0.7.32 (2009-08-09)
====================================
diff --git a/configure.ac b/configure.ac
index 07ec1cc..296af17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,9 +8,9 @@ AC_PREREQ([2.59])
# set gabble_nano_version to 0.
m4_define([gabble_major_version], [0])
-m4_define([gabble_minor_version], [7])
-m4_define([gabble_micro_version], [32])
-m4_define([gabble_nano_version], [1])
+m4_define([gabble_minor_version], [8])
+m4_define([gabble_micro_version], [0])
+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