diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-06-30 18:22:54 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-06-30 18:22:54 +0100 |
commit | f9d02abbaca43c0c46c485139d2f711bfeb4460a (patch) | |
tree | 62b4086d8e2303386c5320772aecbaa7916da9f0 | |
parent | 9b35913a04c091d82c82ae591ba244762ee6b7b4 (diff) |
Prepare version 0.9.15telepathy-gabble-0.9.15
Also direct bug reports to the right place while we're at it :-)
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 17 insertions, 5 deletions
@@ -1,7 +1,19 @@ -telepathy-gabble 0.9.15 (UNRELEASED) +telepathy-gabble 0.9.15 (2010-06-30) ==================================== -… +The “wave forlornly through the gates” release. + +Enhancements: + +❖ in Wocky, build enum types for all error domains (smcv) + +Fixes: + +❖ Debian #586936: in Wocky, clear the parser state when resetting, fixing + assertion failures if the caps cache gets corrupted (sjoerd) + +❖ fd.o #28712: in Wocky, fix SCRAM-SHA1 authentication by initializing state + correctly (sjoerd) telepathy-gabble 0.9.14 (2010-06-22) ==================================== diff --git a/configure.ac b/configure.ac index b3331f3e3..a4d41a897 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], [9]) -m4_define([gabble_micro_version], [14]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [15]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], @@ -20,7 +20,7 @@ m4_define([gabble_version], [gabble_base_version].[gabble_nano_version])]) AC_INIT([Telepathy Gabble], [gabble_version], - [https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy]) + [https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=gabble]) AC_CONFIG_MACRO_DIR([m4]) |