diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-06-16 17:22:32 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-06-16 17:22:32 +0100 |
commit | 5e59111c54577650316749a262d6c891f415e603 (patch) | |
tree | 51c8f397f83fb15e427132716be95ed1f4849e9e | |
parent | 052ca8131c8e145714372db249efd9bd04c70f94 (diff) |
version 0.12.2telepathy-gabble-0.12.2
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 13 insertions, 3 deletions
@@ -1,6 +1,16 @@ -telepathy-gabble 0.12.2 (UNRELEASED) +telepathy-gabble 0.12.2 (2011-06-16) ==================================== +The “paving stones” release. + +Fixes: + +• We now interoperate with Google Mail's brand new implementation of + Jingle. Some of the workarounds added are temporary, and some are + not. (fd.o#38352, Will) + +• Compare codec names case-insensitively. (fd.o#38264, Olivier) + telepathy-gabble 0.12.1 (2011-06-02) ==================================== diff --git a/configure.ac b/configure.ac index 832e4a21a..59622a1a3 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], [12]) -m4_define([gabble_micro_version], [1]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [2]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |