aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-24 23:06:12 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-24 23:17:22 +0800
commitb2e345182e9b50e3742af6acc9aefdf73d986188 (patch)
tree03d407df082db5dc7c66ea0af9e7ea0583bfde56
parent2195753a72fcdcfc0e3a51de67a00fe04a00ecb5 (diff)
downloadgsoc2013-empathy-b2e345182e9b50e3742af6acc9aefdf73d986188.tar
gsoc2013-empathy-b2e345182e9b50e3742af6acc9aefdf73d986188.tar.gz
gsoc2013-empathy-b2e345182e9b50e3742af6acc9aefdf73d986188.tar.bz2
gsoc2013-empathy-b2e345182e9b50e3742af6acc9aefdf73d986188.tar.lz
gsoc2013-empathy-b2e345182e9b50e3742af6acc9aefdf73d986188.tar.xz
gsoc2013-empathy-b2e345182e9b50e3742af6acc9aefdf73d986188.tar.zst
gsoc2013-empathy-b2e345182e9b50e3742af6acc9aefdf73d986188.zip
prepare 2.34.0
-rw-r--r--NEWS37
-rw-r--r--configure.ac6
2 files changed, 40 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 755efa7cd..a7ab08854 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+NEW in 2.34.0 (24/03/2011)
+=============
+
+This first stable release in the 2.34 series fixes various authentication
+and log viewer bugs.
+The /query and /msg commands have also be re-implemented.
+
+Dependencies:
+ • telepathy-glib ≥ 0.14.1
+
+Bugs fixed:
+ - Fixed #645112, Can't handle more than one ServerAuthentication at the same time (Guillaume Desmottes)
+ - Fixed #643690, Have to enter password even if provided during account creation (Guillaume Desmottes)
+ - Fixed #643860, Should scroll to the right row when adding a new account (Guillaume Desmottes)
+ - Fixed #644406, Should set password-prompt on IRC accounts when needed (Guillaume Desmottes)
+ - 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 #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)
+ - Fixed #645069, Show an avatar on the block contact dialog (Emilio Pozuelo Monfort)
+ - Fixed #645108, Empathy is asking for password but I told him to remember it (Guillaume Desmottes)
+ - Fixed #645115, Free priv->hostname in EmpathyServerTlsHandler (Stef Walter)
+ - Fixed #645119, Use ServerTLSConnection.ReferenceIdentities to check cert identity. (Stef Walter)
+ - Fixed #645121, Contact Search uses Ctrl-F, leaving Find in Contact List (Will Thompson)
+ - Fixed #645133, Set 'extra-identities' for Google Talk accounts (Stef Walter)
+ - Fixed #645487, Adding a user who is on the block list doesn't remove them from the block list (Danielle Madeley)
+ - Fixed #645488, Blocking linked contacts doesn't work and can crash empathy (Emilio Pozuelo Monfort)
+ - Fixed #645504, Use stable ContactBlocking API (Guillaume Desmottes)
+ - Fixed #645509, Please re-enable /query and /msg for 2.33.x (Guillaume Desmottes)
+ - Fixed #645558, Opening blocked contacts twice horribly breaks (Emilio Pozuelo Monfort)
+ - Fixed #645670, Logs not displayed when opening viewer from the contact menu and using an Adium theme (Guillaume Desmottes)
+ - Fixed #645582, Calendar widget should be disabled if no contact selected (Guillaume Desmottes)
+ - Fixed #645586, Contact not selected when opening conversation log from conversation window (Guillaume Desmottes)
+
+Translations:
+ - Updated it Translation (Milo Casagrande)
+
NEW in 2.33.4 (16/03/2011)
=============
diff --git a/configure.ac b/configure.ac
index 69123b90f..1579c17d3 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], [33])
-m4_define([empathy_micro_version], [4])
+m4_define([empathy_minor_version], [34])
+m4_define([empathy_micro_version], [0])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'