From c4c5b8964584338dcdf218138db3c395b18d5fd5 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 4 Feb 2013 11:58:10 +0100 Subject: Prepare 3.7.5 --- NEWS | 23 +++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1dd09d845..6c0b3133a 100644 --- 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) ============ diff --git a/configure.ac b/configure.ac index f3b866876..b85f1e7b7 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], [4]) +m4_define([empathy_micro_version], [5]) m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' -- cgit v1.2.3