diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-24 15:47:30 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-24 21:56:30 +0800 |
commit | c15b53055ffceebdb4737df52bbf07fa5ee8f519 (patch) | |
tree | ca1aa494e2d847a948c0c50d819f7c8eff228e36 /NEWS | |
parent | 2bacc6bed19b1a8b28f9fcdb4b40a4a273e8b98c (diff) | |
download | gsoc2013-empathy-c15b53055ffceebdb4737df52bbf07fa5ee8f519.tar gsoc2013-empathy-c15b53055ffceebdb4737df52bbf07fa5ee8f519.tar.gz gsoc2013-empathy-c15b53055ffceebdb4737df52bbf07fa5ee8f519.tar.bz2 gsoc2013-empathy-c15b53055ffceebdb4737df52bbf07fa5ee8f519.tar.lz gsoc2013-empathy-c15b53055ffceebdb4737df52bbf07fa5ee8f519.tar.xz gsoc2013-empathy-c15b53055ffceebdb4737df52bbf07fa5ee8f519.tar.zst gsoc2013-empathy-c15b53055ffceebdb4737df52bbf07fa5ee8f519.zip |
prepare 3.5.4.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +NEW in 3.5.4.1 (24/07/2012) +============== + +Empathy gains support for the Ubuntu Online Accounts framework. If built +with --enable-ubuntu-online-accounts Empathy will be able to connect (using +SSO) to GTalk, Facebook and Windows Live accounts configured in the Ubuntu +Online Accounts pane. + +Dependencies: + • telepathy-glib ≥ 0.19.4 + • mission-control-plugins ≥ 5.13.0 (optional) + • libaccounts-glib ≥ 1.1 (optional) + • libsignon-glib ≥ 1.1 (optional) + • account-plugin (optional) + +Bugs fixed: + - Fixed #677180, Doesn't save updated password (Guillaume Desmottes) + - Fixed #679786, Turn libempathy(-gtk) to private public libs (Guillaume Desmottes) + - Fixed #679868, [New roster] The Top Contacts group name isn't displayed above the top contacts if all of them are offline (Laurent Contzen) + - Fixed #680076, Fail to join password protected room (Guillaume Desmottes) + - Fixed #680160, Auth client code should make easier to add other account storages (Xavier Claessens) + NEW in 3.5.4 (16/07/2012) ============ |