From d67bba0abef5b9292ebe98172e585bfee6d31ce6 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 8 Oct 2012 11:38:39 +0200 Subject: [PATCH] prepare 3.6.0.2 --- NEWS | 22 ++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ad58bb6f..ca09083e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +NEW in 3.6.0.2 (08/10/2012) +============== + +This new stable release fixes a crash when approving a chat from the contact +list. + +Bugs fixed: + - Fixed #681725, empathy crashed with SIGSEGV in g_slist_remove() (Guillaume Desmottes) + - Fixed #684898, empathy-chat is very slow to start (Guillaume Desmottes) + - Fixed #685498, Aborts if accounts database can't be read (Guillaume Desmottes) + - Fixed #685652, memory leak fixes (Pavel Vasin) + - Fixed #685663, Chat themes don't follow system font configuration (Sjoerd Simons) + +Translations: + - Updated ar Translation (Khaled Hosny) + - Updated fr Translation (Alexandre Franke) + - Updated he Translation (Yaron Shahrabani) + - Updated km Translation (Khoem Sokhem) + - Updated lv Translation (RÅ«dolfs Mazurs) + - Updated zh_HK Translation (Chao-Hsiung Liao) + - Updated zh_TW Translation (Chao-Hsiung Liao) + NEW in 3.6.0.1 (03/10/2012) ============== diff --git a/configure.ac b/configure.ac index 3ef634ce..a7a459c1 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], [1]) +m4_define([empathy_nano_version], [2]) dnl Display the nano_version only if it's not '0' m4_define([empathy_base_version], -- 2.39.2