diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-08-20 20:43:17 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2009-08-20 20:43:17 +0100 |
commit | 4ebe7488a3084d14aa6ad50d709033ab7681f938 (patch) | |
tree | 8e556cbc866449e1c22e131a632a84e4f7d13069 | |
parent | f10fdcc9d8cb410c8a90ed4b36f95bf18c4baf73 (diff) |
Version 0.8.1telepathy-gabble-0.8.1
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 18 insertions, 4 deletions
@@ -1,7 +1,21 @@ -telepathy-gabble 0.8.1 (UNRELEASED) +telepathy-gabble 0.8.1 (2009-08-20) =================================== -??? +The “five pounds of cherries and a live beaver” release. + +Fixes: + +* fd.o#22535: Gabble no longer crashes if you disconnect while it's + trying to start a Google relay session for a call. This should have + been fixed in 0.7.31, but it's really fixed now. :-) (wjt) + +* Fix an occasional crash when PEP requests time out, or are cancelled + when you disconnect. (daf) + +* Correct an assertion about vCard edits not to fire incorrectly. (daf) + +* Clarify some correct-but-confusing behaviour in libjingle 0.3 mode, + which fixes a Coverity false-positive. (smcv) telepathy-gabble 0.8.0 (2009-08-18) =================================== diff --git a/configure.ac b/configure.ac index 53cf66402..f2926ddcb 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], [0]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [1]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |