diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2010-11-16 18:10:00 +0000 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2010-11-16 18:19:13 +0000 |
commit | e63e79214b4b6ab7ca4b00ee9c37b59a3e50d906 (patch) | |
tree | 95da4d27ace5a9216544195749fc34b85fb51743 | |
parent | 4463379719b0b407496213d36bbf45a2d110d364 (diff) |
Version 0.11.1.telepathy-gabble-0.11.1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 8 insertions, 3 deletions
@@ -1,4 +1,4 @@ -telepathy-gabble 0.11.1 (UNRELEASED) +telepathy-gabble 0.11.1 (2010-11-16) ==================================== Enhancements: @@ -16,6 +16,11 @@ Fixes: • Don't generate unused bindings for channel bundles (wjt) +• Update wocky snapshot + · Add an optional dependency on libiphb and link it up to the main loop + to provide non-regular XMPP pings where appropriate. (wjt) + · Misc OpenSSL fixes. (wjt) + telepathy-gabble 0.11.0 (2010-11-04) ==================================== diff --git a/configure.ac b/configure.ac index 4e7804090..686f07a16 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], [11]) -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], |