summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2016-05-13 10:15:51 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2016-05-13 10:15:51 +0200
commitf64f3c9685dde69d09bb5f6e9b09668f9feb02ba (patch)
treef97cdb68057816d8c403968d2d0715da5be6ad17
parentf4148c3992afe7f6c6ca5e03c87e418e5d1054f8 (diff)
downloadempathy-f64f3c9685dde69d09bb5f6e9b09668f9feb02ba.tar.gz
-rw-r--r--NEWS42
-rw-r--r--configure.ac4
2 files changed, 44 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index eb16bc607..eab7ac7fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+NEW in 3.12.12 (13/05/2016)
+==============
+
+This new version improve Wayland support.
+
+Bugs fixed:
+ - Fixed #761000, fix pkg-config usage (Saleem Abdulrasool)
+ - Fixed #762735, The minimum value of an uint64_t is 0, not G_MININT32 (Ting-Wei Lan)
+ - Fixed #762737, Hardcoding #!/usr/bin/python is not portable (Ting-Wei Lan)
+ - Fixed #762738, Fix -Werror build for clang (Ting-Wei Lan)
+ - Fixed #764438, Add the Rizon IRC network to the list of IRC networks (Niek Visser)
+ - Fixed #765022, GCC 5 generates a type-limits warning in tpaw-account-settings.c (Diane Trout)
+ - Fixed #765024, Empathy uses deprecated webkit functions (Diane Trout)
+ - Fixed #766285, gnome-shell Wayland application tracking broken for Empathy (Florian Müllner)
+ - Fixed #708170, Empathy dumps core when running on Wayland compositor (Michael Catanzaro)
+
+Translations:
+ - Updated ar Translation (Khaled Hosny)
+ - Updated ca Translation (Jordi Mas)
+ - Updated eo Translation (Kristjan SCHMIDT)
+ - Updated fur Translation (Fabio Tomat)
+ - Updated gl Translation (Marcos Lans)
+ - Updated is Translation (Sveinn í Felli)
+ - Updated ja Translation (Hajime Taira)
+ - Updated lt Translation (Aurimas Černius)
+ - Updated oc Translation (Cédric Valmary)
+ - Updated pl Translation (Piotr Drąg)
+ - Updated pt Translation (Duarte Loreto, Pedro Albuquerque)
+ - Updated ro Translation (Daniel Șerbănescu)
+ - 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)
+ - Updated lv Documentation translation (Rūdolfs Mazurs)
+ - Updated sv Documentation translation (Anders Jonsson)
+
NEW in 3.12.11 (14/10/2015)
==============
diff --git a/configure.ac b/configure.ac
index 992a17b28..029b63a38 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], [11])
+m4_define([empathy_micro_version], [12])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'