]> git.0d.be Git - empathy.git/commitdiff
Prepare 3.5.90
authorXavier Claessens <xavier.claessens@collabora.co.uk>
Mon, 20 Aug 2012 16:09:27 +0000 (18:09 +0200)
committerXavier Claessens <xavier.claessens@collabora.co.uk>
Mon, 20 Aug 2012 16:09:47 +0000 (18:09 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 6d2005ff75cbd1e04dbfb51064e2562f26a339f2..0e52b5d931304298725dd004becf04084e0f38f4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+NEW in 3.5.90 (20/08/2012)
+=============
+
+Bugs fixed:
+ - Fixed #656097, Empathy should show an informative text inside the contact list when no contacts are online (Xavier Claessens)
+ - Fixed #658858, Hide offline contacts by default
+ - Fixed #662986, Messaging and VoIP Accounts in Applications list (Guillaume Desmottes)
+ - Fixed #680302, Move model logic out of EmpathyRosterView
+ - Fixed #680774, Migrate existing accounts into libaccounts (Xavier Claessens)
+ - Fixed #680775, Be able to edit params of non SSO accounts (Guillaume Desmottes)
+ - Fixed #680778, Stop using empathy-accounts (Guillaume Desmottes)
+ - Fixed #681444, Wrong Service for GTalk accounts (Xavier Claessens)
+ - Fixed #681598, FTBFS: account plugins linking (Guillaume Desmottes)
+
+Translations:
+ - Updated as Translation (Nilamdyuti Goswami)
+ - Updated el Translation (Tom Tryfonidis)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated he Translation (Yaron Shahrabani)
+ - Updated it Translation (Milo Casagrande)
+ - Updated kn Translation (Shankar Prasad)
+ - Updated mr Translation (Sandeep Sheshrao Shedmake)
+ - Updated sr@latin Translation (Мирослав Николић)
+ - Updated sr Translation (Мирослав Николић)
+
 NEW in 3.5.5 (06/08/2012)
 ============
 
index 1aeac74b7a51b845f1e5e1c02225dcd08afeddc3..f367b35b8841c1cd61b37bbc4ddfd66d7364f4ea 100644 (file)
@@ -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], [5])
-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'