summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2015-10-14 12:17:59 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2015-10-14 12:17:59 +0200
commit1245792e78ab67683349d376f4b7b5a2a02a0b9f (patch)
tree90b5903abf639233e68d0ae7e163bd005eb4a6d2
parent774bc7e81d039c798ab22eafa6b69bfe0eb1a1ef (diff)
downloadempathy-1245792e78ab67683349d376f4b7b5a2a02a0b9f.tar.gz
-rw-r--r--NEWS27
-rw-r--r--configure.ac2
2 files changed, 28 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 84ec1835a..eb16bc607 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+NEW in 3.12.11 (14/10/2015)
+==============
+
+Bugs fixed:
+ - Fixed #729282, Fix opening contact list after launching empathy -h (Balló György)
+ - Fixed #752938, Leak fixes for telepathy-accounts-widgets (Christophe Fergeau)
+ - Fixed #755707, Don't hard code the name of the pkg-config binary (Saleem Abdulrasool)
+ - Fixed #756165, Call the finish method only once (Pranav Kant)
+
+Translations:
+ - Updated ar Translation (Khaled Hosny)
+ - Updated eo Translation (Kristjan SCHMIDT)
+ - Updated ja Translation (Hajime Taira)
+ - Updated oc Translation (Cédric Valmary)
+ - Updated pl Translation (Piotr Drąg)
+ - Updated pt Translation (Pedro Albuquerque)
+ - Updated sv Translation (Anders Jonsson)
+ - Updated tg Translation (Victor Ibragimov)
+ - Updated zh_TW Translation (Chao-Hsiung Liao)
+
+Documentation translations:
+ - Updated ca Documentation translation (Jordi Mas)
+ - Updated de Documentation translation (Christian Kirbach)
+ - Updated el Documentation translation (Tom Tryfonidis)
+ - Updated es Documentation translation (Daniel Mustieles)
+ - Updated fr Documentation translation (Alexandre Franke)
+
NEW in 3.12.10 (13/05/2015)
==============
diff --git a/configure.ac b/configure.ac
index cb2bed032..dd0ffc3b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ m4_define(empathy_released, 1)
m4_define([empathy_major_version], [3])
m4_define([empathy_minor_version], [12])
-m4_define([empathy_micro_version], [10])
+m4_define([empathy_micro_version], [11])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'