diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-05-30 16:24:38 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-05-30 16:24:38 +0100 |
commit | cface3d679b42bb30e4d489fd493bb6784c275e2 (patch) | |
tree | 65daa5679ec8dc3bbc6a8203df7fc7a601572a5b | |
parent | 4cf2247825fba29a4432bbea9fb1522cd80af599 (diff) |
prepare 0.17.4telepathy-gabble-0.17.4
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 10 insertions, 4 deletions
@@ -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 37018592c..efa4c26ad 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], |