Make 'Save all...' report more accurate
[claws.git] / RELEASE_NOTES
index e1e74ee5d372aa83f9e8054273e5f425b260e38b..5c99fd03d2402c1b525f618a76c05af4dbee1f9d 100644 (file)
@@ -1,4 +1,4 @@
-19th July 2015                                      Claws Mail 3.12.0
+6th November 2016                                   Claws Mail 3.14.1
 
                    CLAWS MAIL  RELEASE NOTES
                     http://www.claws-mail.org
@@ -9,103 +9,112 @@ email client.
 New in this release:
 ~~~~~~~~~~~~~~~~~~~~
 
-* New plugin: ManageSieve. Manage sieve filters on a server using
-  the ManageSieve protocol.
+* 'hide_timezone', a new hidden preference that sets the timezone of
+  date fields sent over the network to the unknown timezone value as
+  specified in RFC 5322 §3.3.  Default value is false (i.e., send
+  available timezone information).
 
-* Filtering/Processing: increase range for age matcher condition.
+* 'rewrite_first_from', a new hidden preference which  works around a
+  limitation of some servers with 'overly-liberal parsers'. When this
+  is turned on and the Content-Transfer-Encoding is set to 8bit or
+  7bit, in a message body starting with 'From ' the 'From ' will
+  become '=46rom ' (i,e, encoded form of 'F') and the Content-
+  Transfer-Encoding will be changed to Quoted-Printable. When it is
+  turned off no such modification will be made but it is very likely
+  that an MTA will convert the 'From ' to '>From '. See RFC 4155 for
+  further details. Default value is '1', turned on.
 
-* Filtering/Processing: 'mark_as_spam' now only marks as spam, it
-  does not do an additional move.
+* Templates: it is now possible to attach a file, using
+  '|attach_output{sub_expr}' or '|A{sub_expr}', 'sub_expr' is
+  evaluated as a command-line to get the filename name from, using an
+  absolute /path/to/filename.
 
-* Compose window: From line gets its own label with mnemonic.
+* IMAP mailboxes which show subscribed folders only are now indicated
+  by a green folder icon.
 
-* Compose window: more intuitive right-click behaviour in attachments
-  list.
+* The Icon Legend has had the missing folder icons added and also has
+  an improved layout.
 
-* QuickSearch: 'Cc' added to the mixed search: From/To/Cc/Subject/Tag.
+* Drafted messages: Do not add Message-ID for draft, unless the
+  message already has one. A Message-ID header is now only added when
+  queuing a message, and any existing Message-ID and References
+  headers in drafts, if there are any, are kept.
 
-* Folder list: Added 'Mark all read recursively' to context menu.
+* Disable hiding threads and messages in draft folders.
 
-* Support for Mac-cyrillic encoding.
+* The /View/Go to/... actions now respect the 'Open message when
+  selected' option.
 
-* IMAP: Support for SCRAM-SHA-1 authentication mechanism.
+* In the UI 'POP' is used instead of 'POP3', 'IMAP' instead of
+  'IMAP4', 'SSL/TLS' instead of 'SSL'.
 
-* PGP plugins: Display validity of signatures
+* GnuTLS: Enforce "strong enough" Diffie-Hellman prime even when
+  using older versions of GnuTLS library.
 
-* Bogofilter plugin: 3rd spam handling option, 'Only mark as spam'.
+  Since GnuTLS 3.1.7, this minimum size is dictated by the priority
+  string, and currently (GnuTLS 3.3.0) the "safe-enough" value is
+  1008 bits. We set this minimum size explicitly for older GnuTLS
+  versions.
 
-* RSSyl plugin: Per-feed support for HTTP basic auth.
+  Users who are affected by this (their servers use DH prime smaller
+  than 1008 bits) can override this by using a priority string
+  starting with the keyword "LEGACY". However, this keyword only
+  works with GnuTLS 3.3.0 or newer.
 
-* GData plugin: minimum requirement: libgdata 0.17.1
+* RSSyl plugin: Enable keeping old items by default.
 
-* Several layout improvements to preferences pages.
+* vCalendar plugin: The ics file name is now used for the WebCal
+  subscription folder name.
 
-* Updated user manual.
+* vCalendar plugin: Use hours/minutes for vcalendar alert time.
 
-* Updated man page.
+* Notification plugin: Add support for unity/messaging menu.
 
-* Updated translations: Brazilian Portuguese, Catalan, Czech, Dutch,
-  French, German, Hebrew, Hungarian, Norwegian Bokmål, Slovak, 
-  Spanish, Swedish.
+* PDF Viewer plugin: The icons are now themeable.
 
-...and so much more!
+* Updated manual in English and Spanish.
+
+* Updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
+  Dutch, Finnish, French, Hebrew, Indonesian, Italian, Norwegian
+  Bokmål, Russian, Slovak, Spanish, Swedish, Traditional Chinese,
+  and Turkish.
 
 * Bug fixes:
