diff options
author | Senko Rasic <senko.rasic@collabora.co.uk> | 2008-02-14 22:31:48 +0000 |
---|---|---|
committer | Senko Rasic <senko.rasic@collabora.co.uk> | 2008-02-14 22:31:48 +0000 |
commit | 984bfe927f4adfa83aa3d0d527498e668064afc1 (patch) | |
tree | edff1d9c5248fe49867110f66b1311c0bb20e764 | |
parent | 816bf70f08f9ff95c7660ba38803a2def7369bb2 (diff) |
version 0.6.2telepathy-gabble-0.6.2
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 12 insertions, 2 deletions
@@ -0,0 +1,10 @@ +telepathy-gabble 0.6 (2008-02-14) +================================= +This is a maintenance release from the 0.6.x stable branch containing +several bugfixes backported from the development 0.7 branch. + +Included are fixes for better XMPP1.0 support (optional SRV/TLS/SASL +feature support on Loudmouth>=1.3.2), better compatibility with +telepathy-glib > 0.7.0 (avoid warnings for writable properties, +properly set 'persist' flag), and improvements in disco support. + diff --git a/configure.ac b/configure.ac index 03f072ca2..bc628d580 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], [6]) -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], |