diff options
-rw-r--r-- | NEWS | 24 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 26 insertions, 2 deletions
@@ -1,3 +1,27 @@ +NEW in 2.91.93 (28/03/2011) +============== + +This release actually fixes more bugs than the ones listed in these release +notes but bugzilla's breakage on Thursday ate most of them. + +Basically, the log viewer has been polished a bit and you shouldn't get +notifications for outgoing messages sent using Shell's message tray. + +Bugs fixed: + - Fixed #645488, Blocking linked contacts doesn't work and can crash empathy + - Fixed #645558, Opening blocked contacts twice horribly breaks + +Translations: + - Updated bg Translation (Krasimir Chonov) + - Updated de Translation (Mario Blättermann) + - Updated hi Translation (Rajesh Ranjan) + - Updated lt Translation (Žygimantas Beručka) + - Updated mr Translation (Sandeep Shedmake) + - Updated pa Translation (A S Alam) + - Updated ta Translation (Dr.T.Vasudevan) + - Updated ug Translation (Abduxukur Abdurixit) + - Updated zh_CN Translation (Aron Xu) + NEW in 2.91.92 (22/03/2011) ============== diff --git a/configure.ac b/configure.ac index 6497d9c6..53b93fef 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], [91]) -m4_define([empathy_micro_version], [92]) +m4_define([empathy_micro_version], [93]) m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' |