aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-21 23:12:27 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-21 23:14:31 +0800
commit76a32b57e0bdfc3def22e87d67cb2df2f762b852 (patch)
tree05c4ac20b0c1ab487e21a8e0c0762cece0669a7f
parent05ebd71bebcd22819ba1c9cddf6b6ecc6ae8f61b (diff)
downloadgsoc2013-empathy-76a32b57e0bdfc3def22e87d67cb2df2f762b852.tar
gsoc2013-empathy-76a32b57e0bdfc3def22e87d67cb2df2f762b852.tar.gz
gsoc2013-empathy-76a32b57e0bdfc3def22e87d67cb2df2f762b852.tar.bz2
gsoc2013-empathy-76a32b57e0bdfc3def22e87d67cb2df2f762b852.tar.lz
gsoc2013-empathy-76a32b57e0bdfc3def22e87d67cb2df2f762b852.tar.xz
gsoc2013-empathy-76a32b57e0bdfc3def22e87d67cb2df2f762b852.tar.zst
gsoc2013-empathy-76a32b57e0bdfc3def22e87d67cb2df2f762b852.zip
prepare 2.30.2 releaseEMPATHY_2_30_2
-rw-r--r--NEWS15
-rw-r--r--configure.ac6
2 files changed, 18 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index fe9208c97..58105dad6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+NEW in 2.30.2 (21/06/2010)
+=============
+
+The "Happy Birthday Mum (and Wim :)" release.
+
+No big changes since 2.30.1.1 but still worth upgrading as we fixed a crash.
+
+Bugs fixed:
+ - Fixed #621409, empathy-2.30.1.1: tests fail (Guillaume Desmottes)
+ - Fixed #621789, crash when closing chat with still-open notification bubble (Guillaume Desmottes)
+ - Fixed #622201, Can't connect chatroom if space after adress (Guillaume Desmottes)
+
+Translations:
+ - Updated lv Translation (Rudolfs Mazurs)
+
NEW in 2.30.1.1 (09/06/2010)
===============
diff --git a/configure.ac b/configure.ac
index ca1da2758..c97534282 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], [1])
-m4_define([empathy_nano_version], [1])
+m4_define([empathy_micro_version], [2])
+m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'
m4_define([empathy_base_version],