summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2017-08-25 19:17:52 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2017-08-25 19:22:43 -0500
commit25545e60e16c8e3dba8ef90fa4621173d44ffea7 (patch)
tree880ee7f98296186758384fc55f248cefda1f9d8f
parentcd71a62d2a106b608b4bc8c5c037e79c45f9721c (diff)
downloadempathy-25545e60e16c8e3dba8ef90fa4621173d44ffea7.tar.gz
Prepare 3.12.143.12.14
-rw-r--r--NEWS19
-rw-r--r--configure.ac4
2 files changed, 21 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7450d7284..bef608351 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+NEW in 3.12.14 (25/08/2017)
+==============
+
+Empathy is unmaintained! Please help maintain it!
+
+New dependencies: clutter-gst-3.0, webkit2gtk-4.0
+
+Removed dependencies: clutter-gst-2.0, gnutls, webkitgtk-3.0
+
+Bugs fixed:
+ - Fixed #742720, Empathy does not honour auto-away (Christoph Lenggenhager and Michael Catanzaro)
+ - Fixed #749001, Port to webkit2 (Carlos Garcia Campos and György Balló)
+ - Fixed #751185, Use clutter-gst-3.0 (Lionel Landwerlin)
+ - Fixed #780160, Fails to connect to Google, with legacy CAs disabled, or with ca-certificates version 2.10 (Debarshi Ray)
+
+Translations:
+ - Updated fr Translation (Fabio Tomat)
+ - Updated pl Translation (Piotr Drąg)
+
NEW in 3.12.13 (13/03/2017)
==============
diff --git a/configure.ac b/configure.ac
index eaa24e29e..44ff37d46 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], [12])
-m4_define([empathy_micro_version], [13])
+m4_define([empathy_micro_version], [14])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'