for release 4.0.0
This commit is contained in:
parent
22397f3df9
commit
7d47233765
3 changed files with 134 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
|
||||
--------
|
||||
|
@ -4356,6 +4415,6 @@ tools/csv2addressbook.pl
|
|||
* 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.
|
||||
|
||||
|
|
5
README
5
README
|
@ -590,8 +590,13 @@ https://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi
|
|||
13. Release History
|
||||
-------------------
|
||||
|
||||
GTK 3 Version
|
||||
-------------
|
||||
2020-07-10 4.0.0
|
||||
|
||||
GTK 2 Version
|
||||
-------------
|
||||
2020-07-10 3.18.0
|
||||
2020-10-19 3.17.8
|
||||
2020-09-28 3.17.7
|
||||
2020-07-13 3.17.6
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
19th October 2020 Claws Mail 3.17.8
|
||||
10th July 2021 Claws Mail 4.0.0
|
||||
|
||||
CLAWS MAIL RELEASE NOTES
|
||||
http://www.claws-mail.org
|
||||
|
@ -6,16 +6,75 @@
|
|||
Claws Mail is a GTK+ based, user-friendly, lightweight, and fast
|
||||
email client.
|
||||
|
||||
This is a bug-fix 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
|
||||
Notes for this release:
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* fixed bug 4376, 'Litehtml breaks locale'
|
||||
If you are upgrading from the GTK+ 2 version of Claws Mail, you will
|
||||
need to reload any plugins that you want to use.
|
||||
|
||||
* updated English, French, and Spanish manuals
|
||||
New in this release:
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* 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'
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue