diff options
-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], |