From b8430db01b7e258303722a2173bd95112e0fce18 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 17 Sep 2012 15:52:46 +0200 Subject: prepare 3.5.92 --- NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ configure.ac | 6 +++--- 2 files changed, 43 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 5e092754c..b3c2776fe 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,43 @@ +NEW in 3.5.92 (17/09/2012) +============= + +Dependencies: + • telepathy-glib ≥ 0.19.9 + • folks ≥ 0.7.3 + +Bugs fixed: + - Fixed #675220, Avoid repeatedly reloading icons in list views (Guillaume Desmottes) + - Fixed #683699, Crash when closing test-empathy-roster-model-aggregator (Guillaume Desmottes) + - Fixed #683827, GST 1.0 enabled build fails without gst 0.10 installed (Olivier Crête) + - Fixed #683854, empathy-utils.c:568: empathy_account_manager_get_accounts_connected called before AccountManager ready (Guillaume Desmottes) + - Fixed #683864, Memory leak fixes (Guillaume Desmottes) + - Fixed #684194, Selection not visible with some themes (Guillaume Desmottes) + +Translations: + - Updated ar Translation (Ibrahim Saed) + - Updated as Translation (Nilamdyuti Goswami) + - Updated be Translation (Ihar Hrachyshka) + - Updated cs Translation (Marek Černocký) + - Updated da Translation (Kenneth Nielsen) + - Updated de Translation (Mario Blättermann) + - Updated el Translation (Tom Tryfonidis) + - Updated es Translation (Daniel Mustieles) + - Updated fi Translation (Ville-Pekka Vainio) + - Updated he Translation (Yaron Shahrabani) + - Updated hi Translation (Rajesh Ranjan) + - Updated ko Translation (Changwoo Ryu) + - Updated lt Translation (Aurimas Černius) + - Updated mr Translation (Sandeep Sheshrao Shedmake) + - Updated pt Translation (Duarte Loreto) + - Updated ru Translation (Yuri Myasoedov) + - Updated uk Translation (Daniel Korostil) + - Updated zh_HK Translation (Cheng-Chia Tseng) + - Updated zh_TW Translation (Cheng-Chia Tseng) + +Documentation translations: + - Updated el Documentation translation (Tom Tryfonidis) + - Updated es Documentation translation (Daniel Mustieles) + NEW in 3.5.91.1 (07/09/2012) =============== diff --git a/configure.ac b/configure.ac index 73a6d6eb1..bf45d5d54 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ 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], [5]) -m4_define([empathy_micro_version], [91]) -m4_define([empathy_nano_version], [1]) +m4_define([empathy_micro_version], [92]) +m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' m4_define([empathy_base_version], -- cgit v1.2.3