diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-24 16:53:05 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-24 16:53:05 +0800 |
commit | f1423f980ff08aa5a9fc57e4b8f2c9b2133e02e7 (patch) | |
tree | 4dbc8b194e825a88744a265caa6f55678b5c7acc | |
parent | 76677223fcc2b22423743d3b2f24192ad4f7915e (diff) | |
download | gsoc2013-empathy-f1423f980ff08aa5a9fc57e4b8f2c9b2133e02e7.tar gsoc2013-empathy-f1423f980ff08aa5a9fc57e4b8f2c9b2133e02e7.tar.gz gsoc2013-empathy-f1423f980ff08aa5a9fc57e4b8f2c9b2133e02e7.tar.bz2 gsoc2013-empathy-f1423f980ff08aa5a9fc57e4b8f2c9b2133e02e7.tar.lz gsoc2013-empathy-f1423f980ff08aa5a9fc57e4b8f2c9b2133e02e7.tar.xz gsoc2013-empathy-f1423f980ff08aa5a9fc57e4b8f2c9b2133e02e7.tar.zst gsoc2013-empathy-f1423f980ff08aa5a9fc57e4b8f2c9b2133e02e7.zip |
prepare 3.3.90.1EMPATHY_3_3_90_1
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 23 insertions, 2 deletions
@@ -1,3 +1,24 @@ +NEW in 3.3.90.1 (24/02/2012) +=============== + +A small release fixing the installation of the user documentation and a +build problem. +We also fixed a bunch of memory leaks in the new call window. + +Bugs fixed: + - Fixed #670638, 3.3.90 still includes farsight headers (Gert Kulyk) + +Translations: + - Updated bg Translation (Alexander Shopov) + - Updated es Translation (Daniel Mustieles) + - Updated gl Translation (Fran Diéguez) + - Updated pa Translation (A S Alam) + - Updated sr@latin Translation (Мирослав Николић) + - Updated sr Translation (Мирослав Николић) + +Documentation translations: + - Updated it Documentation translation (Guillaume Desmottes) + NEW in 3.3.90 (21/02/2012) ============= diff --git a/configure.ac b/configure.ac index 961b5156f..09aaee7da 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ 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], [3]) m4_define([empathy_micro_version], [90]) -m4_define([empathy_nano_version], [0]) +m4_define([empathy_nano_version], [1]) dnl Display the nano_version only if it's not '0' m4_define([empathy_base_version], |