talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit a5741530b9ab16224c64c2a5a6af79b0bf671454
parent 5114bb846ffcc580c3907c8406df40f0c4853105
Author: Paul <paul@claws-mail.org>
Date:   Mon, 28 Sep 2020 09:53:02 +0100

for release 3.17.7

Diffstat:
MNEWS | 38++++++++++++++++++++++++++++++++++++++
MREADME | 1+
MRELEASE_NOTES | 53+++++++++++++++++++++++++++--------------------------
3 files changed, 66 insertions(+), 26 deletions(-)

diff --git a/NEWS b/NEWS @@ -1,5 +1,43 @@ Changes of the Claws Mail GTK2 branch +* 3.17.7 +-------- + +* Image Viewer: Image attachments, when displayed, are now resized + to fit the available width rather than the available height. + +* -d is now an alias to --debug. + +* Libravatar plugin: New styles supported: Robohash and Pagan. + +* SpamAssassin plugin: The 'Maximum size' option now matches + SpamAssassin's maximum; it can now handle messages up to 256MB. + +* LiteHTML viewer plugin: The UI is now translatable. + +* The manual has been updated. + +* The man page has been updated. + +* Updated translations: French, Spanish. + +* bug fixes: + o bug 4313, 'Recursion stack overflow with rebuilding folder + tree' + o bug 4372, '[pl_PL] Crash after "Send later" without + recipient and then "Close"' + o bug 4373, 'attach mailto URI double free' + o bug 4374, 'insert mailto URI misses checks' + o bug 4384, 'U+00AD (soft hyphen) changed to space in + Subject' + o bug 4386, 'Allow Sieve config without userid without + warning' + o Add missing SSL settings when cloning accounts. + o Parsing of command-line arguments. + o PGP Core plugin: fix segv in address completion with a + keyring. + o Libravatar plugin: fixes to image display. + * 3.17.6 -------- diff --git a/README b/README @@ -592,6 +592,7 @@ https://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi GTK 2 Version ------------- +2020-09-28 3.17.7 2020-07-13 3.17.6 2020-02-23 3.17.5 2019-07-26 3.17.4 diff --git a/RELEASE_NOTES b/RELEASE_NOTES @@ -1,4 +1,4 @@ -13th July 2020 Claws Mail 3.17.6 +28th September 2020 Claws Mail 3.17.7 CLAWS MAIL RELEASE NOTES http://www.claws-mail.org @@ -9,39 +9,40 @@ email client. New in this release: ~~~~~~~~~~~~~~~~~~~~ -* It is now possible to 'Inherit Folder properties and processing - rules from parent folder' when creating new folders with the - move message and copy message dialogues. +* Image Viewer: Image attachments, when displayed, are now resized + to fit the available width rather than the available height. -* A Phishing warning is now shown when copying a phishing URL, (in - addition to clicking a phishing URL). +* -d is now an alias to --debug. -* The progress window when importing an mbox file is now more - responsive. +* Libravatar plugin: New styles supported: Robohash and Pagan. -* A warning dialogue is shown if the selected privacy system is - 'None' and automatic signing amd/or encrypting is enabled. +* SpamAssassin plugin: The 'Maximum size' option now matches + SpamAssassin's maximum; it can now handle messages up to 256MB. -* Python plugin: pkgconfig is now used to check for python2. This - enables the Python plugin (which uses python2) to be built on - newer systems which have both python2 and python3. +* LiteHTML viewer plugin: The UI is now translatable. -* Add translation: Greek. +* The manual has been updated. -* Updated translation: Polish. +* The man page has been updated. -* bug fixes: - o bug 3922, 'minimize to tray on startup not working' - o bug 4220, 'generates files in cache without content' - o bug 4325, 'Following redirects when retrieving image' - o bug 4342, 'Import mbox file command doesn't work twice on a - row' - o fix STARTTLS protocol violation - o fix initial debug line - o fix fat-fingered crash when v (hiding msgview) is pressed - just before c (check signature) - o fix non-translation of some Templates strings +* Updated translations: French, Spanish. +* bug fixes: + o bug 4313, 'Recursion stack overflow with rebuilding folder + tree' + o bug 4372, '[pl_PL] Crash after "Send later" without + recipient and then "Close"' + o bug 4373, 'attach mailto URI double free' + o bug 4374, 'insert mailto URI misses checks' + o bug 4384, 'U+00AD (soft hyphen) changed to space in + Subject' + o bug 4386, 'Allow Sieve config without userid without + warning' + o Add missing SSL settings when cloning accounts. + o Parsing of command-line arguments. + o PGP Core plugin: fix segv in address completion with a + keyring. + o Libravatar plugin: fixes to image display. For further details of the numbered bugs and RFEs listed above see https://www.claws-mail.org/bug/[BUG NUMBER]