diff options
-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' |