]> git.0d.be Git - empathy.git/commitdiff
prepare 3.7.4
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 16 Jan 2013 08:02:38 +0000 (09:02 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 16 Jan 2013 08:07:43 +0000 (09:07 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 49801d3917e2d75a7cfc944823eaeee588ea0376..1dd09d845e7c059a458f70f05e5e343b7d3200b5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,51 @@
+NEW in 3.7.4 (16/01/2013)
+============
+
+Dependencies:
+ • telepathy-farstream ≥ 0.6.0
+ • WebKitGTK+ ≥ 1.9.1
+ • libaccounts-glib ≥ 1.4 (optional)
+
+Bugs fixed:
+ - Fixed #657634, 'i' button on video preview looks weird (Guillaume Desmottes)
+ - Fixed #670048, Display a message if no contact is displayed because they are offline (Guillaume Desmottes)
+ - Fixed #684357, Improve context menu in chat window (Guillaume Desmottes)
+ - Fixed #687450, Initial window is very small (Guillaume Desmottes)
+ - Fixed #687616, [GNOME goal] Port to Python 3 (Guillaume Desmottes)
+ - Fixed #687629, Empathy shortcut bug Shift + F (Guillaume Desmottes)
+ - Fixed #688132, code generation during build has a race due to unintended concurrency (Guillaume Desmottes)
+ - Fixed #688174, RTL languages (e.g. Hebrew) are no longer aligned to right (Guillaume Desmottes)
+ - Fixed #688860, Clearly label the message in Error presences as from the server (Guillaume Desmottes)
+ - Fixed #690733, Assertion when trying to add contacts with only a SIP account connnected (Guillaume Desmottes)
+ - Fixed #691006, empathy-CRITICAL **: empathy_contact_dup_from_tp_contact: assertion `TP_IS_CONTACT (tp_contact)' failed (Guillaume Desmottes)
+ - Fixed #691043, support notification filtering (Guillaume Desmottes)
+ - Fixed #691085, Backslash escapes applied in the chat log (Guillaume Desmottes)
+ - Fixed #691137, Empathy contact list window resizes automatically when connections are lost (Guillaume Desmottes)
+ - Fixed #691195, Rakia / SIP "Use this account to call landlines and mobile phones" checkbox does nothing (Guillaume Desmottes)
+ - Fixed #691418, Use a shared plugin for all empathy providers (Alberto Mardegan)
+ - Fixed #691469, UOA: use the new libaccounts-glib APIs (Alberto Mardegan)
+ - Fixed #668464, Use correct +/- buttons (Guillaume Desmottes)
+
+Translations:
+ - Updated as Translation (Nilamdyuti Goswami)
+ - Updated de Translation (Hendrik Knackstedt)
+ - Updated el Translation (Dimitris Spingos)
+ - Updated es Translation (Daniel Mustieles)
+ - Updated et Translation (Mattias Põldaru)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated hi Translation (Rajesh Ranjan)
+ - Updated it Translation (Milo Casagrande)
+ - Updated lt Translation (Aurimas Černius)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated pl Translation (Piotr Drąg)
+ - Updated sl Translation (Matej Urbančič)
+ - Updated te Translation (Krishnababu Krothapalli)
+ - Updated ug Translation (Gheyret Kenji)
+
+Documentation translations:
+ - Updated ca Documentation translation (Gil Forcada)
+
 NEW in 3.7.3 (18/12/2012)
 ============
 
index f873cd6dbb15d02f7346a836c84d521b8de7a5df..03a90954d75348b00358b28245282337db96eafd 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], [7])
-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'