]> git.0d.be Git - empathy.git/commitdiff
prepare 2.29.90 release
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 8 Feb 2010 13:12:28 +0000 (13:12 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 8 Feb 2010 20:13:47 +0000 (20:13 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ec3d008d246c2ca11d2b2d76f60a6894f6d5c733..0aedcfca7dc07ab5c0b322def80b5321cc1e421d 100644 (file)
--- 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
 =============
 
index 76006a0e6ef82a8aa550175e2050219850b8814f..9852a5b2e353675b36c720181abba0285ce26fe8 100644 (file)
@@ -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'