summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDafydd Harries <dafydd.harries@collabora.co.uk>2009-08-18 16:44:31 +0100
committerDafydd Harries <dafydd.harries@collabora.co.uk>2009-08-18 20:39:39 +0100
commit2de06ae280708406e44750513af61af9318d06e5 (patch)
treec186ccd98b2d5e49ae2d4acb809381a6954082d1
parent4abc69efd834a5e2dc70ceef8873e4af6af26148 (diff)
-rw-r--r--NEWS17
-rw-r--r--configure.ac6
2 files changed, 17 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 99deb2c25..58c693d31 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 07ec1cc88..296af172a 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],