diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-06-06 13:43:22 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-06-06 13:43:22 +0100 |
commit | f14dfc2f19025a0f9252e58d8b1f6cd8ba6a2744 (patch) | |
tree | a45603e4df2efae56194b54956fbe3defb2ae3e7 | |
parent | f844ca21c4074201ebb4f3e78531ae29dff97e6f (diff) |
Prepare 0.17.5telepathy-gabble-0.17.5
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 9 insertions, 3 deletions
@@ -1,6 +1,8 @@ -telepathy-gabble 0.17.5 (UNRELEASED) +telepathy-gabble 0.17.5 (2013-06-06) ==================================== +The “4.5kg of laptops” release. + Dependencies: • GLib 2.32 is now directly required. It was already indirectly required @@ -13,9 +15,13 @@ Fixes: sent by Google's webmail UI (Simon) · improve reference-counting for better stability (Simon) +• fd.o #65296: initialize libdbus for thread-safety (Simon) + • fd.o #64285: avoid running the same commands twice in parallel when doing a highly parallel build (Simon) +• fd.o #49595: disable an unreliable test-case (Simon) + telepathy-gabble 0.17.4 (2013-05-30) ==================================== diff --git a/configure.ac b/configure.ac index d4c78bf90..da5c0878e 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], [17]) -m4_define([gabble_micro_version], [4]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [5]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |