Fix 'Apply' when changing scaling options only
[claws.git] / RELEASE_NOTES
index a313de30a1e995db030746c59cf38c0ef97ef102..5c99fd03d2402c1b525f618a76c05af4dbee1f9d 100644 (file)
-8th February 2008                                    Claws Mail 3.3.0
+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.
 
-Notes for this release:
-~~~~~~~~~~~~~~~~~~~~~~~
-
-* Due to licensing problems, the ClamAV plugin has been removed from
-  the Claws Mail core distribution and can now been found packaged
-  separately or with the 'extra plugins' package.
-
 New in this release:
 ~~~~~~~~~~~~~~~~~~~~
 
-* Added NetworkManager support
-  This is built by default if the dependencies are satisfied; it can
-  be specifically disabled with '--disable-networkmanager-support'.
-  This enables Claws Mail to track changes to the network status.
+* '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).
 
-* Added DIGEST-MD5 support for IMAP authentication
+* '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.
 
-* Added Folder Properties option, 'Run processing rules when opening'
-  to the General page.
+* 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.
 
-* Added sub-sorting to the Message List; when the Sort type is either
-  Subject, From, To or Tags, sub-sorting by Date will be active.
+* IMAP mailboxes which show subscribed folders only are now indicated
+  by a green folder icon.
 
-* Added from=address to the mailto sequence
-  The 'from' will try to select the first matching account in the
-  Accounts list, otherwise it will use the usual account selection
-  mechanism but will override it with the given 'from' address.
+* The Icon Legend has had the missing folder icons added and also has
+  an improved layout.
 
-* Added insert=FILE  to the mailto sequence (stands for 'insert file')
-  This adds the ability to create a new message from the command-line,
-  with the body set from the contents of an existing file.
-               
-* Added mailto with NNTP accounts
-  This comes into play if mailto is used when an NNTP account is the
-  default account or if an NNTP account address is used with 'from'.
+* 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.
 
-* Added several GUI improvements to the Filtering, Processing, Tags,
-  Actions, Templates, Logging and Address Book dialogues
+* Disable hiding threads and messages in draft folders.
 
-* Added a tooltip to the 'replied' icon in the Message List which
-  indicates 'click to see your reply' feature.
+* The /View/Go to/... actions now respect the 'Open message when
+  selected' option.
 
-* Added 'claws-mail --version-full' to display the version and a list
-  of the compiled-in features
+* In the UI 'POP' is used instead of 'POP3', 'IMAP' instead of
+  'IMAP4', 'SSL/TLS' instead of 'SSL'.
 
-* Implemented speed-ups to list operations, deletions and cache
-  updates.
+* GnuTLS: Enforce "strong enough" Diffie-Hellman prime even when
+  using older versions of GnuTLS library.
 
-* Updated the man page
+  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.
 
-* The Trayicon plugin icons are now themable.
+  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.
 
-* text/calendar message parts are now automatically displayed if a
-  plugin handling text/calendar is loaded, e.g. vCalendar.
+* RSSyl plugin: Enable keeping old items by default.
 
-* Maemo: connect HW status change signal for shutdown
+* vCalendar plugin: The ics file name is now used for the WebCal
+  subscription folder name.
 
-* Maemo: identify mmc1 and mmc2 more clearly in the GUI
+* vCalendar plugin: Use hours/minutes for vcalendar alert time.
 
-* Maemo: Make dnd threshold higher
+* Notification plugin: Add support for unity/messaging menu.
 
-* New translations: Hebrew
+* PDF Viewer plugin: The icons are now themeable.
 
-* Updated translations: Brazilian Portuguese, British English, Czech,
-  Finnish, German, Hungarian, Italian, Simplified Chinese, Spanish
+* 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 1348, 'Hang ups at exit time with pgp plugin since
-                    3.0.2'
-       o bug 1353, 'on startup with small screen layout, keyboard
-                    input gets lost'
-       o bug 1435, 'Reply doesn't take into account reply-to field'
-       o bug 1436, 'Filter condition dialog doesn't load header
-                    name from current rules'
-       o bug 1439, 'Claws Mail does not remember window size state
-                    when restarted'
-       o bug 1442, 'Tags are repeated in encapsulated messages'
-       o bug 1443, and strip possible whitespaces around custom
-                   header names
-       o bug 1445, 'Display sender using addressbook: fails when
-                    From: isn't an email address'
-       o bug 1452, 'crash while drag'n'droping emails to an IMAP
-                    folder'
-       o bug 1454, 'error message shows parts and signature of
-                    previous messages'
-       o bug 1455, 'Password enters leading letter incorrectly as
-                    uppercase' (maemo)
-       o bug 1446, 'SC crashes frequently when staying in
-                    background'
-       o bug 1465, 'First line in new message does not mark URLs'
-       o bug 1461, 'several components #define _XOPEN_SOURCE
-                    improperly'
-       o bug 1468, 'Use IMAP keyword to store "forwarded" flag'
-       o bug 1469, 'Column width adjustments on message lists do not
-                    save'
-       o bug 1472, 'Keyboard "Menu" key doesn't call spell check of
-                    actuall word'
-       o bug 1477, 
-               'Claws Mail crashes when view PGP-encrypted message'
-       o bug 1478, 'Wrong pthread_create calls all over the place'
-       o bug 1480, 'should be able to display mail file from command
-                    line'
-       o bug 1485, 'selecting a folder's default account if name
-                    contains '&''
-       o bug 1486, 'Re: Incorrect content when replying'
-       o bug 1493, count lines (\n chars) according to the way
-                   format body is passed (i.e. \-escaped or not).
-       o bug 1502, 'Plus signs are stripped from email addresses
-                    when calling from command line'
-       o Fix the line-breaking, wrapping bug
-       o Fix building of URIs from filenames
-       o Fix scrolling in addressbook duplicate finder result dialog
-       o Fix privacy menu update when replying to encrypted mail and
-         no default privacy system is set
-       o Fix scrolling to bottom when dragging and dropping
-       o Fix path to mime/globs
-       o Fix FreeBSD build with IPV6 support
-       o Fix build on old GCC
-       o Maemo: Fix extra leading hyphen visible in the display
-         header configuration combo list.
-       o Maemo: Fix hardware space key
-       o Maemo: Fix LED handling on OS 2008
-
-For further details of the numbered bugs listed above consult
-http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi
+       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.
+
+