summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-02-23 20:30:56 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-02-23 20:30:56 +0000
commite4a8e1f11b4d5c75578fc8d813849659cd4db2a7 (patch)
tree940822579106d6cb6fbd66331adb5b0cf31efd04
parent19fa30c84df6211b328cb4902ca2e841b7378881 (diff)
Prepare release 0.9.6telepathy-gabble-0.9.6
-rw-r--r--NEWS27
-rw-r--r--configure.ac4
2 files changed, 27 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index f1175ad9d..723e6f0ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,30 @@
-telepathy-gabble 0.9.6 (UNRELEASED)
+telepathy-gabble 0.9.6 (2010-02-23)
===================================
-...
+The "save us from this existential quagmire!" release.
+
+Enhancements:
+
+• The plugin loader is now built by default, and the gateway-registration
+ plugin is installed by default. Since the API is still experimental and
+ likely to change from one release to the next, the development headers
+ etc. necessary to write third-party plugins are only installed if you
+ configure with --enable-plugin-api (this is not recommended). (smcv)
+
+Fixes:
+
+• fd.o #26658: queue up any data received on the FileTransfer socket until the
+ channel moves to state OPEN (KaKaRoTo)
+
+• Clean up signal connections in GabbleJingleFactory to avoid a possible
+ use-after-free if a Jingle session, or the Connection, outlives the Jingle
+ factory (KaKaRoTo)
+
+• Improve the gateway-registration plugin to exchange presence subscriptions
+ and fix a memory leak (smcv)
+
+• Don't install the plugin unless the plugin loader has been enabled, and
+ don't compile a useless static-library version of the plugin (smcv)
telepathy-gabble 0.9.5 (2010-02-19)
===================================
diff --git a/configure.ac b/configure.ac
index 2e4c105ac..25223b36e 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], [5])
-m4_define([gabble_nano_version], [1])
+m4_define([gabble_micro_version], [6])
+m4_define([gabble_nano_version], [0])
# Some magic
m4_define([gabble_base_version],