]> git.0d.be Git - empathy.git/commitdiff
3.12.3
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 11 Jun 2014 11:45:59 +0000 (13:45 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 11 Jun 2014 11:45:59 +0000 (13:45 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 5a6f411daf7e31c857c0e734ab9a89dcabfe0ca2..d278a9a13a050ca560ea8a4e22e427dc9ab4ad65 100644 (file)
--- 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)
 =============
 
 NEW in 3.12.2 (14/05/2014)
 =============
 
index 093abcfec9d49cda5f141e4b565a62bccbd605e7..05306992ef53168072d629f491263cb7bc9576d1 100644 (file)
@@ -1,9 +1,9 @@
 dnl If not 1, append datestamp to the version number
 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_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'
 m4_define([empathy_nano_version], [0])
 
 dnl Display the nano_version only if it's not '0'