diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-08-09 11:09:49 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2009-08-09 11:09:49 +0100 |
commit | b260efa61f16325ec2a88be083704ba096e98127 (patch) | |
tree | 6a215cfe2651228b4a91b3b65767bc1fc3c63144 | |
parent | ccfea2dc78a347365c8f13f3441af1cc5967dd65 (diff) |
Release 0.7.32telepathy-gabble-0.7.32
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 9 insertions, 6 deletions
@@ -1,9 +1,7 @@ -telepathy-gabble 0.7.32 (UNRELEASED) +telepathy-gabble 0.7.32 (2009-08-09) ==================================== -Dependencies: - -Enhancements: +The “Leafy Green Fetish” release. Fixes: @@ -13,6 +11,11 @@ Fixes: * fd.o #22023: Correctly avoid trying to set your vCard twice at the same time. +* Correctly parse file-transfer timestamps. References fd.o #23168. + +* Correctly fall back to stun.collabora.co.uk if neither the user nor + the server has any better STUN server suggestions. + telepathy-gabble 0.7.31 (2009-07-22) ==================================== diff --git a/configure.ac b/configure.ac index 00adb64c7..4ce5164e7 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], [7]) -m4_define([gabble_micro_version], [31]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [32]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |