From b7da83a8160b59aa6375449c42f21d4ed9987d85 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 3 Oct 2012 12:12:58 +0200 Subject: [PATCH] prepare 3.6.0.1 --- NEWS | 39 +++++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 41 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a366ef24..ad58bb6f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,42 @@ +NEW in 3.6.0.1 (03/10/2012) +============== + +This new stable release fixes a bug preventing Empathy to connect an IM +account having an invalid certificate. +It also improves the performance of roster live search and should reduce the +startup time of the chat window as well. + +Bugs fixed: + - Fixed #684528, Wrong status message when call is disconnected (Guillaume Desmottes) + - Fixed #684675, private-chat-$UUID rooms are created with default (i.e. public) settings (Guillaume Desmottes) + - Fixed #684783, Fail to popup wrong certificate dialog (Guillaume Desmottes) + - Fixed #684971, empathy-chat: loses multi personas in the the contact menu (Guillaume Desmottes) + - Fixed #685203, Crash when resuming from sleep (Guillaume Desmottes) + - Fixed #685278, Live search is pretty slow when groups are enabled (Guillaume Desmottes) + +Translations: + - Updated an Translation (Daniel Martinez Cucalon) + - Updated as Translation (Nilamdyuti Goswami) + - Updated be Translation (Ihar Hrachyshka) + - Updated bg Translation (Alexander Shopov) + - Updated ca Translation (Gil Forcada) + - Updated ca@valencia Translation (Carles Ferrando) + - Updated cs Translation (Marek Černocký) + - Updated el Translation (Tom Tryfonidis) + - Updated es Translation (Daniel Mustieles) + - Updated gl Translation (Fran Diéguez) + - Updated he Translation (Yaron Shahrabani) + - Updated hu Translation (Gabor Kelemen) + - Updated id Translation (Andika Triwidada) + - Updated it Translation (Milo Casagrande) + - Updated lt Translation (Žygimantas Beručka, Aurimas Černius) + - Updated pl Translation (Piotr Drąg) + - Updated pt Translation (Duarte Loreto) + - Updated ru Translation (Yuri Myasoedov) + - Updated sl Translation (Matej Urbančič) + - Updated sr@latin Translation (Мирослав Николић) + - Updated sr Translation (Мирослав Николић) + NEW in 3.6.0 (25/09/2012) ============ diff --git a/configure.ac b/configure.ac index b427f246..f422bafe 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], [6]) m4_define([empathy_micro_version], [0]) -m4_define([empathy_nano_version], [0]) +m4_define([empathy_nano_version], [1]) dnl Display the nano_version only if it's not '0' m4_define([empathy_base_version], -- 2.39.2