]> git.0d.be Git - empathy.git/commitdiff
prepare 3.7.2
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 22 Nov 2012 08:58:27 +0000 (09:58 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 22 Nov 2012 08:58:27 +0000 (09:58 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 501ad8b852544e9fb247ea3e26b2d8c2a6988bcd..78af96dcefe3052a4bea6c6e6be8750c62b81e50 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+NEW in 3.7.2 (22/11/2012)
+============
+Bugs fixed:
+ - Fixed #592995, Debug: tell user about bug report and potential privacy violation (Guillaume Desmottes)
+ - Fixed #681445, Display UOA specific auth error (Xavier Claessens)
+ - Fixed #685793, EmpathyChatWindow should be a GtkWindow (Guillaume Desmottes)
+ - Fixed #685888, Add a debug option to show the GStreamer pipeline (Debarshi Ray)
+ - Fixed #686067, typo in string "developpers" (Guillaume Desmottes)
+ - Fixed #687361, Irc account edit dialog improvements (Michael Wood)
+ - Fixed #687338, Resizeable "edit connection parameters" (Michael Wood)
+ - Fixed #684979, inhibit going idle when doing a call (Guillaume Desmottes)
+ - Fixed #686969, add keywords to the desktop file (Matthias Clasen)
+
+Translations:
+ - Updated da Translation (Ask H. Larsen)
+ - Updated de Translation (Tobias Endrigkeit)
+ - Updated en_GB Translation (Bruce Cowan)
+ - Updated es Translation (Daniel Mustieles)
+ - Updated et Translation (Mattias Põldaru)
+ - Updated fa Translation (Arash Mousavi)
+ - Updated ga Translation (Seán de Búrca)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated id Translation (Andika Triwidada)
+ - Updated kn Translation (Shankar Prasad)
+ - Updated ko Translation (Changwoo Ryu)
+ - Updated mr Translation (Sandeep Sheshrao Shedmake)
+ - Updated nb Translation (Kjartan Maraas)
+ - Updated nn Translation (Andreas N)
+ - Updated ru Translation (Yuri Myasoedov)
+ - Updated sk Translation (Pavol Klačanský)
+ - Updated sl Translation (Matej Urbančič)
+ - Updated ta Translation (Dr.T.Vasudevan)
+
 NEW in 3.6.2 (13/11/2012)
 ============
 
index a3f59842e2296a1ca46ac765595c868a4fabac43..f45763468d739d0fb90f6872022bb2c26f756f11 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], [1])
+m4_define([empathy_micro_version], [2])
 m4_define([empathy_nano_version], [0])
 
 dnl Display the nano_version only if it's not '0'