for release 3.18.0
This commit is contained in:
parent
6df051d204
commit
6c97b75d36
3 changed files with 128 additions and 11 deletions
63
NEWS
63
NEWS
|
@ -1,4 +1,63 @@
|
||||||
Changes of the Claws Mail GTK2 branch
|
* 4.0.0 / 3.18.0
|
||||||
|
----------------
|
||||||
|
|
||||||
|
* Support for the OAuth2 authorisation protocol has been added for
|
||||||
|
IMAP, POP and SMTP using custom, user-generated client IDs.
|
||||||
|
|
||||||
|
OAuth2 preferences are found in the Account Preferences on the
|
||||||
|
Receive page (for POP: Authenticate before POP connection, for
|
||||||
|
IMAP: Authentication method); the Send page (SMTP authentication:
|
||||||
|
Authentication method); and on a dedicated OAuth2 page.
|
||||||
|
|
||||||
|
* The option 'Save (X-)Face in address book if possible' has been
|
||||||
|
added to the /Message View/Text Options preferences page.
|
||||||
|
Previously the (X-)Face would be saved automatically, therefore
|
||||||
|
this option is turned on by default.
|
||||||
|
|
||||||
|
* The Image Viewer has been reworked. New options have been added to
|
||||||
|
/Message View/Image Viewer: when resizing images, either fit the
|
||||||
|
image width or fit the image height to the available space.
|
||||||
|
Fitting the image height is the default. Regardless of this
|
||||||
|
setting, when displaying images inline they will fit the height.
|
||||||
|
|
||||||
|
When displaying an image, left-clicking the image will toggle
|
||||||
|
between full size and reduced size; right-clicking will toggle
|
||||||
|
between fitting the height and fitting the width.
|
||||||
|
|
||||||
|
* When re-editing a saved message, it is now possible to use
|
||||||
|
/Options/Remove References.
|
||||||
|
|
||||||
|
* It is now possible to attempt to retrieve a missing GPG key via
|
||||||
|
WKD.
|
||||||
|
|
||||||
|
* The man page has been updated.
|
||||||
|
|
||||||
|
* Updated translations: Brazilian Portuguese, British English,
|
||||||
|
Catalan, Czech, Danish, Dutch, French, Polish, Romanian, Russian,
|
||||||
|
Slovak, Spanish, Traditional Chinese, Turkish.
|
||||||
|
|
||||||
|
* bug fixes:
|
||||||
|
o bug 2411, 'quicksearch_history content partially written to
|
||||||
|
stdout'
|
||||||
|
o bug 4326, 'Xft.dpi != 96 messes with text display in
|
||||||
|
litehtml viewer'
|
||||||
|
o bug 4394, 'folder processing runs on startup even if all
|
||||||
|
rules are disabled'
|
||||||
|
o bug 4431, 'folder chmod doesn't affect .claws_mark and
|
||||||
|
.claws_cache files'
|
||||||
|
o bug 4445, 'Draft folder on shared storage does not honour
|
||||||
|
chmod settings'
|
||||||
|
o bug 4447, '--enable-deprecated and --disable-deprecated
|
||||||
|
build flags have same effect'
|
||||||
|
o bug 4455, 'Potential memory leak in string_table_new()'
|
||||||
|
o bug 4473, 'segmentation fault opening Libravatar config'
|
||||||
|
o stop WM's X button from causing GPG key fetch attempt
|
||||||
|
o Make fancy respect default font size for messageview
|
||||||
|
o harden link checker before accepting click
|
||||||
|
o non-display of (X-)Face when prefs_common.enable_avatars
|
||||||
|
is AVATARS_ENABLE_RENDER (2)
|
||||||
|
o debian bug #983778, 'Segfault on selecting empty 'X-Face'
|
||||||
|
custom header'
|
||||||
|
|
||||||
* 3.17.8
|
* 3.17.8
|
||||||
--------
|
--------
|
||||||
|
@ -4356,6 +4415,6 @@ tools/csv2addressbook.pl
|
||||||
* default config dir is ~/.sylpheed-gtk2
|
* default config dir is ~/.sylpheed-gtk2
|
||||||
|
|
||||||
--
|
--
|
||||||
Copyright 1999-2014 by Hiroyuki Yamamoto and the Claws Mail team.
|
Copyright 1999-2021 the Claws Mail team and Hiroyuki Yamamoto.
|
||||||
See accompanying COPYING file for license details.
|
See accompanying COPYING file for license details.
|
||||||
|
|
||||||
|
|
5
README
5
README
|
@ -590,8 +590,13 @@ https://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi
|
||||||
13. Release History
|
13. Release History
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
GTK 3 Version
|
||||||
|
-------------
|
||||||
|
2020-07-10 4.0.0
|
||||||
|
|
||||||
GTK 2 Version
|
GTK 2 Version
|
||||||
-------------
|
-------------
|
||||||
|
2020-07-10 3.18.0
|
||||||
2020-10-19 3.17.8
|
2020-10-19 3.17.8
|
||||||
2020-09-28 3.17.7
|
2020-09-28 3.17.7
|
||||||
2020-07-13 3.17.6
|
2020-07-13 3.17.6
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
19th October 2020 Claws Mail 3.17.8
|
10th July 2021 Claws Mail 3.18.0
|
||||||
|
|
||||||
CLAWS MAIL RELEASE NOTES
|
CLAWS MAIL RELEASE NOTES
|
||||||
http://www.claws-mail.org
|
http://www.claws-mail.org
|
||||||
|
@ -6,16 +6,69 @@
|
||||||
Claws Mail is a GTK+ based, user-friendly, lightweight, and fast
|
Claws Mail is a GTK+ based, user-friendly, lightweight, and fast
|
||||||
email client.
|
email client.
|
||||||
|
|
||||||
This is a bug-fix release:
|
New in this release:
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
* Shielded template's |program{} and |attach_program{} so that the
|
|
||||||
command-line that is executed does not allow sequencing such as
|
|
||||||
with && || ;, preventing possible execution of nasty, or at least
|
|
||||||
unexpected, commands
|
|
||||||
|
|
||||||
* fixed bug 4376, 'Litehtml breaks locale'
|
* Support for the OAuth2 authorisation protocol has been added for
|
||||||
|
IMAP, POP and SMTP using custom, user-generated client IDs.
|
||||||
|
|
||||||
* updated English, French, and Spanish manuals
|
OAuth2 preferences are found in the Account Preferences on the
|
||||||
|
Receive page (for POP: Authenticate before POP connection, for
|
||||||
|
IMAP: Authentication method); the Send page (SMTP authentication:
|
||||||
|
Authentication method); and on a dedicated OAuth2 page.
|
||||||
|
|
||||||
|
* The option 'Save (X-)Face in address book if possible' has been
|
||||||
|
added to the /Message View/Text Options preferences page.
|
||||||
|
Previously the (X-)Face would be saved automatically, therefore
|
||||||
|
this option is turned on by default.
|
||||||
|
|
||||||
|
* The Image Viewer has been reworked. New options have been added to
|
||||||
|
/Message View/Image Viewer: when resizing images, either fit the
|
||||||
|
image width or fit the image height to the available space.
|
||||||
|
Fitting the image height is the default. Regardless of this
|
||||||
|
setting, when displaying images inline they will fit the height.
|
||||||
|
|
||||||
|
When displaying an image, left-clicking the image will toggle
|
||||||
|
between full size and reduced size; right-clicking will toggle
|
||||||
|
between fitting the height and fitting the width.
|
||||||
|
|
||||||
|
* When re-editing a saved message, it is now possible to use
|
||||||
|
/Options/Remove References.
|
||||||
|
|
||||||
|
* It is now possible to attempt to retrieve a missing GPG key via
|
||||||
|
WKD.
|
||||||
|
|
||||||
|
* The man page has been updated.
|
||||||
|
|
||||||
|
* Updated translations: Brazilian Portuguese, British English,
|
||||||
|
Catalan, Czech, Danish, Dutch, French, Polish, Romanian, Russian,
|
||||||
|
Slovak, Spanish, Traditional Chinese, Turkish.
|
||||||
|
|
||||||
|
* bug fixes:
|
||||||
|
o bug 2411, 'quicksearch_history content partially written to
|
||||||
|
stdout'
|
||||||
|
o bug 4326, 'Xft.dpi != 96 messes with text display in
|
||||||
|
litehtml viewer'
|
||||||
|
o bug 4394, 'folder processing runs on startup even if all
|
||||||
|
rules are disabled'
|
||||||
|
o bug 4431, 'folder chmod doesn't affect .claws_mark and
|
||||||
|
.claws_cache files'
|
||||||
|
o bug 4445, 'Draft folder on shared storage does not honour
|
||||||
|
chmod settings'
|
||||||
|
o bug 4447, '--enable-deprecated and --disable-deprecated
|
||||||
|
build flags have same effect'
|
||||||
|
o bug 4455, 'Potential memory leak in string_table_new()'
|
||||||
|
o bug 4473, 'segmentation fault opening Libravatar config'
|
||||||
|
o stop WM's X button from causing GPG key fetch attempt
|
||||||
|
o Make fancy respect default font size for messageview
|
||||||
|
o harden link checker before accepting click
|
||||||
|
o non-display of (X-)Face when prefs_common.enable_avatars
|
||||||
|
is AVATARS_ENABLE_RENDER (2)
|
||||||
|
o debian bug #983778, 'Segfault on selecting empty 'X-Face'
|
||||||
|
custom header'
|
||||||
|
|
||||||
|
For further details of the numbered bugs and RFEs listed above
|
||||||
|
see https://www.claws-mail.org/bug/[BUG NUMBER]
|
||||||
|
|
||||||
---------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
See ChangeLog for full information regarding changes in this release.
|
See ChangeLog for full information regarding changes in this release.
|
||||||
|
|
Loading…
Reference in a new issue