aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-17 22:54:12 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-17 22:54:12 +0800
commit22f5d4f35b734d1e47a810e369c7901da180905c (patch)
tree13483d31dfce5e91719c3501d154bc7b28ac2902
parent7f47a1b3053fdf5e07250f716b5c596f936b0302 (diff)
downloadgsoc2013-empathy-EMPATHY_2_91_91_1.tar
gsoc2013-empathy-EMPATHY_2_91_91_1.tar.gz
gsoc2013-empathy-EMPATHY_2_91_91_1.tar.bz2
gsoc2013-empathy-EMPATHY_2_91_91_1.tar.lz
gsoc2013-empathy-EMPATHY_2_91_91_1.tar.xz
gsoc2013-empathy-EMPATHY_2_91_91_1.tar.zst
gsoc2013-empathy-EMPATHY_2_91_91_1.zip
prepare 2.91.91.1EMPATHY_2_91_91_1
-rw-r--r--NEWS55
-rw-r--r--configure.ac4
2 files changed, 57 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index dcd14a7b9..d1ddf0520 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,58 @@
+NEW in 2.91.91.1 (17/03/2011)
+================
+
+The "Happy Guinness Day!" release.
+
+Empathy has a new icon! See [1] to learn more about it.
+
+You can now block annoying contacts.
+
+[1] http://blog.desmottes.be/post/2011/03/16/New-Empathy-icon%21
+
+Dependencies:
+ • folks ≥ 0.4.0
+
+Bugs fixed:
+ - Fixed #644296, Contact Info should respect Overwritten_By_Nickname (Guillaume Desmottes)
+ - Fixed #614640, new app icon for empathy (Jakub Steiner)
+ - Fixed #618787, Allow to block specific contacts (Danielle Madeley)
+ - Fixed #639417, SSL server validation should follow override server CancelOk (Stef Walter)
+ - Fixed #643690, Have to enter password even if provided during account creation (Guillaume Desmottes)
+ - Fixed #643863, Should set EmpathyChat as PreferredHandler when requesting a text channel (Guillaume Desmottes)
+ - Fixed #644295, Don't set your contact info if nothing's changed (Guillaume Desmottes)
+ - Fixed #644298, Don't clobber alias updates through using both Aliasing and ContactInfo (Guillaume Desmottes)
+ - Fixed #644359, Support Error.EmergencyCallsNotSupported (Emilio Pozuelo Monfort)
+ - Fixed #644360, Support Error.SoftwareUpgradeRequired (Emilio Pozuelo Monfort)
+ - Fixed #644406, Should set password-prompt on IRC accounts when needed (Guillaume Desmottes)
+ - Fixed #644475, Empathy.Auth.client doesn't have DelayApprovers (Guillaume Desmottes)
+ - Fixed #644500, Install .service and .client files for empathy-call (Emilio Pozuelo Monfort)
+ - Fixed #644726, Remove contact doesn't work (Guillaume Desmottes)
+ - Fixed #644830, Sidebar is very wide (Guillaume Desmottes)
+ - Fixed #644844, Clear logs improvements (Emilio Pozuelo Monfort)
+ - Fixed #644914, History window: filter accounts without logs (Emilio Pozuelo Monfort)
+ - Fixed #644936, Don't update Contact menu on a focus-in (Michael Terry)
+ - Fixed #644944, Patch for warnings from GCC 4.6 about variables that are set but not used (Kjartan Maraas)
+ - Fixed #645008, empathy-auth-client should implement the Debug interface (Guillaume Desmottes)
+ - Fixed #645014, ICQ widget: should be able to enter an email address (Guillaume Desmottes)
+
+Translations:
+ - Updated ar Translation (Khaled Hosny)
+ - Updated ca Translation (Gil Forcada)
+ - Updated cs Translation (Marek Černocký)
+ - Updated el Translation (Michael Kotsarinis)
+ - Updated en_GB Translation (Bruce Cowan)
+ - Updated es Translation (Daniel Mustieles)
+ - Updated et Translation (Mattias Põldaru, Ivar Smolin)
+ - Updated fr Translation (Bruno Brouard)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated hu Translation (Gabor Kelemen)
+ - Updated pl Translation (Piotr Drąg)
+ - Updated ro Translation (Lucian Adrian Grijincu)
+ - Updated sl Translation (Andrej Žnidaršič, Matej Urbančič)
+ - Updated sv Translation (Daniel Nylander)
+ - Updated uk Translation (Daniel Korostil)
+
NEW in 2.91.91 (08/03/2011)
==============
diff --git a/configure.ac b/configure.ac
index 90110611d..1c2b003b7 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], [91])
m4_define([empathy_micro_version], [91])
-m4_define([empathy_nano_version], [0])
+m4_define([empathy_nano_version], [1])
dnl Display the nano_version only if it's not '0'
m4_define([empathy_base_version],