diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-11-22 16:58:27 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-11-22 16:58:27 +0800 |
commit | 8433c1d25c38161501f160a67516191a120a31e4 (patch) | |
tree | cb60e03f105941b5f300066a7052ac8fbe568992 | |
parent | 22c51f171e1644e0a9f64a0d3c4ee027aa9a1eb6 (diff) | |
download | gsoc2013-empathy-8433c1d25c38161501f160a67516191a120a31e4.tar gsoc2013-empathy-8433c1d25c38161501f160a67516191a120a31e4.tar.gz gsoc2013-empathy-8433c1d25c38161501f160a67516191a120a31e4.tar.bz2 gsoc2013-empathy-8433c1d25c38161501f160a67516191a120a31e4.tar.lz gsoc2013-empathy-8433c1d25c38161501f160a67516191a120a31e4.tar.xz gsoc2013-empathy-8433c1d25c38161501f160a67516191a120a31e4.tar.zst gsoc2013-empathy-8433c1d25c38161501f160a67516191a120a31e4.zip |
prepare 3.7.2EMPATHY_3_7_2
-rw-r--r-- | NEWS | 33 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 35 insertions, 2 deletions
@@ -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) ============ diff --git a/configure.ac b/configure.ac index a3f59842e..f45763468 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], [1]) +m4_define([empathy_micro_version], [2]) m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' |