summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2017-08-16 22:57:32 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2017-08-16 23:11:02 -0500
commit37976f61d8dddc950a9b7d3b1417d784b331927f (patch)
tree7528455dd8670ec18c55d27ed6b553b6432db75a
parent320a5e9c6f73cd8ce496a0ccb7149542648c3ccb (diff)
downloadempathy-3.25.90.tar.gz
Prepare 3.25.903.25.90
-rw-r--r--NEWS30
-rw-r--r--configure.ac6
2 files changed, 27 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 65752fc1e..fa3366ae6 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 e4bacc6c3..2fbfc553c 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'