[telepathy-haze-0.8] telepathy-haze: Version 0.8.1

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Nov 11 14:12:34 UTC 2020


Module: telepathy-haze
Branch: telepathy-haze-0.8
Commit: 5bf92bf86fd92c2c39531431292aa06fc0e981b2
URL:    http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=5bf92bf86fd92c2c39531431292aa06fc0e981b2

Author: Alexander Akulich <akulichalexander at gmail.com>
Date:   Wed Nov 11 01:29:51 2020 +0300

Version 0.8.1

---

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

diff --git a/NEWS b/NEWS
index 5893428..e7d04bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,19 @@
-telepathy-haze 0.8.1 (UNRELEASED)
+telepathy-haze 0.8.1 (2020-11-11)
 =================================
 
-…
+Dependencies:
+• libpurple ≥ 2.10.12 is now required
+
+Enhancements:
+
+• Port tests to Python 3 (Arusekk)
+
+Fixes:
+
+• Fix the build with libpurple 2.10.12 (Koop Mast from FreeBSD.org)
+
+• Fix a crash if a requested contact is already in contact-list
+  (fd.0 #47005 Debarshi Ray)
 
 telepathy-haze 0.8.0 (2013-10-02)
 =================================
diff --git a/configure.ac b/configure.ac
index 1b5ef78..507f571 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], [8])
-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])



More information about the telepathy-commits mailing list