summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2017-03-13 17:52:28 +0100
committerDebarshi Ray <debarshir@gnome.org>2017-03-13 17:52:28 +0100
commit90ce49a9c37d01d9861476cc9c5b03e9287d0760 (patch)
tree78432525ff4eb3d654a129d76d3c449c86079b14
parent32b085f285b3d4e03a07b79331e7ab021182c908 (diff)
downloadempathy-90ce49a9c37d01d9861476cc9c5b03e9287d0760.tar.gz
-rw-r--r--NEWS27
-rw-r--r--configure.ac4
2 files changed, 25 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 65752fc1e..7450d7284 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,30 @@
-NEW in 3.
-=========
+NEW in 3.12.13 (13/03/2017)
+==============
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:
-
https://bugzilla.gnome.org/show_bug.cgi?id=685837
https://www.gnu.org/software/automake/manual/automake.html#Multiple-Outputs
+Fixes the GActions in EmpathyRosterWindow.
+
+Bugs fixed:
+ - Fixed #685837, fix parallel builds (Rémi Cardona)
+ - Fixed #746735, handle the "reduce location accuracy" option (Fabrice Bellet)
+ - Fixed #756990, fix missing date icons in chat history window (Hussam Al-Tayeb)
+ - Fixed #767516, prevent empathy-call from crashing under X11 (Diane Trout)
+ - Fixed #768889, properly remove the farstream element notifiers (Fabrice Bellet)
+
+Translations:
+ - Updated oc Translation (Cédric Valmary)
+ - Updated pl Translation (Piotr Drąg)
+
+Documentation translations:
+ - Updated fr Documentation Translation (Alain Lojewski)
+ - Updated id Documentation translation (Lorenz Adam Damara)
+ - Updated pl Documentation Translation (Aleksander Łukasiewicz)
+ - Updated sv Documentation Translation (Erik Sköldås)
+
NEW in 3.12.12 (13/05/2016)
==============
@@ -94,8 +112,8 @@ Documentation translations:
NEW in 3.12.9 (15/04/2015)
=============
-Bugs fixed:
+Bugs fixed:
- Fixed #746612, Geoclue2 requires a DesktopId property (Fabrice Bellet, Debarshi Ray)
- Fixed #747375, Fix a wrong header guard in libempathy-gtk/empathy-smiley-manager.h (Ting-Wei Lan)
- Fixed #747170, Typo (messenging) in documentation (Kat)
@@ -401,6 +419,7 @@ Translations:
NEW in 3.10.0 (24/09/2013)
=============
+
Bugs fixed:
- Fixed #708403, empathy-debugger crashes on start (Igor Gnatenko)
- Fixed #707781, new messages don't cause scroll
diff --git a/configure.ac b/configure.ac
index fbc6016e1..a427eba3a 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], [12])
+m4_define([empathy_micro_version], [13])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'