summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-17 11:02:36 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-17 11:02:36 +0100
commit0344973f362b45de1382f70bdabd0d3b433c718f (patch)
tree80e5fce18bdb60975f3950c3e4a532f4516c64d6
parentb09dadbdc54253cd680267aaac6b28f3bb689290 (diff)
downloadtelepathy-haze-0344973f362b45de1382f70bdabd0d3b433c718f.tar.gz
0.7.1
-rw-r--r--NEWS23
-rw-r--r--configure.ac4
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])