diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-08-21 00:09:27 +0800 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-08-21 00:09:47 +0800 |
commit | 3d626e4feadaf6cf3b967a9dc1cf7d7c8b058af2 (patch) | |
tree | b6938585538409c72418c1586e67db671bbc0f68 | |
parent | 3c848eaf85eed142872b55fa8cdcc48523562518 (diff) | |
download | gsoc2013-empathy-3d626e4feadaf6cf3b967a9dc1cf7d7c8b058af2.tar gsoc2013-empathy-3d626e4feadaf6cf3b967a9dc1cf7d7c8b058af2.tar.gz gsoc2013-empathy-3d626e4feadaf6cf3b967a9dc1cf7d7c8b058af2.tar.bz2 gsoc2013-empathy-3d626e4feadaf6cf3b967a9dc1cf7d7c8b058af2.tar.lz gsoc2013-empathy-3d626e4feadaf6cf3b967a9dc1cf7d7c8b058af2.tar.xz gsoc2013-empathy-3d626e4feadaf6cf3b967a9dc1cf7d7c8b058af2.tar.zst gsoc2013-empathy-3d626e4feadaf6cf3b967a9dc1cf7d7c8b058af2.zip |
Prepare 3.5.90EMPATHY_3_5_90
-rw-r--r-- | NEWS | 25 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 27 insertions, 2 deletions
@@ -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) ============ diff --git a/configure.ac b/configure.ac index 1aeac74b7..f367b35b8 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], [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' |