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 783366854..814e72e45 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+NEW in 3.12.9 (15/04/2015)
+=============
+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)
+
+Translations:
+ - Updated et Translation (Mattias Põldaru)
+
+Documentation translations:
+ - Updated cs Documentation translation (Marek Černocký)
+ - Updated el Documentation translation (Tom Tryfonidis)
+ - Updated hu Documentation translation (Gábor Kelemen)
+
NEW in 3.12.8 (16/03/2015)
=============
diff --git a/configure.ac b/configure.ac
index 93ec215e1..1b72e4c8f 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], [8])
+m4_define([empathy_micro_version], [9])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'