diff options
author | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2009-08-18 16:44:31 +0100 |
---|---|---|
committer | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2009-08-18 20:39:39 +0100 |
commit | 2de06ae280708406e44750513af61af9318d06e5 (patch) | |
tree | c186ccd98b2d5e49ae2d4acb809381a6954082d1 | |
parent | 4abc69efd834a5e2dc70ceef8873e4af6af26148 (diff) |
version 0.8.0telepathy-gabble-0.8.0
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 17 insertions, 6 deletions
@@ -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], |