aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-28 18:42:22 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-28 18:45:04 +0800
commit8f2225aa7f24ebcc3bf25943591d01e62a7a4e7c (patch)
treedcf3db19c41634185bf4aa0900fa1281f10be655
parent4a662ab1fc168a3868fa6f83ecb6845a6bb1bf37 (diff)
downloadgsoc2013-empathy-8f2225aa7f24ebcc3bf25943591d01e62a7a4e7c.tar
gsoc2013-empathy-8f2225aa7f24ebcc3bf25943591d01e62a7a4e7c.tar.gz
gsoc2013-empathy-8f2225aa7f24ebcc3bf25943591d01e62a7a4e7c.tar.bz2
gsoc2013-empathy-8f2225aa7f24ebcc3bf25943591d01e62a7a4e7c.tar.lz
gsoc2013-empathy-8f2225aa7f24ebcc3bf25943591d01e62a7a4e7c.tar.xz
gsoc2013-empathy-8f2225aa7f24ebcc3bf25943591d01e62a7a4e7c.tar.zst
gsoc2013-empathy-8f2225aa7f24ebcc3bf25943591d01e62a7a4e7c.zip
prepare 2.91.93EMPATHY_2_91_93
-rw-r--r--NEWS24
-rw-r--r--configure.ac4
2 files changed, 26 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2c6ac3aa8..a7935ec91 100644
--- 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)
==============
diff --git a/configure.ac b/configure.ac
index 6497d9c61..53b93fef8 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'