telepathy-gabble: prepare 0.17.4
Simon McVittie
smcv at kemper.freedesktop.org
Thu May 30 09:05:02 PDT 2013
Module: telepathy-gabble
Branch: master
Commit: cface3d679b42bb30e4d489fd493bb6784c275e2
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=cface3d679b42bb30e4d489fd493bb6784c275e2
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Thu May 30 16:24:38 2013 +0100
prepare 0.17.4
---
NEWS | 10 ++++++++--
configure.ac | 4 ++--
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS
index 6717743..ddd564b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
-telepathy-gabble 0.17.4 (UNRELEASED)
+telepathy-gabble 0.17.4 (2013-05-30)
====================================
-This release fixes the same man-in-the-middle attack as 0.16.6.
+This development release fixes the same man-in-the-middle attack as 0.16.6.
If you use an unencrypted connection to a "legacy Jabber" (pre-XMPP)
server, this version of Gabble will not connect until you make
@@ -22,6 +22,12 @@ Fixes:
⢠fd.o #63119: improve regression tests' isolation from the session bus
(Simon)
+⢠fd.o #64319: consider the <URL> field to be "supported" on Google servers
+ (it's currently read-only and contains a Google+ URL) (Xavier)
+
+⢠fd.o #64354: don't claim we support X-TELEPATHY-PASSWORD if we don't
+ know the username (Xavier)
+
telepathy-gabble 0.17.3 (2013-03-01)
====================================
diff --git a/configure.ac b/configure.ac
index 3701859..efa4c26 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], [3])
-m4_define([gabble_nano_version], [1])
+m4_define([gabble_micro_version], [4])
+m4_define([gabble_nano_version], [0])
# Some magic
m4_define([gabble_base_version],
More information about the telepathy-commits
mailing list