From 71f34da10e1e25c8c861395beb97c4149f53a852 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 24 May 2010 17:13:31 +0200 Subject: prepare 2.31.2 release --- NEWS | 26 ++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 81332ef05..9fcf465cb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +NEW in 2.31.2 (24/05/2010) +============= + +The "brand-new Telepathy store: http://is.gd/cjoQ8" release. + +Empathy now uses icons from gnome-icon-theme 2.30. You should consider +to upgrade to this version if needed. + +Bugs fixed: + - Fixed #606738, empathy_dispatcher_join_muc: assertion failed: (connection_data != NULL) when joining favorites rooms while account is connecting (Guillaume Desmottes) + - Fixed #617909, Should call gtk_builder_set_translation_domain on GtkBuilder UI components (Rob Bradford) + - Fixed #618401, Empathy should use port 8001 to connect to freenode irc (Brian Curtis) + - Fixed #618753, In the preference dialog, "Automatically _connect..." and the "_Close" button conflict. (ekspiulo) + - Fixed #618883, IRC account: don't allow to save changes when editing network details (Guillaume Desmottes) + - Fixed #618969, Incomplete localisation of g-c-c module (Rob Bradford) + +Translations: + - Updated cs Translation (Petr Kovar) + - Updated en@shaw Translation (Thomas Thurman) + - Updated gl Translation (Fran DiƩguez) + - Updated id Translation (Andika Triwidada) + - Updated nb Translation (Kjartan Maraas) + - Updated si Translation (Danishka Navin) + - Updated zh_HK Translation (Cheng-Chia Tseng) + - Updated zh_TW Translation (Cheng-Chia Tseng) + NEW in 2.31.1 (04/05/2010) ============= diff --git a/configure.ac b/configure.ac index 0673f8863..b7badb3d3 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], [2]) m4_define([empathy_minor_version], [31]) -m4_define([empathy_micro_version], [1]) +m4_define([empathy_micro_version], [2]) m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' -- cgit v1.2.3