summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS48
-rw-r--r--configure.ac4
2 files changed, 50 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 49801d39..1dd09d84 100644
--- 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)
============
diff --git a/configure.ac b/configure.ac
index f873cd6d..03a90954 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], [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'