diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-02-04 18:58:10 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-02-04 18:58:10 +0800 |
commit | c4c5b8964584338dcdf218138db3c395b18d5fd5 (patch) | |
tree | b2ad51bde7185b59ca39de95da4ba42e438e4040 | |
parent | 4c55d1c1f94961f90c6c7f42cac29b4065c95104 (diff) | |
download | gsoc2013-empathy-c4c5b8964584338dcdf218138db3c395b18d5fd5.tar gsoc2013-empathy-c4c5b8964584338dcdf218138db3c395b18d5fd5.tar.gz gsoc2013-empathy-c4c5b8964584338dcdf218138db3c395b18d5fd5.tar.bz2 gsoc2013-empathy-c4c5b8964584338dcdf218138db3c395b18d5fd5.tar.lz gsoc2013-empathy-c4c5b8964584338dcdf218138db3c395b18d5fd5.tar.xz gsoc2013-empathy-c4c5b8964584338dcdf218138db3c395b18d5fd5.tar.zst gsoc2013-empathy-c4c5b8964584338dcdf218138db3c395b18d5fd5.zip |
Prepare 3.7.5
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 25 insertions, 2 deletions
@@ -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' |