]> git.0d.be Git - empathy.git/commitdiff
prepare 3.5.3
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 26 Jun 2012 07:37:54 +0000 (09:37 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 26 Jun 2012 07:37:54 +0000 (09:37 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 7d9e66258c351efd839380dea714a8e018cbe845..40ca0aad7da10411c0648f7f504e80b7dda2331f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,44 @@
+NEW in 3.5.3 (26/06/2012)
+============
+
+The contact list has been completely redesigned, see [0] for details; please
+test it and report any regression you may experience.
+
+[0] http://blog.desmottes.be/post/2012/06/15/New-Empathy-contact-list
+
+Dependencies:
+ • folks ≥ 0.7.1
+ • telepathy-glib ≥ 0.19.1
+ • libebook no longer needed
+
+Bugs fixed:
+ - Fixed #669484, [design] New contact list view (Guillaume Desmottes)
+ - Fixed #675214, Contacts not in groups after a restart (Guillaume Desmottes)
+ - Fixed #676634, Use TpAccountRequest (Guillaume Desmottes)
+ - Fixed #677465, Use TpProtocol more (Guillaume Desmottes)
+ - Fixed #677533, doesn't build with latest evolution-data-server (Guillaume Desmottes)
+ - Fixed #677545, Build with tp-glib GSEAL (Guillaume Desmottes)
+ - Fixed #677641, Use a weak reference while loading the logs asynchronously to detect when the object has been destroyed (Debarshi Ray)
+ - Fixed #677940, [new roster] Individual manager: track more popular contacts (Guillaume Desmottes)
+ - Fixed #677947, [new roster] Add EmpathyRosterView (Guillaume Desmottes)
+ - Fixed #677948, [new roster] Use EmpathyRosterView (Guillaume Desmottes)
+ - Fixed #677949, [new roster] Remove old preferences (Guillaume Desmottes)
+ - Fixed #678083, Find a better heuristic to compute contacts popularity (Seif Lotfy)
+ - Fixed #678091, [new roster] Display favorites in the top of the roster (Guillaume Desmottes)
+ - Fixed #678156, [new roster] People nearby group (Laurent Contzen)
+ - Fixed #678167, Not clear if mic is muted or not (Guillaume Desmottes)
+ - Fixed #678205, Contact gets displayed in the wrong group (Guillaume Desmottes)
+ - Fixed #678294, [new roster] Bring back individual tooltips (Guillaume Desmottes)
+ - Fixed #678307, irc connection parameters dialog: "apply" button stays unsensitive (Guillaume Desmottes)
+ - Fixed #678376, [new roster] Ungroupped contact should be displayed at the bottom of the roster (Laurent Contzen)
+
+Translations:
+ - Updated be Translation (Ihar Hrachyshka)
+ - Updated el Translation (Tom Tryfonidis)
+ - Updated es Translation (Daniel Mustieles)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated sl Translation (Andrej Žnidaršič)
+
 NEW in 3.5.2 (05/06/2012)
 ============
 
index 34d754ce42d6d2a45b0e4d34fd8a1043ce46c9a7..85b832cd5c912cccad7dc17712893ac8863d15ee 100644 (file)
@@ -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], [2])
+m4_define([empathy_micro_version], [3])
 m4_define([empathy_nano_version], [0])
 
 dnl Display the nano_version only if it's not '0'