diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-02-19 21:39:14 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-02-19 21:39:14 +0800 |
commit | 68f744576ca4e8d6a4eea14039ffed4e33adc8da (patch) | |
tree | ceff76d959bf94e9f464d3bf3ea290427aa293b4 | |
parent | 28df2ffe0a5239675deef8cd9624f4cebc08bc32 (diff) | |
download | gsoc2013-empathy-EMPATHY_3_7_90.tar gsoc2013-empathy-EMPATHY_3_7_90.tar.gz gsoc2013-empathy-EMPATHY_3_7_90.tar.bz2 gsoc2013-empathy-EMPATHY_3_7_90.tar.lz gsoc2013-empathy-EMPATHY_3_7_90.tar.xz gsoc2013-empathy-EMPATHY_3_7_90.tar.zst gsoc2013-empathy-EMPATHY_3_7_90.zip |
prepare 3.7.90EMPATHY_3_7_90
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 19 insertions, 2 deletions
@@ -1,3 +1,20 @@ +NEW in 3.7.90 (19/02/2013) +============= + +Dependencies: + • gee-0.8 + +Bugs fixed: + - Fixed #680152, build with libgee 0.8 (Guillaume Desmottes) + - Fixed #693190, re-enable empathy-tls-test (Stef Walter) + +Translations: + - Updated an Translation (Daniel Martinez) + - Updated de Translation (Tobias Endrigkeit) + - Updated pl Translation (Piotr Drąg) + - Updated sk Translation (Pavol Klačanský) + - Updated ug Translation (Gheyret Kenji) + NEW in 3.7.5 (04/02/2013) ============ diff --git a/configure.ac b/configure.ac index bbdab877e..21b2ac828 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], [5]) +m4_define([empathy_micro_version], [90]) m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' |