]> git.0d.be Git - empathy.git/commitdiff
Prepare 3.7.5
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 4 Feb 2013 10:58:10 +0000 (11:58 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 4 Feb 2013 10:58:10 +0000 (11:58 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 1dd09d845e7c059a458f70f05e5e343b7d3200b5..6c0b3133acdb923bfe4088e2a74d20f335b706e6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+NEW in 3.7.5 (04/02/2013)
+============
+
+Thanks to Debarshi Ray, Empathy's chat window will now automatically display
+more logs when scrolling up.
+
+Dependencies:
+ • telepathy-logger ≥ 0.8.0
+
+Bugs fixed:
+ - Fixed #639877, Retrieve all the past history when scrolling back on a chat window (Debarshi Ray)
+ - Fixed #678983, Favorite rooms are not saved (Guillaume Desmottes)
+ - Fixed #691085, Backslash escapes applied in the chat log (Guillaume Desmottes)
+ - Fixed #691457, Warning when building HTML using yelp-build (Sindhu S)
+
+Translations:
+ - Updated eu Translation (Inaki Larranaga Murgoitio)
+ - Updated ml Translation (Anish A)
+ - Updated sr@latin Translation (Мирослав Николић)
+ - Updated sr Translation (Мирослав Николић)
+ - Updated zh_HK Translation (Cheng-Chia Tseng)
+ - Updated zh_TW Translation (Cheng-Chia Tseng)
+
 NEW in 3.7.4 (16/01/2013)
 ============
 
index f3b866876179bf198fe221cd94b06e8c351777d0..b85f1e7b72a65fd5ba712df9b0b17a2c0aae6fbf 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], [4])
+m4_define([empathy_micro_version], [5])
 m4_define([empathy_nano_version], [0])
 
 dnl Display the nano_version only if it's not '0'