[empathy] prepare 3.5.2



commit c221197779fdaa77d2b0546702f02c7be6719a95
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Jun 5 15:41:49 2012 +0200

    prepare 3.5.2

 NEWS         |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 55 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9efd8a6..7d9e662 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,56 @@
+NEW in 3.5.2 (05/06/2012)
+============
+
+The contact list menu bar has been removed and replaced by the application
+global menu. empathy-av, the legacy audio/video client has been removed,
+empathy-call replaces it completely.
+
+Dependencies:
+ â GTK+ â 3.5.1
+ â clutter-gtk â 1.1.2
+ â telepathy-glib â 0.19.0
+ â GOA â 3.5.1 (optional)
+ â cheese-gtk â 3.4.0 (optional)
+
+Bugs fixed:
+ - Fixed #667619, Port to GtkApplication and GtkApplicationWindow (Danielle Madeley)
+ - Fixed #672043, Remove ':' from labels (Danielle Madeley)
+ - Fixed #640417, EmpathyAccountWidget should be a proper GtkWidget (Guillaume Desmottes)
+ - Fixed #669473, Use CSS for style properties (Guillaume Desmottes)
+ - Fixed #670874, floating toolbar not working (Sjoerd Simons)
+ - Fixed #673263, goa-mc-plugin: support enabling or disabling accounts (Debarshi Ray)
+ - Fixed #673846, Use tp_capabilities_supports_sms() (Guillaume Desmottes)
+ - Fixed #673989, Use TpRoomList (Guillaume Desmottes)
+ - Fixed #674182, Use TpDebugClient (Guillaume Desmottes)
+ - Fixed #674318, Use TpTLSCertificate (Guillaume Desmottes)
+ - Fixed #674553, Take picture button in image change doesn't work. (Guillaume Desmottes)
+ - Fixed #674774, tp-chat: use the GVariant version of TpCapabilities classes (Guillaume Desmottes)
+ - Fixed #674860, Modernize EmpathyNewChatroomDialog (Guillaume Desmottes)
+ - Fixed #674864, Missing tp-chat signals (Guillaume Desmottes)
+ - Fixed #675229, Stop using deprecated tp-glib API (Guillaume Desmottes)
+ - Fixed #675246, Strings appear untranslated (Gabor Kelemen)
+ - Fixed #675296, Remove empathy-av (Guillaume Desmottes)
+ - Fixed #675590, [patch] Use gst_object_ref_sink() (Javier JardÃn)
+ - Fixed #675597, Consider removing EmpathyTpContactFactory (Guillaume Desmottes)
+ - Fixed #675647, video-widget: Remove as it is now unused (Olivier CrÃte)
+ - Fixed #675667, Crash when trying to add an account (Guillaume Desmottes)
+ - Fixed #675803, EmpathyContactWidget should be a proper GtkWidget (Guillaume Desmottes)
+ - Fixed #675807, use new TpTextChannel chat state API (Guillaume Desmottes)
+ - Fixed #675808, Stop using tp_connection_get_contacts_by_id() (Guillaume Desmottes)
+ - Fixed #676027, Spelling error Authentification â Authentication (Guillaume Desmottes)
+ - Fixed #676569, Use GTK_STYLE_CLASS_OSD (Cosimo Cecchi)
+ - Fixed #676637, Crash when account is connecting (Guillaume Desmottes)
+
+Translations:
+ - Updated es Translation (Daniel Mustieles)
+ - Updated fr Translation (Bruno Brouard)
+ - Updated gl Translation (Fran DiÃguez)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated ru Translation (Yuri Myasoedov)
+ - Updated zh_HK Translation (Cheng-Chia Tseng)
+ - Updated zh_TW Translation (Cheng-Chia Tseng)
+
 NEW in 3.5.1 (30/04/2012)
 ============
 
diff --git a/configure.ac b/configure.ac
index 712609b..674af6a 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], [1])
+m4_define([empathy_micro_version], [2])
 m4_define([empathy_nano_version], [0])
 
 dnl Display the nano_version only if it's not '0'



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]