diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-24 22:26:28 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-24 22:29:06 +0800 |
commit | 2ae630e5519542490a4fb17bd3631e2e58717bee (patch) | |
tree | 31edf7dedf0ff88a514146607735ef6c4342c18d | |
parent | 32f9d00e33da971188c1330ae92a3d4c486cb88a (diff) | |
download | gsoc2013-empathy-EMPATHY_2_30_3.tar gsoc2013-empathy-EMPATHY_2_30_3.tar.gz gsoc2013-empathy-EMPATHY_2_30_3.tar.bz2 gsoc2013-empathy-EMPATHY_2_30_3.tar.lz gsoc2013-empathy-EMPATHY_2_30_3.tar.xz gsoc2013-empathy-EMPATHY_2_30_3.tar.zst gsoc2013-empathy-EMPATHY_2_30_3.zip |
prepare 2.30.3 releaseEMPATHY_2_30_3
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 17 insertions, 2 deletions
@@ -1,3 +1,18 @@ +NEW in 2.30.3 (24/08/2010) +============= + +This new release in the stable 2.30 branch fixes various memory leaks and +minor bugs. + +Bugs fixed: + - Fixed #624054, Fix a memory leak in EmpathyAvatar (Philip Withnall) + - Fixed #623972, Toggling [ ] Enabled in the accounts dialog with the keyboard doesn't work (Will Thompson) + - Fixed #622266, Should decide which default font to use for chat view (Xavier Claessens) + +Translations: + - Updated id Translation (Andika Triwidada) + - Updated nn Translation (Torstein Adolf Winterseth) + NEW in 2.30.2 (21/06/2010) ============= diff --git a/configure.ac b/configure.ac index 8875d73de..2052fddf6 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], [30]) -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' |