[empathy] Prepare 3.25.90



commit 37976f61d8dddc950a9b7d3b1417d784b331927f
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Wed Aug 16 22:57:32 2017 -0500

    Prepare 3.25.90

 NEWS         |   30 ++++++++++++++++++++++++------
 configure.ac |    6 +++---
 2 files changed, 27 insertions(+), 9 deletions(-)
---
diff --git a/NEWS b/NEWS
index 65752fc..fa3366a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,29 @@
-NEW in 3.
-=========
+NEW in 3.25.90 (16/08/2017)
+==============
+
+This new Empathy release is not quality engineering. But perhaps it will
+be better than the release that came before.
+
+Then again, perhaps not. Empathy is abandonware. A new maintainer is
+required. In the meantime, all bug reports will continue to be ignored.
+
+Highlights of this release:
+
+ - Port to modern WebKitGTK+ API, so Empathy doesn't need to be removed
+   from operating systems that have removed WebKitGTK+ 2.4.
+
+ - Switch to single-window UI. It has rough edges, but at least the app
+   menu does not disappear anymore. Also, you can actually run it in
+   JHBuild now, so you can test changes to the source code. That's good.
+
+ - Fixed some things.
+
+Credit to some people who did particularly good work on this release:
 
-This release assumes the use of GNU Make. See the following links for details
-on why you probably do not want to attempt to use an alternative implementation:
+Lionel Landwerlin, Fabrice Bellet, Daniel Boles, Carlos Garcia Campos,
+György Balló, Frédéric Péters, Debarshi Ray, Tomas Popela
 
-https://bugzilla.gnome.org/show_bug.cgi?id=685837
-https://www.gnu.org/software/automake/manual/automake.html#Multiple-Outputs
+All the bad work is by Michael Catanzaro. (Seriously.)
 
 NEW in 3.12.12 (13/05/2016)
 ==============
diff --git a/configure.ac b/configure.ac
index e4bacc6..2fbfc55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
 dnl If not 1, append datestamp to the version number
-m4_define(empathy_released, 0)
+m4_define(empathy_released, 1)
 
 m4_define([empathy_major_version], [3])
-m4_define([empathy_minor_version], [21])
-m4_define([empathy_micro_version], [1])
+m4_define([empathy_minor_version], [25])
+m4_define([empathy_micro_version], [90])
 m4_define([empathy_nano_version], [0])
 
 dnl Display the nano_version only if it's not '0'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]