From: Guillaume Desmottes Date: Mon, 20 Jan 2014 14:54:50 +0000 (+0100) Subject: 3.11.4 X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=f97b8a29540f34a9cc8378634f9b4670d44c2124 3.11.4 --- diff --git a/NEWS b/NEWS index 2626a780..87b202eb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +NEW in 3.11.4 (20/01/2014) +============= + +Bugs fixed: + - Fixed #710919, Telepathy-account-widgets has an incomplete .pc file (Guillaume Desmottes) + - Fixed #710252, [facebook account] entered username can not be selected properly (Guillaume Desmottes) + - Fixed #712566, Groups in contact list cannot be hidden (Guillaume Desmottes) + - Fixed #719889, All accounts have "Remember Password", only Yahoo! "Remember password" + - Fixed #720114, app menu: standardize Help/About/Quit (Michael Catanzaro) + - Fixed #721484, License text contains obsolete FSF postal address (Guillaume Desmottes) + +Translations: + - Updated cs Translation (Marek Černocký) + - Updated el Translation (Dimitris Spingos) + - Updated es Translation (Daniel Mustieles) + - Updated gl Translation (Fran Diéguez) + - Updated id Translation (Andika Triwidada) + - Updated it Translation (Milo Casagrande) + - Updated pt_BR Translation (Rafael Ferreira) + - Updated sk Translation (Piotr Drąg) + - Updated sl Translation (Matej Urbančič) + - Updated tr Translation (Piotr Drąg) + - Updated zh_CN Translation (Wylmer Wang, Tong Hui) + NEW in 3.11.3 (19/12/2013) ============= diff --git a/configure.ac b/configure.ac index 5e032edd..a356d14f 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], [11]) -m4_define([empathy_micro_version], [3]) +m4_define([empathy_micro_version], [4]) m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0'