aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-09 18:09:52 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-09 18:11:07 +0800
commit1b0c27337f552359260634ddb7dc25c94f337ef5 (patch)
tree5d82e3e7927250bda6051298eca42e845bcbc58d
parent2161a418c4fb9d8c8970e36480fcfb1c010ee9ba (diff)
downloadgsoc2013-empathy-1b0c27337f552359260634ddb7dc25c94f337ef5.tar
gsoc2013-empathy-1b0c27337f552359260634ddb7dc25c94f337ef5.tar.gz
gsoc2013-empathy-1b0c27337f552359260634ddb7dc25c94f337ef5.tar.bz2
gsoc2013-empathy-1b0c27337f552359260634ddb7dc25c94f337ef5.tar.lz
gsoc2013-empathy-1b0c27337f552359260634ddb7dc25c94f337ef5.tar.xz
gsoc2013-empathy-1b0c27337f552359260634ddb7dc25c94f337ef5.tar.zst
gsoc2013-empathy-1b0c27337f552359260634ddb7dc25c94f337ef5.zip
prepare 2.33.3
-rw-r--r--NEWS17
-rw-r--r--configure.ac4
2 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b487cbd37..294394686 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+NEW in 2.33.3 (09/03/2011)
+=============
+
+Dependencies:
+ • telepathy-glib ≥ 0.13.16
+
+Bugs fixed:
+ - Fixed #583317, throbber/status message input widget disapper when contact list too narrow (Robert Sajdok)
+ - Fixed #643656, Autoreject incoming calls when there is one in progress (Emilio Pozuelo Monfort)
+ - Fixed #643745, Support Ch.I.CredentialsStorage in auth-client (Danielle Madeley)
+ - Fixed #643872, Auth client should have Observer.DelayApprovers (Guillaume Desmottes)
+ - Fixed #643920, MSN protocol name may not be recognizable to some users (Guillaume Desmottes)
+ - Fixed #644058, Missing mnemonic for "I don't want to enable this feature for now" (Guillaume Desmottes)
+ - Fixed #644062, Warn if the user has insufficient disk space to receive file (Danielle Madeley)
+ - Fixed #644127, Display a notification when rejecting a call (Guillaume Desmottes)
+ - Fixed #644210, Fix various issues in the Call observer (Guillaume Desmottes)
+
NEW in 2.33.2 (24/02/2011)
=============
diff --git a/configure.ac b/configure.ac
index 50d4b84b3..ba86268b8 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], [2])
+m4_define([empathy_micro_version], [3])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'