aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-20 18:06:28 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-20 18:06:28 +0800
commit3d9c6a6232cae237645985ba747682ab51d9c60c (patch)
tree6bda012d91547399775294dae452e4a5195b2aef
parentc540250dd9a84efcc84330ed82e7e1e87255bbeb (diff)
downloadgsoc2013-empathy-3d9c6a6232cae237645985ba747682ab51d9c60c.tar
gsoc2013-empathy-3d9c6a6232cae237645985ba747682ab51d9c60c.tar.gz
gsoc2013-empathy-3d9c6a6232cae237645985ba747682ab51d9c60c.tar.bz2
gsoc2013-empathy-3d9c6a6232cae237645985ba747682ab51d9c60c.tar.lz
gsoc2013-empathy-3d9c6a6232cae237645985ba747682ab51d9c60c.tar.xz
gsoc2013-empathy-3d9c6a6232cae237645985ba747682ab51d9c60c.tar.zst
gsoc2013-empathy-3d9c6a6232cae237645985ba747682ab51d9c60c.zip
prepare 2.30.0.2 release
-rw-r--r--NEWS23
-rw-r--r--configure.ac4
2 files changed, 25 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 452e93764..a8c7361b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+NEW in 2.30.0.2 (20/04/2010)
+===============
+
+The "Software engineer stock photo" release.
+
+This release in the stable branch fixes some annoying bugs in the accounts
+assistant and 3 crashes.
+We recommend to distributions shipping GNOME 2.30 to upgrade to this version.
+
+Bugs fixed:
+ - Fixed #615027, empathy crashed with SIGSEGV in g_object_unref() (Guillaume Desmottes
+ - Fixed #615058, Wrong account name when using the assistant (Guillaume Desmottes)
+ - Fixed #615164, Keyboard controls for rearranging tabs are reverse from changing tabs (Mirsal Ennaime)
+ - Fixed #615734, Account creation wizard fails to create the last account. (David Laban)
+ - Fixed #615827, generic widget should put advanced section into a scrolled window (Guillaume Desmottes)
+ - Fixed #615829, Crash when trying to add an account (Guillaume Desmottes)
+ - Fixed #615970, Crashes when haze crashes (Guillaume Desmottes)
+ - Fixed #616012, Tabs menu doesn't update when tabs are moved with hotkeys (Mike Ruprecht)
+ - Fixed #616267, Offline contacts not showed by default (Guillaume Desmottes)
+
+Translations:
+ - Updated lt Translation (Žygimantas Beručka)
+
NEW in 2.30.0.1 (09/04/2010)
===============
diff --git a/configure.ac b/configure.ac
index b31b2241d..56c619be4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
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], [0])
-m4_define([empathy_nano_version], [1])
+m4_define([empathy_nano_version], [2])
dnl Display the nano_version only if it's not '0'
m4_define([empathy_base_version],