Fix typos and a wrong switch expression (coverity CID #1399549).
[claws.git] / RELEASE_NOTES
index 9197ef9ea6327d17d859b5d2cbbae68ad1cc14c7..5c99fd03d2402c1b525f618a76c05af4dbee1f9d 100644 (file)
-14th December 2013                                   Claws Mail 3.9.3
+6th November 2016                                   Claws Mail 3.14.1
 
                    CLAWS MAIL  RELEASE NOTES
                     http://www.claws-mail.org
-                     
+
 Claws Mail is a GTK+ based, user-friendly, lightweight, and fast 
 email client.
 
 New in this release:
 ~~~~~~~~~~~~~~~~~~~~
 
-* The TAB address completion in the Compose window now matches any
-  part of the address and not just the beginning.
+* '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).
+
+* '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.
+
+* 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.
+
+* IMAP mailboxes which show subscribed folders only are now indicated
+  by a green folder icon.
+
+* The Icon Legend has had the missing folder icons added and also has
+  an improved layout.
 
-* When copying or moving a message, the type-ahead search now matches
-  any part of a folder name and not just the beginning.
+* 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.
 
-* It is now possible to replace the current signature in the Compose
-  window by using the '/Message/Replace signature' menu item.
+* Disable hiding threads and messages in draft folders.
 
-* It is now possible to disable the 'Subject is empty' warning
-  dialogue. See the option 'Warn when Subject is empty' option on the
-  '/Configuration/Preferences/Mail handling/Sending' page.
-  
-* When sending messages, if the hostname cannot be determined,
-  fallback to 'localhost' rather than 'unknown', as the latter is
-  rejected by some servers.
+* The /View/Go to/... actions now respect the 'Open message when
+  selected' option.
 
-* Added better handling of messages from broken mailers, such as
-  yahoo groups.
+* In the UI 'POP' is used instead of 'POP3', 'IMAP' instead of
+  'IMAP4', 'SSL/TLS' instead of 'SSL'.
 
-* PDF plugin: the minimum required version of poppler is 0.12.0.
+* GnuTLS: Enforce "strong enough" Diffie-Hellman prime even when
+  using older versions of GnuTLS library.
 
-* PGP/* plugin: long key IDs are now displayed in the dialogues
-  instead of short IDs.
+  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.
 
-* PGP/* plugin: The automatic signature check is now non-blocking.
+  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.
 
-* Python plugin: can now access accounts, mailboxes, folder
-  properties
+* RSSyl plugin: Enable keeping old items by default.
 
-* vCalendar plugin: webcals:// URLs are now treated as https://
+* vCalendar plugin: The ics file name is now used for the WebCal
+  subscription folder name.
 
-* Translation updates: Brazilian Portuguese, Czech, Dutch, French,
-  German, Hebrew, Slovak, Spanish, and Swedish.
+* vCalendar plugin: Use hours/minutes for vcalendar alert time.
 
-* Support for Maemo has been removed.
+* Notification plugin: Add support for unity/messaging menu.
+
+* PDF Viewer plugin: The icons are now themeable.
+
+* 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 2132, 'Keyboard accelerators for "Clear" and "Edit"
-                    quick search conflict with top menus'
-       o bug 2210, 'Display name with invalid addresses not quoted
-                    when inserted from address book'
-       o bug 2794, 'account privacy signing method ignored on reply'
-       o bug 2923, 'build failure with perl 5.18'
-       o bug 2940, 'Extended search dialog too small for content in
-                    polish l10n'
-       o bug 2954, 'Crash in "Save Image As" for HTML message'
-       o bug 2957, 'Double-free in account preferences'
-       o bug 2960, 'rfc3156 deviation regarding hash symbols'
-       o bug 2961, 'Partial retrieval not available with PGP/Inline
-                    encrypted messages'
-       o bug 2964, 'Lack of escaping of nested double-quotes in To:
-                    header'
-       o bug 2979, 'claws fails to load (empty) folderlist.xml and
-                    shows account wizard'
-       o bug 2982, 'variable declaration behind FLOCK conditional'
-       o bug 2986, 'Down and Delete buttons have same hotkey in
-                    filtering config'
-       o bug 2989, 'Segfault at startup because of corrupted
-                    folderlist.xml'
-       o bug 2994, 'translating folder name'
-       o bug 2995, 'closing extended quick search information panel
-                    triggers window focus bug'
-       o bug 3002, 'undefined reference to check_file_integrity'
-       o bug 3004, 'claws picks wrong mime type for attachments'
-       o bug 3009, '"Rebuild folder tree" causes SIGSEGV if a
-                    directory name isn't valid utf-8'
-       o bug 3011, 'crash when using %f Action on two or more
-                    uncached (IMAP) messages.'
-       o bug 3021, 'Icon key_pgp_signed always shows as the default,
-                    never the themed version'
-       o debian bug 711864, 'claws-mail-vcalendar-plugin: when
-                             creating meeting GTK_IS_COMBO_BOX_TEXT
-                             failed'
-       o Quote all specials in name as defined on RFC,
-         see http://tools.ietf.org/html/rfc5322#section-3.2.3
-       o fix sensitivity and state of 'hide read threads'
-       o Fancy plugin: disable DNS Prefetching when 'Enable loading
-         of remote content' is switched off
-       o Bogofilter plugin: insert X-Bogosity header like the option
-         says, not X-Claws-Bogosity header
-
-For further details of the numbered bugs listed above consult
-http://www.thewildbeast.co.uk/claws-mail/bugzilla/
+       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
+see http://claws-mail.org/bug/[BUG NUMBER]
 
 ---------------------------------------------------------------------
 See ChangeLog for full information regarding changes in this release.
+
+