aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-02 18:57:53 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-02 19:08:20 +0800
commit8537532a0176bc64680912d57f24fe39e8e404ec (patch)
tree6ef8aaf6c05e65b06c71733b486b0d857134345d
parent36eebcaac08dc60f64f05b883bc6a94a8468561b (diff)
downloadgsoc2013-empathy-8537532a0176bc64680912d57f24fe39e8e404ec.tar
gsoc2013-empathy-8537532a0176bc64680912d57f24fe39e8e404ec.tar.gz
gsoc2013-empathy-8537532a0176bc64680912d57f24fe39e8e404ec.tar.bz2
gsoc2013-empathy-8537532a0176bc64680912d57f24fe39e8e404ec.tar.lz
gsoc2013-empathy-8537532a0176bc64680912d57f24fe39e8e404ec.tar.xz
gsoc2013-empathy-8537532a0176bc64680912d57f24fe39e8e404ec.tar.zst
gsoc2013-empathy-8537532a0176bc64680912d57f24fe39e8e404ec.zip
prepare 2.33.1
-rw-r--r--NEWS39
-rw-r--r--configure.ac4
2 files changed, 41 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 636fe023f..a1a4a532a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+NEW in 2.33.1 (02/02/2011)
+=============
+
+This is the first release in the gnome-2.34 branch. As you probably know, there
+is no GNOME 2.34 planned, the next major release being 3.0.
+We decided to make a bunch of releases containing backports of some new
+features and bug fixes from 3.0. This will allow distributions not shipping
+GNOME 3 yet to still bring some of the recent Telepathy and Empathy improvements
+to their users.
+We are continuing, of course, to work hard on 3.0 which stays our main
+development branch.
+
+The biggest changes in this release, compared to 2.32, is the port to latest
+Folks release and the ability to search for contacts on the server.
+
+Empathy is now also able to prompt you for your password when it's needed, rather
+than requiring you to save it when you create the account. This needs the very
+latest versions of connection managers (in some cases, unreleased versions).
+Older connection managers will continue to work but you'll still have to save
+passwords when creating accounts.
+
+Dependencies:
+ • folks ≥ 0.3.4
+ • telepathy-glib ≥ 0.13.11
+ • libnotify ≥ 0.7.0
+
+Bugs fixed:
+ - Fixed #586257, In Empathy, "F2" key should rename contacts (Kushal Das)
+ - Fixed #637847, Adjust for Folks avatar and presence interface renames (Travis Reitter)
+ - Fixed #637097, Port to latest folks API changes (Philip Withnall)
+ - Fixed #626507, Connection error message is not shown completely (Robert Sajdok)
+ - Fixed #634853, Empathy does not allow Yahoo server to be added to account. (Guillaume Desmottes)
+ - Fixed #640411, Crash when trying to create an ICQ account (Guillaume Desmottes)
+ - Fixed #635513, Message displayed TWICE (in chat msg overlay) when opening a chat window for unread msg (Guillaume Desmottes)
+ - Fixed #639352, Notifications for login and logout need love (Guillaume Desmottes)
+ - Fixed #606947, support Contact Search API (Emilio Pozuelo Monfort)
+ - Fixed #640751, Mark a non-user-visible string as untranslatable. (Will Thompson)
+ - Fixed #636613, Become a server SASL handler (Jonny Lamb)
+
NEW in 2.32.2 (18/11/2010)
=============
diff --git a/configure.ac b/configure.ac
index c4aba1371..fa48a2069 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@ dnl If not 1, append datestamp to the version number
m4_define(empathy_released, 1)
m4_define([empathy_major_version], [2])
-m4_define([empathy_minor_version], [32])
-m4_define([empathy_micro_version], [2])
+m4_define([empathy_minor_version], [33])
+m4_define([empathy_micro_version], [1])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'