summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS16
-rw-r--r--configure.ac4
2 files changed, 18 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 814e72e45..84ec1835a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+NEW in 3.12.10 (13/05/2015)
+==============
+
+Bugs fixed:
+ - Fixed #741771, Preferences dialog expands to absurd width (Michael Catanzaro)
+ - Fixed #745504, Fix preferences with modern gtk+ (Giovanni Campagna)
+ - Fixed #746841, provide a scalable -symbolic variant of the app icon (Jakub Steiner)
+ - Fixed #747460, Initial empathy accounts window is too wide (Michael Catanzaro)
+ - Don't crash when running in Wayland (Michael Catanzaro)
+
+Translations:
+ - Updated ja Translation (Hajime Taira)
+
+Documentation translations:
+ - Updated es Documentation translation (Daniel Mustieles)
+
NEW in 3.12.9 (15/04/2015)
=============
Bugs fixed:
diff --git a/configure.ac b/configure.ac
index 5ba5582eb..31ab60cca 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], [9])
+m4_define([empathy_micro_version], [10])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'