From 2b7946a29c9d2f38f829e29eb8c452765b1c562e Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 16 Jul 2012 16:59:35 +0200 Subject: prepare 3.5.4 --- NEWS | 38 ++++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 40ca0aad7..16ebcc57c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,41 @@ +NEW in 3.5.4 (16/07/2012) +============ + +Legacy chat themes from Gossip have been removed and re-implemented using the +Adium theme format. + +Dependencies: + • GLib ≥ 2.33.3 + • telepathy-glib ≥ 0.19.3 + +Bugs fixed: + - Fixed #645921, Drop old chat themes and make Adium theme mandatory (Danielle Madeley) + - Fixed #627948, Avatar option for irc superfous (Will Thompson) + - Fixed #678331, Sending a file from the conversation window silently fails (Guillaume Desmottes) + - Fixed #678524, [new roster] Re-Implement sending files using DnD (Guillaume Desmottes) + - Fixed #678807, empathy-chat crashed with SIGSEGV in _tp_base_client_handle_channels() (Guillaume Desmottes) + - Fixed #678845, Strip %senderPrefix% in Adium themes (Will Thompson) + - Fixed #678875, empathy-nautilus-sendto should use RosterView (Laurent Contzen) + - Fixed #679136, Stop using EmpathyContactWidget in the subscription request dialog (Guillaume Desmottes) + - Fixed #679255, Remove EmpathyChatView (Guillaume Desmottes) + - Fixed #679332, Handle Adium themes that use .AdiumMessagestyle (Guillaume Desmottes) + - Fixed #679396, Bind keyboard keys on DTMF events (Guillaume Desmottes) + - Fixed #679532, Contact names not aligned (Guillaume Desmottes) + +Translations: + - Updated be Translation (Ihar Hrachyshka) + - Updated el Translation (Tom Tryfonidis) + - Updated es Translation (Daniel Mustieles) + - Updated he Translation (Yaron Shahrabani) + - Updated lt Translation (Žygimantas Beručka) + - Updated nb Translation (Kjartan Maraas) + - Updated pa Translation (A S Alam) + - Updated zh_HK Translation (Cheng-Chia Tseng) + - Updated zh_TW Translation (Cheng-Chia Tseng) + +Documentation translations: + - Updated el Documentation translation (Tom Tryfonidis) + NEW in 3.5.3 (26/06/2012) ============ diff --git a/configure.ac b/configure.ac index 88c472c4f..3bc9e736c 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], [5]) -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' -- cgit v1.2.3