diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-14 19:30:33 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-14 19:30:33 +0800 |
commit | 9238d69859b4d56477a898ea966c54d3f388a289 (patch) | |
tree | 389499c79c2d6a12ddf2e20668cc4752d6a9f68b | |
parent | 815e5728059c269de3c0a19612a7fc3077957390 (diff) | |
download | gsoc2013-empathy-9238d69859b4d56477a898ea966c54d3f388a289.tar gsoc2013-empathy-9238d69859b4d56477a898ea966c54d3f388a289.tar.gz gsoc2013-empathy-9238d69859b4d56477a898ea966c54d3f388a289.tar.bz2 gsoc2013-empathy-9238d69859b4d56477a898ea966c54d3f388a289.tar.lz gsoc2013-empathy-9238d69859b4d56477a898ea966c54d3f388a289.tar.xz gsoc2013-empathy-9238d69859b4d56477a898ea966c54d3f388a289.tar.zst gsoc2013-empathy-9238d69859b4d56477a898ea966c54d3f388a289.zip |
prepare 3.4.2EMPATHY_3_4_2
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 16 insertions, 2 deletions
@@ -1,3 +1,17 @@ +NEW in 3.4.2 (14/05/2012) +============ + +Dependencies: + • telepathy-glib ≥ 0.18.0 + +Bugs fixed: + - Fixed #674432, The buddy list window is very small by default + - Fixed #675767, IRC Edit Connection Parameters text alignment + +Translations: + - Updated an Translation (Daniel Martinez Cucalon) + - Updated sk Translation (Pavol Klačanský) + NEW in 3.4.1 (16/04/2012) ============ diff --git a/configure.ac b/configure.ac index 1c45c90fa..b6c8e1752 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], [4]) -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' |