diff options
-rw-r--r-- | NEWS | 31 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 33 insertions, 2 deletions
@@ -1,3 +1,34 @@ +NEW in 3.5.91.1 (07/09/2012) +=============== + +Dependencies: + • mission-control-plugins ≥ 5.13.1 (optional) + +Bugs fixed: + - Fixed #683326, Misleading message when our presence is offline (Guillaume Desmottes) + - Fixed #683397, "Remember password" option is not always saved (Guillaume Desmottes) + - Fixed #683409, Should reconnect account when credentials have been re-entered (Guillaume Desmottes) + - Fixed #683415, UOA provider plugins should each return a unique GType (Guillaume Desmottes) + - Fixed #683442, empathy-accounts: add button insensitive after removing all accounts (Guillaume Desmottes) + - Fixed #683453, Don't show "Topic: " in tooltips if there is none (Will Thompson) + - Fixed #683501, Should display the 'loading' page when manually reconnecting accounts (Guillaume Desmottes) + +Translations: + - Updated en_GB Translation (Bruce Cowan) + - Updated es Translation (Daniel Mustieles) + - Updated fa Translation (Arash Mousavi) + - Updated fr Translation (Alexandre Franke) + - Updated gl Translation (Fran Diéguez) + - Updated id Translation (Andika Triwidada) + - Updated it Translation (Milo Casagrande) + - Updated nb Translation (Kjartan Maraas) + - Updated pl Translation (Piotr Drąg) + - Updated pt_BR Translation (Fábio Nogueira) + - Updated sl Translation (Matej Urbančič) + - Updated sr@latin Translation (Мирослав Николић) + - Updated sr Translation (Мирослав Николић) + - Updated ta Translation (Dr.T.Vasudevan) + NEW in 3.5.91 (04/09/2012) ============= diff --git a/configure.ac b/configure.ac index 3113ce4d1..337a1291d 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], [5]) m4_define([empathy_micro_version], [91]) -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], |