diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-01-18 22:45:59 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-01-18 22:45:59 +0800 |
commit | 5685283601ab2b184797c569eaa1bf3c49ad1812 (patch) | |
tree | db8addf2a8538b9359ee7e95da08981d7558521c | |
parent | e09aaef167833f45492fa2df70f7d4563a5d9b66 (diff) | |
download | gsoc2013-empathy-5685283601ab2b184797c569eaa1bf3c49ad1812.tar gsoc2013-empathy-5685283601ab2b184797c569eaa1bf3c49ad1812.tar.gz gsoc2013-empathy-5685283601ab2b184797c569eaa1bf3c49ad1812.tar.bz2 gsoc2013-empathy-5685283601ab2b184797c569eaa1bf3c49ad1812.tar.lz gsoc2013-empathy-5685283601ab2b184797c569eaa1bf3c49ad1812.tar.xz gsoc2013-empathy-5685283601ab2b184797c569eaa1bf3c49ad1812.tar.zst gsoc2013-empathy-5685283601ab2b184797c569eaa1bf3c49ad1812.zip |
prepare 2.91.5.1EMPATHY_2_91_5_1
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 20 insertions, 2 deletions
@@ -1,3 +1,21 @@ +NEW in 2.91.5.1 (18/01/2011) +=============== + +This release fixes a nasty race stopping you from connecting your XMPP +accounts. + +Bugs fixed: + - Fixed #586257, In Empathy, "F2" key should rename contacts (Kushal Das) + - Fixed #638766, /nick should be disabled on connection not supporting Renaming (Chandni Verma) + - Fixed #639214, EmpathyAccountChooser broken because of GTK3 (Guillaume Desmottes) + - Fixed #639352, Notifications for login and logout need love (Guillaume Desmottes) + +Translations: + - Updated el Translation (Michael Kotsarinis) + - Updated hu Translation (Gabor Kelemen) + - Updated nb Translation (Kjartan Maraas) + - Updated sl Translation (Andrej Žnidaršič) + NEW in 2.91.5 (10/01/2011) ============= diff --git a/configure.ac b/configure.ac index 4e310ff8d..720ef5cb6 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], [2]) m4_define([empathy_minor_version], [91]) m4_define([empathy_micro_version], [5]) -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], |