diff options
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 18 insertions, 3 deletions
@@ -1,3 +1,18 @@ +NEW in 2.30.2 (21/06/2010) +============= + +The "Happy Birthday Mum (and Wim :)" release. + +No big changes since 2.30.1.1 but still worth upgrading as we fixed a crash. + +Bugs fixed: + - Fixed #621409, empathy-2.30.1.1: tests fail (Guillaume Desmottes) + - Fixed #621789, crash when closing chat with still-open notification bubble (Guillaume Desmottes) + - Fixed #622201, Can't connect chatroom if space after adress (Guillaume Desmottes) + +Translations: + - Updated lv Translation (Rudolfs Mazurs) + NEW in 2.30.1.1 (09/06/2010) =============== diff --git a/configure.ac b/configure.ac index ca1da2758..c97534282 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ 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], [1]) -m4_define([empathy_nano_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' m4_define([empathy_base_version], |