aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-02-08 21:12:28 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-02-09 04:13:47 +0800
commit09a7a076bb941188de520241a5929b5cae6c363f (patch)
treef8c35ac375106a3e2ebd0447c531a021bf1a2597
parent8d186ba67e21afae30301944ab1f1069d2bbf886 (diff)
downloadgsoc2013-empathy-09a7a076bb941188de520241a5929b5cae6c363f.tar
gsoc2013-empathy-09a7a076bb941188de520241a5929b5cae6c363f.tar.gz
gsoc2013-empathy-09a7a076bb941188de520241a5929b5cae6c363f.tar.bz2
gsoc2013-empathy-09a7a076bb941188de520241a5929b5cae6c363f.tar.lz
gsoc2013-empathy-09a7a076bb941188de520241a5929b5cae6c363f.tar.xz
gsoc2013-empathy-09a7a076bb941188de520241a5929b5cae6c363f.tar.zst
gsoc2013-empathy-09a7a076bb941188de520241a5929b5cae6c363f.zip
prepare 2.29.90 releaseEMPATHY_2_29_90
-rw-r--r--NEWS33
-rw-r--r--configure.ac4
2 files changed, 35 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ec3d008d2..0aedcfca7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+NEW in 2.29.90
+==============
+
+The "Succulente lasagne aux truffes" release.
+
+Bugs fixed:
+ - Fixed #606329, Buttons in GtkInfoBar are too big.
+ - Fixed #607868, Change Hidden to Invisible in docs
+ - Fixed #608053, gtk_notebook_set_tab_label_packing has been deprecated in GTK+ 2.20 (Reimundo Heluani)
+ - Fixed #608690, Edit needs context (Guillaume Desmottes)
+ - Fixed #608813, EmpathyIdle singleton can be referenced by async functions after being finalized (crasher) (Travis Reitter)
+ - Fixed #608974, decling subscription doesn't remove the user from publish/local-pending (Danielle Madeley)
+ - Fixed #608975, Empathy calls SetAlias on a contact pending subscription (Danielle Madeley)
+ - Fixed #608979, Once chat window is open Empathy acks messages immediately (Danielle Madeley)
+ - Fixed #609030, uninitialised variable access (Danielle Madeley)
+ - Fixed #608882, Typo in salut-protocol.page (Łukasz Jernaś)
+
+Translations:
+ - Updated bg Translation (Alexander Shopov)
+ - Updated bn Translation (Jamil Ahmed)
+ - Updated de Translation (Christian Kirbach)
+ - Updated el Translation (Simos Xenitellis)
+ - Updated es Translation (Jorge González)
+ - Updated et Translation (Mattias Põldaru)
+ - Updated sl Translation (Matej Urbančič)
+ - Updated sv Translation (Daniel Nylander)
+ - Updated th Translation (Theppitak Karoonboonyanan)
+ - Updated zh_HK Translation (Chao-Hsiung Liao)
+ - Updated zh_TW Translation (Chao-Hsiung Liao)
+
+Documentation translations:
+ - Updated es Documentation translation (Jorge González)
+
NEW in 2.29.6
=============
diff --git a/configure.ac b/configure.ac
index 76006a0e6..9852a5b2e 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], [29])
-m4_define([empathy_micro_version], [7])
+m4_define([empathy_micro_version], [90])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'