From a3011571d33687f47bf723f0816a2b68025c184a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 9 Jul 2013 10:38:47 +0200 Subject: [PATCH] 3.9.4 --- NEWS | 18 ++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 690ff363..4ae1abdd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +NEW in 3.9.4 (09/07/2013) +============ +Bugs fixed: + - Fixed #702095, System crash when typing a long string in empathy (Xavier Claessens) + - Fixed #703453, correctly sort contacts and groups (Frédéric Péters) + - Fixed #703775, ContactSearch is not clear when it is no supported (Xavier Claessens) + +Translations: + - Updated cs Translation (Marek Černocký) + - Updated es Translation (Daniel Mustieles) + - Updated gl Translation (Fran Diéguez) + - Updated it Translation (Milo Casagrande) + - Updated nb Translation (Kjartan Maraas) + - Updated sk Translation (Pavol Klačanský) + +Documentation translations: + - Updated es Documentation translation (Daniel Mustieles) + NEW in 3.9.3 (17/06/2013) ============ Bugs fixed: diff --git a/configure.ac b/configure.ac index 4d8e8a9f..4a283389 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], [3]) +m4_define([empathy_micro_version], [4]) m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' -- 2.39.2