]> git.0d.be Git - empathy.git/commitdiff
prepare 3.9.92
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 16 Sep 2013 15:38:09 +0000 (17:38 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 16 Sep 2013 15:38:09 +0000 (17:38 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index b8429d5e3bfd0145176fe5b818b9d8aa1a7243bd..ba871b7371c699c3ec834d78b83338be29ab098a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+NEW in 3.9.92 (16/09/2013)
+=============
+
+Dependencies:
+ • Folks ≥ 0.9.5
+ • GTK+ ≥ 3.9.4
+ • Geoclue ≥ 1.99.3 (optional)
+ • libsignon-glib ≥ 1.8 (optional)
+
+Bugs fixed:
+ - Fixed #696328, empathy-debugger crashed with SIGSEGV (Guillaume Desmottes)
+ - Fixed #706988, Port to GtkListBox (Guillaume Desmottes)
+ - Fixed #707781, new messages don't cause scroll (Guillaume Desmottes)
+
+Translations:
+ - Updated as Translation (Nilamdyuti Goswami)
+ - Updated be Translation (Ihar Hrachyshka)
+ - Updated cs Translation (Marek Černocký)
+ - Updated de Translation (Benjamin Steinwender)
+ - Updated fi Translation (Ville-Pekka Vainio)
+ - Updated fr Translation (Alexandre Franke)
+ - Updated ga Translation (Seán de Búrca)
+ - Updated hu Translation (Gabor Kelemen)
+ - Updated id Translation (Andika Triwidada)
+ - Updated it Translation (Milo Casagrande)
+ - Updated ko Translation (Changwoo Ryu)
+ - Updated lt Translation (Aurimas Černius)
+ - Updated lv Translation (Rūdolfs Mazurs)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated pl Translation (Piotr Drąg)
+ - Updated ru Translation (Yuri Myasoedov)
+ - Updated sk Translation (Pavol Klačanský)
+ - Updated sr@latin Translation (Мирослав Николић)
+ - Updated sr Translation (Мирослав Николић)
+ - Updated zh_HK Translation (Chao-Hsiung Liao)
+ - Updated zh_TW Translation (Chao-Hsiung Liao)
+
+Documentation translations:
+ - Updated hu Documentation translation (Gabor Kelemen)
+
 NEW in 3.9.91 (03/09/2013)
 =============
 
index 26180631a1d10f416da1b166a0a42bbee15c7543..0719246272f6469b79776146e8ebf95ee613ba4a 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], [3])
 m4_define([empathy_minor_version], [9])
-m4_define([empathy_micro_version], [91])
+m4_define([empathy_micro_version], [92])
 m4_define([empathy_nano_version], [0])
 
 dnl Display the nano_version only if it's not '0'