From 99a7002f326e5210852c0be25b7d0ff9c93f7db2 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 11 Jun 2014 13:45:59 +0200 Subject: [PATCH] 3.12.3 --- NEWS | 12 ++++++++++++ configure.ac | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 5a6f411d..d278a9a1 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 093abcfe..05306992 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' -- 2.39.2