[Commits] [SCM] claws branch, master, updated. 3.17.8-97-g6c97b75d3

paul at claws-mail.org paul at claws-mail.org
Sat Jul 10 10:38:03 CEST 2021


The branch, master has been updated
       via  6c97b75d366f7ecffbb26f41335b563d80e914a3 (commit)
      from  6df051d20454f7f0c222d40cca89cd1cd4bf3db6 (commit)

Summary of changes:
 NEWS          | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 README        |  5 +++++
 RELEASE_NOTES | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++--------
 3 files changed, 128 insertions(+), 11 deletions(-)


- Log -----------------------------------------------------------------
commit 6c97b75d366f7ecffbb26f41335b563d80e914a3
Author: Paul <paul at claws-mail.org>
Date:   Sat Jul 10 09:37:59 2021 +0100

    for release 3.18.0

diff --git a/NEWS b/NEWS
index 8cd078b12..ad93ad67f 100644
--- a/NEWS
+++ b/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.
 
diff --git a/README b/README
index 18ea7c731..e2be5bf76 100644
--- a/README
+++ b/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
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 16dff2878..6902056bd 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,4 +1,4 @@
-19th October 2020                                   Claws Mail 3.17.8
+10th July 2021                                      Claws Mail 3.18.0
 
 		    CLAWS MAIL  RELEASE NOTES
                     http://www.claws-mail.org
@@ -6,16 +6,69 @@
 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
+New in this release:
+~~~~~~~~~~~~~~~~~~~~
 
-* 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.

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list