summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Akulich <akulichalexander@gmail.com>2020-11-01 01:20:32 +0300
committerAlexander Akulich <akulichalexander@gmail.com>2020-11-01 01:58:32 +0300
commitb0f139ff63c4d5f9471423422f298443ae222f9a (patch)
treebd6817aa0334b2d25aab90c085b6a8b70b350899
parent108e30c59bf2c7f96611129c67d060f232ddbaf4 (diff)
downloadtelepathy-idle-b0f139ff63c4d5f9471423422f298443ae222f9a.tar.gz
-rw-r--r--NEWS30
-rw-r--r--configure.ac4
2 files changed, 32 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c7a37cb..f18071d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+
+telepathy-idle 0.2.1 (2020-11-01)
+==================================
+
+
+Enhancements:
+
+• Port build tools to Python 3 (Michael Catanzaro)
+
+• Add meson build system (Jan Tojnar)
+
+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)
+
+• Properly handle channels with a '!' at the start of name (Daniel Landau)
+
+• Properly handle modechars (Daniel Landau)
+
+
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])