diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-24 23:13:31 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-24 23:13:31 +0800 |
commit | 71f34da10e1e25c8c861395beb97c4149f53a852 (patch) | |
tree | 12d3e6be4a40aeb0895683f01b411c5c1b3a537c | |
parent | 503296c1c8c3cb8bf4bde4e9325fc0a58aa91c70 (diff) | |
download | gsoc2013-empathy-71f34da10e1e25c8c861395beb97c4149f53a852.tar gsoc2013-empathy-71f34da10e1e25c8c861395beb97c4149f53a852.tar.gz gsoc2013-empathy-71f34da10e1e25c8c861395beb97c4149f53a852.tar.bz2 gsoc2013-empathy-71f34da10e1e25c8c861395beb97c4149f53a852.tar.lz gsoc2013-empathy-71f34da10e1e25c8c861395beb97c4149f53a852.tar.xz gsoc2013-empathy-71f34da10e1e25c8c861395beb97c4149f53a852.tar.zst gsoc2013-empathy-71f34da10e1e25c8c861395beb97c4149f53a852.zip |
prepare 2.31.2 releaseEMPATHY_2_31_2
-rw-r--r-- | NEWS | 26 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 28 insertions, 2 deletions
@@ -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' |