summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-06-11 13:45:59 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-06-11 13:45:59 +0200
commit99a7002f326e5210852c0be25b7d0ff9c93f7db2 (patch)
treef02102b455e35e47457b408c69b15fc775f68e2a
parente8316b6de102ebcc818989c10ac2801ad12a196e (diff)
3.12.3
-rw-r--r--NEWS12
-rw-r--r--configure.ac4
2 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5a6f411da..d278a9a13 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+NEW in 3.12.3 (11/06/2014)
+=============
+
+This new stable release removes support for connecting to Windows Live chat
+using XMPP as Microsoft shut down their XMPP gateways.
+However, you can continue using the proprietary MSN protocol through
+telepathy-haze.
+
+Bugs fixed:
+ - Fixed #696977, Dialog title is not translated (Juan A. Suarez Romero)
+ - Fixed #731150, MSN live connection not removed from mission-control (Debarshi Ray)
+
NEW in 3.12.2 (14/05/2014)
=============
diff --git a/configure.ac b/configure.ac
index 093abcfec..05306992e 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], [2])
+m4_define([empathy_micro_version], [3])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'