From 2570147eeea5091acd02ff310f722161f4ae328a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 16 Sep 2013 17:38:09 +0200 Subject: [PATCH] prepare 3.9.92 --- NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b8429d5e3..ba871b737 100644 --- 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) ============= diff --git a/configure.ac b/configure.ac index 26180631a..071924627 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], [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' -- 2.11.4.GIT