summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-24 16:26:28 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-24 16:29:06 +0200
commit2ae630e5519542490a4fb17bd3631e2e58717bee (patch)
tree31edf7dedf0ff88a514146607735ef6c4342c18d
parent32f9d00e33da971188c1330ae92a3d4c486cb88a (diff)
downloadempathy-2ae630e5519542490a4fb17bd3631e2e58717bee.tar.gz
prepare 2.30.3 releaseEMPATHY_2_30_3
-rw-r--r--NEWS15
-rw-r--r--configure.ac4
2 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 58105dad6..279da1993 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+NEW in 2.30.3 (24/08/2010)
+=============
+
+This new release in the stable 2.30 branch fixes various memory leaks and
+minor bugs.
+
+Bugs fixed:
+ - Fixed #624054, Fix a memory leak in EmpathyAvatar (Philip Withnall)
+ - Fixed #623972, Toggling [ ] Enabled in the accounts dialog with the keyboard doesn't work (Will Thompson)
+ - Fixed #622266, Should decide which default font to use for chat view (Xavier Claessens)
+
+Translations:
+ - Updated id Translation (Andika Triwidada)
+ - Updated nn Translation (Torstein Adolf Winterseth)
+
NEW in 2.30.2 (21/06/2010)
=============
diff --git a/configure.ac b/configure.ac
index 8875d73de..2052fddf6 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], [30])
-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'