]> git.0d.be Git - empathy.git/commitdiff
prepare 2.91.93
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 28 Mar 2011 10:42:22 +0000 (12:42 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 28 Mar 2011 10:45:04 +0000 (12:45 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 2c6ac3aa8b21810e10707b0b060c63cfb8279b0a..a7935ec91e166b0b9a1d769be44df4f5a96f932b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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)
 ==============
 
index 6497d9c615694a40f7476890f7cc58d40584f0ef..53b93fef8f129e06a8d2f0d6ab1ae2b0136ab844 100644 (file)
@@ -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'