From a1ea385693eebed18c6b5ef26bfc3ade930cd872 Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Sat, 7 Feb 2015 19:56:22 +0100 Subject: [PATCH] Update NEWS file --- NEWS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/NEWS b/NEWS index 2edcf87..5833d8e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +Version 1.1.0 (2015-02-08): +=========================== +* GNOME Online Accounts integration + (via a plugin -> https://github.com/pulb/mailnag-goa-plugin) +* Added support for platform-specific credential (login password) backends + (Configurable in the config file. + Supported options are currently "AUTO", "GNOME" and "NONE".) +* The GNOME-Keyring dependency is optional now +* Improved connectivity tests + (Configurable in the config file. + Supported options are "AUTO", "NETWORKMANAGER" and "PING".) +* Shorter notification strings +* Added appdata file for GNOME Software app +* Removed bash wrapper scripts +* Updated translations +* Misc bugfixes + +IMPORTANT NOTES FOR PACKAGERS: +Please note that GNOME-Keyring and Networkmanager +are now optional dependencies and the httplib2 dependency +is not required anymore. + + Version 1.0.0 (2014-06-28): =========================== * Mailnag is desktop-independent now (was GNOME3-only)