From b0f139ff63c4d5f9471423422f298443ae222f9a Mon Sep 17 00:00:00 2001 From: Alexander Akulich Date: Sun, 1 Nov 2020 01:20:32 +0300 Subject: Prepare 0.2.1 --- NEWS | 30 ++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 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]) -- cgit v1.2.1