]> git.0d.be Git - empathy.git/commitdiff
prepare 2.30 release
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 29 Mar 2010 12:43:12 +0000 (14:43 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 29 Mar 2010 13:38:35 +0000 (15:38 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e8d3fa4f88c3a719263a982ed3579fec843e5cda..035c894edd0f76befc4796cbff5444654927c1e1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,74 @@
+NEW in 2.30.0 (29/03/2010)
+=============
+
+The "The Petri net cake" release.
+
+This is the first release in the new 2.30 stable branch. We strongly advise
+distributions to ship this version.
+
+Changes since 2.29.93 include a fix ensuring that the accounts dialog and
+debug windows are properly translated. We also fixed the accounts dialog to
+fit better on smaller screens.
+
+This release includes loads of translation updates from the GNOME translation
+team; many thanks to them!
+
+Bugs fixed:
+ - Fixed #613596, Account Assistant translations are not loaded (Guillaume Desmottes)
+ - Fixed #601693, Shouldn't cycle tab if gtk-keynav-wrap-around is 0 (Aaron Brown)
+ - Fixed #612557, empathy_sidebar_menu_position_under: assertion `gtk_widget_get_has_window (user_data)' failed (Guillaume Desmottes)
+ - Fixed #613117, Please fix escaping of UTF-chars in ui file (Gabor Kelemen)
+ - Fixed #613272, im settings capplet goes offscreen when advanced is expanded (Travis Reitter)
+ - Fixed #613437, Empathy fails to build (Guillaume Desmottes)
+ - Fixed #613793, remove non-standard notification capabilities (Nicolò Chieffo)
+ - Fixed #613892, Should start hidden when activated (Guillaume Desmottes)
+ - Fixed #614155, Move Tab Left/Right should have accelerator (Aaron Brown)
+ - Fixed #613772, Minor typo in Empathy documentation (Marios Zindilis)
+
+Translations:
+ - Updated ar Translation (Khaled Hosny)
+ - Updated bg Translation (Alexander Shopov)
+ - Updated bn Translation (Jamil Ahmed)
+ - Updated ca Translation (Gil Forcada)
+ - Updated crh Translation (Reşat SABIQ)
+ - Updated cs Translation (Petr Kovar, Jiri Eischmann)
+ - Updated da Translation (Ask H. Larsen)
+ - Updated de Translation (Christian Kirbach, Christian.Kirbach)
+ - Updated el Translation (Simos Xenitellis, Kostas Papadimas)
+ - Updated en_GB Translation (Bruce Cowan)
+ - Updated es Translation (Jorge González)
+ - Updated et Translation (Ivar Smolin, Mattias Põldaru)
+ - Updated eu Translation (Inaki Larranaga Murgoitio)
+ - Updated fi Translation (Timo Jyrinki)
+ - Updated fr Translation (Bruno Brouard, Claude Paroz)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated hu Translation (Gabor Kelemen)
+ - Updated it Translation (Milo Casagrande, Francesco Marlatta)
+ - Updated ko Translation (Changwoo Ryu)
+ - Updated ku Translation (Sîmurg56, simurg56)
+ - Updated lt Translation (Žygimantas Beručka)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated pa Translation (A S Alam)
+ - Updated pl Translation (Piotr Drąg)
+ - Updated pt_BR Translation (Djavan Fagundes)
+ - Updated pt Translation (Duarte Loreto)
+ - Updated ro Translation (Adi Roiban)
+ - Updated ru Translation (Leonid Kanter)
+ - Updated sl Translation (Matej Urbančič)
+ - Updated sr@latin Translation (Branko Kokanović)
+ - Updated sr Translation (Branko Kokanović)
+ - Updated sv Translation (Daniel Nylander)
+ - Updated uk Translation (Maxim V. Dziumanenko)
+ - Updated zh_CN Translation (Aron Xu)
+ - Updated zh_HK Translation (Cheng-Chia Tseng)
+ - Updated zh_TW Translation (Cheng-Chia Tseng)
+
+Documentation translations:
+ - Updated de Documentation translation (Mario Blättermann)
+ - Updated el Documentation translation (Marios Zindilis, Μάριος Ζηντίλης)
+ - Updated es Documentation translation (Jorge González)
+ - Updated fr Documentation translation (Bruno Brouard)
+
 NEW in 2.29.93
 ==============
 
 NEW in 2.29.93
 ==============
 
index 72808f2340e9f947ef69cdaba16397e170cf3ce6..f1cc1cb0ca0e5d144b165a514dda89a3d30b72aa 100644 (file)
@@ -1,9 +1,9 @@
 dnl If not 1, append datestamp to the version number
 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_major_version], [2])
-m4_define([empathy_minor_version], [29])
-m4_define([empathy_micro_version], [93])
+m4_define([empathy_minor_version], [30])
+m4_define([empathy_micro_version], [0])
 m4_define([empathy_nano_version], [0])
 
 dnl Display the nano_version only if it's not '0'
 m4_define([empathy_nano_version], [0])
 
 dnl Display the nano_version only if it's not '0'