diff options
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 14 insertions, 2 deletions
@@ -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' |