-       o bug 1769, 'vCalendar timezone glitches'
-       o bug 1901, 'More descriptive error msgs when attempting to 
-                    delete a folder'
-       o bug 2435, 'Infinite loop+crash when refreshing folders from
-                    dovecot mbox based mailbox'
-       o bug 2577, 'improve focus rectangle removal in summaryview'
-       o bug 2601, '"if item changes... never mark as unread" marks
-                    new items as read'
-       o bug 2965, 'Encrypted mails are stored unencrypted in
-                    'Queue' while sending via IMAP'
-       o bug 2981, 'claws-mail-3.9.3 compilation warnings'
-       o bug 3211, 'Fails to build in Debian hurd-i386'
-       o bug 3321, 'revert "Remove unreachable code"'
-       o bug 3345, 'Ability to choose other From values via keyboard
-                    has been lost'
-       o bug 3349, 'Unable to insert a file into a message during
-                    compose.'
-       o bug 3351, 'Two problems when re-sending a file with an
-                    attachment'
-       o bug 3354, 'Event cancellation uses incorrect method
-                    parameter for Content-Type header'
-       o bug 3364, 'segfault in src/prefs_account.c'
-       o bug 3365, 'segfault in src/wizard.c'
-       o bug 3380, 'Initialize widget before callback handler for
-                    'clicked''
-       o bug 3389, 'document 'F12' shortcut'
-       o bug 3407, 'Pressing the "Date" column header to "sort by
-                    date" causes all columns to have a sort arrow.'
-       o bug 3419, 'Saving/appending messages to an mbox file
-                    violates RFC#4155'
-       o bug 3421, 'Recipients list doesn't scroll when moving with
-                    arrow keys.'
-       o bug 3432, 'Google ClientLogin has been deprecated, should
-                    be migrated to OAuth 2.0'
-       o bug 3438, 'Filter to add address to Addressbook duplicates
-                    address in Name field'
-       o bug 3466, 'address auto-complete does not work on plasma5'
-       o Debian bug 771360, CVE 2010-5109
-       o Debian bug 771737, 'Segfaults when trying to open folder'
-       o Debian bug 779824, 'claws-mail depends on plugins 
-                             libraries'
-       o Fix LDAP access using TLS protocol
-       o claws-mail.desktop installation
-       o Compose window Subject mnemonic
-       o Archiver plguin: compatibility with libarchive 2.8.x
-       o Remove draft when cancelling a message written with an
-         external editor
-       o Remove superfluous dynamic link against libarchive
-       o Fix labels referring to 'SSL' instead of 'TLS'
-       o Allow single-click to select mailboxes in the mailbox order
-         dialog.
-       o tbird2claws.py: set encoding to UTF-8.
+       o bug 2918, 'Notification Popup icon is hardcoded'
+       o bug 3027, 'Claws segfaults when closing LDAP-enabled
+                    address book'
+       o bug 3515, 'Ctrl-Shift-X opens multiple external editors'
+       o bug 3638, 'GData Plugin fails after initial Google
+                    handshake'
+       o bug 3665, 'Fix config script for macOS'
+       o bug 3666, 'Typos in Turkish translation'
+       o bug 3667, 'segfault in imap_session_authenticate'
+       o bug 3675, 'RSSyl crash when opening Atom feed'
+       o bug 3676, 'RSSyl crash when opening Atom feed with XML
+                    depth >= 3'
+       o bug 3678, 'Segfault when trying to add new account'
+       o bug 3684, 'Socket error with POP3 using TLS client
+                    certificate'
+       o bug 3697, 'Export to mbox' causes crash'
+       o bug 3705, 'active account Mail Address corrupted when
+                    address in Message-ID is used'
+       o bug 3711, 'Usage of (s)'
+       o bug 3712, 'Name of the example domain in the translation'
+       o fix non-resizeable Icon Legend dialogue
+       o Fix a potential bug in vcalendar's libical
+       o Fix potential crash in vcalendar's icalcomponent_vanew() on
+         64-bit archs.
+       o Fix regression: show simple text/calendar with plugin.
+       o Fix crash in vcalendar passwords handling on prefs save.
+       o Few miscellaneous fixes for RSSyl.
+       o several memory leaks.
+       o Don't check for encrypt() on FreeBSD.
+       o Add OpenBSD CA cert path.
+       o Do not process folder marks when just refreshing
+         summaryview
 
 For further details of the numbered bugs and RFEs listed above
-consult http://www.thewildbeast.co.uk/claws-mail/bugzilla/
+see http://claws-mail.org/bug/[BUG NUMBER]
 
 ---------------------------------------------------------------------
 See ChangeLog for full information regarding changes in this release.