[telepathy-idle-0.2] telepathy-idle: Prepare 0.2.1

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Oct 31 22:36:07 UTC 2020


Module: telepathy-idle
Branch: telepathy-idle-0.2
Commit: 3fce607e9c7a9447b49e58b2034ae4b71543d68f
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=3fce607e9c7a9447b49e58b2034ae4b71543d68f

Author: Alexander Akulich <akulichalexander at gmail.com>
Date:   Sun Nov  1 01:20:32 2020 +0300

Prepare 0.2.1

---

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

diff --git a/NEWS b/NEWS
index c7a37cb..5dbadf0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+
+telepathy-idle 0.2.1 (2020-11-01)
+==================================
+
+
+Enhancements:
+
+• Port build tools to Python 3 (Michael Catanzaro)
+
+Fixes:
+
+• Update test to Python 3 (Tomi Leppänen)
+
+• Properly handle long IRC messages (polari#147, Michael Catanzaro)
+
+• Fix a critical message from GLib on disconnecting (Guillaume, Diane Trout)
+
+• Fix message corruption on accident bling removal (Florian Muellner)
+
+• Update the certificate for tests (Diane Trout)
+
+• Fix "Invalid utf8" test for Python 3 (Diane Trout)
+
+
 telepathy-idle 0.2.0 (2013-10-03)
 =================================
 
diff --git a/configure.ac b/configure.ac
index 54ce94c..45f7b12 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], [2])
-m4_define([idle_micro_version], [0])
-m4_define([idle_nano_version], [1])
+m4_define([idle_micro_version], [1])
+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