telepathy-idle: Prepare version 0.1.15

Simon McVittie smcv at kemper.freedesktop.org
Wed Apr 24 09:02:39 PDT 2013


Module: telepathy-idle
Branch: master
Commit: 99ee3f66b268cbdf49f7d4624dbe46bed09ba10f
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=99ee3f66b268cbdf49f7d4624dbe46bed09ba10f

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed Apr 24 15:45:33 2013 +0100

Prepare version 0.1.15

---

 NEWS         |   18 ++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index f284c84..38bad7d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+telepathy-idle 0.1.15 (2013-04-24)
+==================================
+
+The “secure by default“ release.
+
+Fixes:
+
+• Validate TLS certificates properly, preventing man-in-the-middle attacks.
+  (fd.o#63810, Simon)
+
+  This will be a regression for users of IRC-over-SSL servers/proxies that
+  do not have a certificate trusted by system-wide CA configuration; they
+  will no longer be able to connect. If someone implements fd.o #57130, that
+  will provide the ability for those users to approve additional
+  certificates.
+
+• Fix compilation and regression tests with GLib 2.36 (Simon)
+
 telepathy-idle 0.1.14 (2012-11-16)
 ==================================
 
diff --git a/configure.ac b/configure.ac
index 3573b17..66c3f3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,8 +11,8 @@ AC_PREREQ([2.59])
 
 m4_define([idle_major_version], [0])
 m4_define([idle_minor_version], [1])
-m4_define([idle_micro_version], [14])
-m4_define([idle_nano_version], [1])
+m4_define([idle_micro_version], [15])
+m4_define([idle_nano_version], [0])
 
 m4_define([idle_base_version],
           [idle_major_version.idle_minor_version.idle_micro_version])



More information about the telepathy-commits mailing list