From: Guillaume Desmottes Date: Mon, 17 Jun 2013 09:59:45 +0000 (+0200) Subject: 3.9.3 X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=1730bb66236f2a1a64866d088a37a1f7af6e6a6d 3.9.3 --- diff --git a/NEWS b/NEWS index 7fc15118..690ff363 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +NEW in 3.9.3 (17/06/2013) +============ +Bugs fixed: + - Fixed #680778, Stop using empathy-accounts + - Fixed #698742, Crash when joining an IRC channel (Xavier Claessens) + - Fixed #701281, empathy-sanity-checker: Include empathy-keyring.h when HAVE_UOA is defined. (Iain Lane) + - Fixed #701891, New account dialog title is incorrect (Sindhu S) + - Fixed #701914, Return value of tp_debug_client_get_messages_finish() is leaked (Guillaume Desmottes) + +Translations: + - Updated gl Translation (Fran Diéguez) + NEW in 3.9.2 (29/05/2013) ============ Bugs fixed: diff --git a/configure.ac b/configure.ac index fd61787e..8aced41f 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], [9]) -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'