diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-19 16:20:27 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-19 16:20:53 +0100 |
commit | 96bd485cecb2fe753ebbaa1cae3461646f9d53d0 (patch) | |
tree | f6b992bfd075cfedf93054f182b60a5ce354f140 | |
parent | 4594dff9f02c0c6548bda8815dbd02d1bfb005e2 (diff) |
prepare 0.8.12 releasetelepathy-gabble-0.8.12
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 21 insertions, 2 deletions
@@ -1,3 +1,22 @@ +telepathy-gabble 0.8.12 (2010-03-19) +==================================== + +The “Joey, do you like movies about gladiators?” release. + +Fixes: + +• Jingle: Don't send a content-modify message if the content + hasn't been sent yet. (ptlo) + +• Improve Windows portability. (smcv) + +• Location: implement the 'accuracy' key instead of the deprecated + 'error' one. (cassidy) + +• Fix a crash when updating the tube capabilities of a contact. + (fd.o #27131, cassidy) + + telepathy-gabble 0.8.11 (2010-02-16) ==================================== diff --git a/configure.ac b/configure.ac index ef0ddccef..012d4a14f 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], [8]) -m4_define([gabble_micro_version], [11]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [12]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |