aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS21
-rw-r--r--configure.ac4
2 files changed, 23 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6af960cb1..755efa7cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+NEW in 2.33.4 (16/03/2011)
+=============
+
+Dependencies:
+ • folks ≥ 0.4.0
+ • telepathy-glib ≥ 0.13.17
+ • GStreamer ≥ 0.10.32
+
+Bugs fixed:
+ - Fixed #644296, Contact Info should respect Overwritten_By_Nickname (Guillaume Desmottes)
+ - Fixed #639417, SSL server validation should follow override server CancelOk (Stef Walter)
+ - 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 #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)
+
NEW in 2.33.3 (09/03/2011)
=============
diff --git a/configure.ac b/configure.ac
index 9691cdd42..d2060c642 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], [3])
+m4_define([empathy_micro_version], [4])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'