diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-11-04 11:07:24 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-11-04 11:07:24 +0000 |
commit | b51b4d57fe5d02e529fbc6ee5e4d34280be828e4 (patch) | |
tree | efe989029e75d5511f37eabe0f60df76bfa88a46 | |
parent | b7e3d9c5637a503783a77ae5e891ede4e30cc655 (diff) |
Prepare 0.11.0telepathy-gabble-0.11.0
-rw-r--r-- | NEWS | 34 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 35 insertions, 5 deletions
@@ -1,7 +1,37 @@ -telepathy-gabble 0.11.0 (UNRELEASED) +telepathy-gabble 0.11.0 (2010-11-04) ==================================== -… +The "your gmail theme is horrible and offensive" release. + +Enhancements: + +• Implement the ContactList, ContactGroups interfaces, refactoring + GabbleRoster considerably in the process (smcv) + +• fd.o #28413: implement DTMF on StreamedMedia and Call channels, up-to-date + for spec 0.21.3 (Jack Bates, smcv, jonny) + +• Implement the ClientTypes interface (jonny) + +• Make the tests considerably less prone to race conditions (sjoerd) + +• Adapt GabbleCapsChannelManager to be useful in Salut too (smcv) + +• fd.o #31216: implement the stable version of MailNotification (smcv) + +• fd.o #28726: use Google's Shared Status extension to support being + invisible/hidden on Google Talk (eeejay) + +• Add a summary of how Tubes capabilities work (wjt) + +Fixes: + +• Poll GMail servers periodically for a short time after each mail + notification, to work around the server throttling notifications (stormer) + +• fd.o #30950: advertise the immutable properties of Messages channels (smcv) + +• fd.o #28279: don't announce new Tubes channels until ready (sjoerd) telepathy-gabble 0.10.4 (2010-11-02) ==================================== diff --git a/configure.ac b/configure.ac index a8bf1e333..c67a60a57 100644 --- a/configure.ac +++ b/configure.ac @@ -8,9 +8,9 @@ AC_PREREQ([2.59]) # set gabble_nano_version to 0. m4_define([gabble_major_version], [0]) -m4_define([gabble_minor_version], [10]) -m4_define([gabble_micro_version], [999]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_minor_version], [11]) +m4_define([gabble_micro_version], [0]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |