aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-16 22:59:35 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-16 22:59:35 +0800
commit2b7946a29c9d2f38f829e29eb8c452765b1c562e (patch)
treeda6745a21583d93dbd17138b1cc6d85209c7886e
parent15e2a556e3e5c9efadc3153223d17d4cab8597e1 (diff)
downloadgsoc2013-empathy-2b7946a29c9d2f38f829e29eb8c452765b1c562e.tar
gsoc2013-empathy-2b7946a29c9d2f38f829e29eb8c452765b1c562e.tar.gz
gsoc2013-empathy-2b7946a29c9d2f38f829e29eb8c452765b1c562e.tar.bz2
gsoc2013-empathy-2b7946a29c9d2f38f829e29eb8c452765b1c562e.tar.lz
gsoc2013-empathy-2b7946a29c9d2f38f829e29eb8c452765b1c562e.tar.xz
gsoc2013-empathy-2b7946a29c9d2f38f829e29eb8c452765b1c562e.tar.zst
gsoc2013-empathy-2b7946a29c9d2f38f829e29eb8c452765b1c562e.zip
prepare 3.5.4EMPATHY_3_5_4
-rw-r--r--NEWS38
-rw-r--r--configure.ac4
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'