diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-04-17 01:51:06 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-04-17 07:00:26 +0800 |
commit | d9fc5e4912aabfd8db5a81ea9e22c2bba77a632f (patch) | |
tree | 2c16a43a7e54957b65f64c74f3a1534810ec61c7 /NEWS | |
parent | f6d4d6db614917b9c69a6ef540c4aabfa4486f6a (diff) | |
download | gsoc2013-evolution-d9fc5e4912aabfd8db5a81ea9e22c2bba77a632f.tar.gz gsoc2013-evolution-d9fc5e4912aabfd8db5a81ea9e22c2bba77a632f.tar.zst gsoc2013-evolution-d9fc5e4912aabfd8db5a81ea9e22c2bba77a632f.zip |
Remove backward-compatibility cruft for goa-1.0 < 3.8.
In particular, GOA's Google provider uses OAuth 2.0 now, so we can drop
the OAuth 1.0a support in CamelSaslXOAuth which was GMail-specific, and
with it the entire "online-accounts" module in Evolution. Evolution no
longer links to libgoa-1.0 at all.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,10 +1,14 @@ -Evolution 3.9.1 2013-04-?? +Evolution 3.9.1 2013-04-29 -------------------------- * The Express Mode feature developed for MeeGo has been removed. The MeeGo project is long dead and the Express Mode feature has been unmaintained quite for some time. It served its purpose. +* Dependency change: Evolution no longer links to libgoa-1.0. + GNOME Online Accounts support is now contained entirely within + Evolution-Data-Server. + Evolution 3.7.92 2013-03-18 --------------------------- |