diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-20 09:57:39 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-20 09:57:39 +0000 |
commit | 8eda2330d0353845167018e962157053d039a9c0 (patch) | |
tree | 860e10a65b5d89555b766ecc8a04530e33b25ea3 | |
parent | 865a6d69604782326eb5aa3dcc67c744f2b1680c (diff) |
0.18.2telepathy-gabble-0.18.2
-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], |