diff options
-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], |