diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-04-21 18:30:11 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-04-21 18:30:11 +0100 |
commit | 0622a8b21a3a0d8a52f12719b1d809d775ec6bb3 (patch) | |
tree | 92874857c4fad15db825fe8917d9e106942fe42c | |
parent | 5e79c392470ba1f76e337138f24792ac79c48e0e (diff) |
Version 0.12.0 O M Gtelepathy-gabble-0.12.0
-rw-r--r-- | NEWS | 28 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 28 insertions, 6 deletions
@@ -1,7 +1,29 @@ -telepathy-gabble 0.11.11 (UNRELEASED) -===================================== +telepathy-gabble 0.12.0 (2011-04-21) +==================================== + +The “Is that Noam Chomsky on the telephone” release. This is the +long-awaited start of the 0.12 stable branch. + +Dependencies: + +• telepathy-glib 0.14.5 is now required. + +Enhancements: + +• Plugins can now implement channel managers. (Jonny) + +Fixes: + +• No longer crashes when joining MUCs fails, or when kicked from a MUC. + (Will, fd.o#35120) + +• Handles MUC nickname conflicts more accurately, resolving an issue + triggered by a Google Talk server bug. (Will, fd.o#35619) + +• No longer gets contacts' client types confused (Jonny, fd.o#32139) -Maybe this should be 0.12. +• Exposes the status message length limit imposed by Google Talk, and + truncates status messages if necessary. (André, fd.o#33054) telepathy-gabble 0.11.10 (2011-03-31) ===================================== diff --git a/configure.ac b/configure.ac index fd230b1aa..e93f315ac 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], [11]) -m4_define([gabble_micro_version], [10]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_minor_version], [12]) +m4_define([gabble_micro_version], [0]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |