diff options
-rw-r--r-- | NEWS | 20 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 22 insertions, 2 deletions
@@ -1,3 +1,23 @@ +telepathy-gabble 0.18.2 (2014-03-20) +==================================== + +The “mithril boxing gloves” release. + +Fixes: + +• update Wocky: + · don't try to cancel a source ID twice, which issues a critical warning + in GLib 2.39 + · fix failure to build with recent (Markdown-based) gtk-doc + +• plugin loader: don't crash if g_dir_open() fails twice (fd.o #66085, Will) + +• fix a crash in 1-1 Tubes on 64-bit machines (fd.o #70038, Guillaume) + +• fix enum cast warnings under clang (fd.o #70038, Guillaume) + +• add a regression test for fd.o #68829 (Simon) + telepathy-gabble 0.18.1 (2013-09-06) ==================================== diff --git a/configure.ac b/configure.ac index bde9a51ac..65532bf33 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], [18]) -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], |