summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2015-04-15 17:14:38 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2015-04-15 17:14:38 +0200
commitee250be18179af8d60d26448c99711d5879e59b2 (patch)
tree074650eee251e4c14e1edf0b4a20929fd44c379f
parent7116e60319f81f010c56f0fe3d320a48806546ab (diff)
downloadempathy-EMPATHY_3_12_9.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 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'