summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2015-05-13 13:13:21 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2015-05-13 13:13:21 +0200
commitfd192fe390e510e901e9501fcaa2f08dd32d6bd0 (patch)
treebf38d875f07e4a1479d271381ddba51609d1ee5d
parent21e1e114e42d66d9bff9556812726ff07b518ddb (diff)
downloadempathy-fd192fe390e510e901e9501fcaa2f08dd32d6bd0.tar.gz
-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'