summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-30 18:22:54 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-30 18:22:54 +0100
commitf9d02abbaca43c0c46c485139d2f711bfeb4460a (patch)
tree62b4086d8e2303386c5320772aecbaa7916da9f0
parent9b35913a04c091d82c82ae591ba244762ee6b7b4 (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--NEWS16
-rw-r--r--configure.ac6
2 files changed, 17 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index a14ad7ef6..239fd83e0 100644
--- a/NEWS
+++ b/NEWS
@@ -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])