telepathy-haze: 0.7.1
Simon McVittie
smcv at kemper.freedesktop.org
Tue Sep 17 05:20:44 PDT 2013
Module: telepathy-haze
Branch: master
Commit: 0344973f362b45de1382f70bdabd0d3b433c718f
URL: http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=0344973f362b45de1382f70bdabd0d3b433c718f
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Tue Sep 17 11:02:36 2013 +0100
0.7.1
---
NEWS | 23 +++++++++++++++++++++--
configure.ac | 4 ++--
2 files changed, 23 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS
index 844dbf0..76d0eb8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,26 @@
-telepathy-haze 0.7.1 (UNRELEASED)
+telepathy-haze 0.7.1 (2013-09-17)
=================================
-â¦
+This is a release candidate for telepathy-haze 0.8, recommended for
+use with GNOME 3.10.
+
+Deprecations:
+
+⢠This will be the last branch with StreamedMedia support. Anyone
+ relying on Haze for audio/video calling is invited to port it to Call1.
+
+Enhancements:
+
+⢠Support interactive password prompting for protocols like SIPE that
+ have an optional password (fd.o #63326; Stefan Becker, Will Thompson)
+
+Fixes:
+
+⢠Adapt to Sametime accounts getting a "usersplit" in libpurple 2.10.1
+ (fd.o #44631, Simon McVittie)
+
+⢠Regression test improvements (fd.o #69269, #65290, #65296, #63119;
+ Will Thompson, Guillaume Desmottes, Simon McVittie)
telepathy-haze 0.7.0 (2012-11-21)
=================================
diff --git a/configure.ac b/configure.ac
index 0ec8603..a2c6e6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,8 +8,8 @@ AC_PREREQ([2.59])
m4_define([haze_major_version], [0])
m4_define([haze_minor_version], [7])
-m4_define([haze_micro_version], [0])
-m4_define([haze_nano_version], [1])
+m4_define([haze_micro_version], [1])
+m4_define([haze_nano_version], [0])
m4_define([haze_base_version],
[haze_major_version.haze_minor_version.haze_micro_version])
More information about the telepathy-commits
mailing list