diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2010-04-26 18:39:54 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2010-04-26 19:00:07 +0100 |
commit | c2ac9a3ce6bfc03bf758adc4d77b50c351088fab (patch) | |
tree | 7ea8ada0599845bde982a1429dabd148b0e01228 | |
parent | 1933006e153b807ab366bdf7e2506a5def805117 (diff) |
Version 0.9.11telepathy-gabble-0.9.11
-rw-r--r-- | NEWS | 25 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 27 insertions, 2 deletions
@@ -1,3 +1,28 @@ +telepathy-gabble 0.9.11 (2010-04-26) +==================================== + +The “This place is a narrative mess” release. + +Enhancements: + +• The ContactInfo interface is now implemented! (andrunko, smcv) + +• Updated Wocky: + · Permit ASCII mnemonics in wocky_stanza_build(), and detect more + errors (wjt) + · Renamed WockyXmpp{Stanza,Node} to Wocky{Stanza,Node}; add more + helper code for building, storing, and serializing trees of nodes + (sjoerd) + · Refactored PubSub response distillery, and added support for + retriving node configuration and modifying affiliates (wjt) + +Fixes: + +• fd.o#25775: crash in pep_reply_cb() (cassidy) + +• fd.o#27694: GetContactAttributes should return {} as location if there + is no location for the contact (cassidy) + telepathy-gabble 0.9.10 (2010-04-08) ==================================== diff --git a/configure.ac b/configure.ac index eb0a3c9f9..335a9a807 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], [9]) -m4_define([gabble_micro_version], [10]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [11]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |