Fix wrong time unit shown in offline-override dialog (IMAP), and
[claws.git] / RELEASE_NOTES
index c72de2713c9dd9a489118b05724ce8fd48def655..a9767142b5ce7b6c558574f2947cdb19bf954ec9 100644 (file)
-6th November 2006                                Claws Mail 2.6.0
+15th August 2018                                    Claws Mail 3.17.0
 
                    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:
-~~~~~~~~~~~~~~~~~~~~~~~
-
-* libetpan 0.48 or greater is now required for IMAP support.
-
 New in this release:
 ~~~~~~~~~~~~~~~~~~~~
 
-* The Compose window now has an /Options/Reply mode/ menu. This
-  enables changing the recipients of a reply on the fly.
-
-* QuickSearch now has a type-ahead option for fast searches.
-
-* Extra symbols are now available for the Quote parser, your name,
-  your email address, the account name, and the organization.
-
-* In the Folder Properties, it is now possible to test the regular
-  expression used in the Simplify Subject RegExp option.
-
-* GSSAPI support has been added for IMAP.
-
-* UIDPLUS support has been added for IMAP.
-
-* A Stop button has been added for Message Body searches, enabling
-  cancelling of a running search. This is available in '/Edit/Search
-  Folder...' and '/Edit/Find in current message...'.
-
-* libSM support has been added. This enables communication with the
-  session manager, so that it is known when the session ends, in
-  order to save the caches, and draft any messages currently being
-  composed.
-
-* Support for Address Book Groups has been added to the Compose
-  window's automatic address completion.
-
-* a new hidden option has been added, 'respect_flowed_format'. This
-  follows RFC3676 with regard to a message part with a Content-Type
-  that includes 'format=flowed' and 'delsp=yes'. This will cause some
-  mails to have long lines, but will fix some URLs that would
-  otherwise be wrapped. By default it is turned off.
-
-* Basic key import/export has been added to the PGP plugins. When
-  generating a new key pair you can export the public key to a key
-  server. When selecting the signature part of a message, if the key
-  is not on your keyring, you will be asked if you want to attempt
-  to import it from a keyserver.
-
-* The TrayIcon now displays 'offline' status.
-
-* More window sizes and placements are remembered across sessions.
-
-* tools/fix_date.sh: Switches to replace non RFC-compliant Date:
-  value, and to use strict RFC matching patterns for dates have been
-  added.
-
-* Several optimisations have been made.
+* the minimum GLib requirement is now 2.28.
 
-* The manual has been updated.
+* the mimimum GTK+2 requirement is now  2.24.
 
-* Updated translations in Brazilian Portuguese, Czech, Dutch, French,
-  German, Italian, Simplified Chinese, Slovak, Spanish, and Swedish 
+* nettle is now required, following removal of libcrypt from glibc.
 
-* Bug fixes:
-       o bug 1035, 'Incorrect handling of flowed lines'
-       o bug 1036, 'Forwarding a mutlipart mail with a "text/html"
-                   block to ms outlook users leeds to freeze of
-                   outlook'
-       o bug 1044, 'claws-mail segfaults while moving mails'
-       o bug 1045, 'claws-mail doesn't remove the mail from the
-                   IMAP Queue folder after sending'
-       o bug 1046, 'jpilot AddressDB.pdb import fail'
-       o bug 1048, 'Spamassassin plugin license problem'
-       o fix broken storage of quote format template when it
-         contains \-escape sequences
-       o fix crash when printing emails with an xface
-       o fix building on BSDs
-       o fix duplicate error messages when sending
-       o do not delete the contacts when deleting address book
-         groups
-       o tools/fix_date.sh: fix date value extraction
+* explicit use of --disable-gnutls is now required if gnuTLS support
+  is not required.
 
-For further details of the numbered bugs listed above consult
-http://www.thewildbeast.co.uk/sylpheed-claws/bugzilla/index.cgi
+* SOCKS proxy support has been added.
+  Global settings can be found on the Mail Handling/Proxy page.
+  This can be overridden by Account settings on the new Proxy page.
 
-* and other code reorganisation, cleanups, and more.
+* Accounts can now have their own auto-check intervals, or follow the
+  global interval.
+
+* in the options for 'default selection when entering a folder',
+  'first [...]' has been renamed to 'oldest [...]', and
+  'newest [...]' items have been added.
+
+* Message List: when changing sort key by clicking column header,
+  the sort direction is now preserved
+
+* Message View: keypress handling for scrolling, (PgUp/Down, Space,
+  Backspace), has been improved.
+
+* the Network Log now displays output from LDAP operations.
+
+* "Go to last error" has been added to the Log Window context menu.
+
+* Filtering/Processing: "mark_as_spam" is no longer a final action,
+  since it does not move the marked message.
+
+* Filtering/Processing: Resent-From and Resent-To have been added in
+  Any/All header(s) (in Address Book) matcher rules.
+
+* when a Return-Receipt request is received by an unknown address,
+  the user is now required to choose which Account to send it from.
+
+* Colour Labels: confirmation is asked for when clearing or
+  overriding existing colour labels.
+
+* Address Book: basic contact merging has been added.
+
+* NetworkManager support: ported from libnm-util/libnm-glib to libnm.
+
+* Dillo plugin: this HTML rendering plugin is now once again
+  available.
+
+* RSSyl plugin: the modified time is no longer considered when
+  matching deleted items.
+
+* RSSyl plugin: Handle 404 and other fetch failures better.
+
+* Attachment Remover plugin: the user is now notified about what has
+  been done when processing multiple selections.
+
+* SpamAssassin plugin: added support for compression (the server must
+  have compression enabled, and the local spamc too).
+
+* SpamAssassin plugin: disabled SSLv3.
+
+* when using the hidden preference, hide_timezone, the time in the
+  Date header is converted to UTC.
+
+* various other UI improvements.
+
+* many behind-the-scenes improvements.
+
+* updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
+       Dutch, Finnish, French, German, Hungarian, Norwegian BokmÃ¥l,
+       Romanian, Russian, Slovak, Spanish, Swedish, Traditional
+       Chinese, Turkish.
+
+* bug fixes:
+       o bug 3754, 'interactive auth dialogs pops endlessly'
+       o bug 3919, 'manual filtering does not move spam'
+       o bug 3936, 'LDAP StartTLS does not work for addressbooks'
+       o bug 3947, 'Build break with --disable-libsm
+                    --enable-crash-dialog'
+       o bug 3957, 'Claws-Mail 64bit crashes when saving a draft'
+       o bug 3960, 'Sends unencrypted emails when encryption fails'
+       o bug 3971, 'Deleted rss feed item reappears as unread on
+                    feed refreshing'
+       o bug 3973, ''select all' in summaryview does not
+                    automatically focus the summaryview'
+       o bug 3978, '"From" column displays both name and email
+                    address for Outbox'
+       o bug 3984, 'Copy-paste in find/filter field works
+                    incorrectly'
+       o bug 3985, 'an empty progress bar remains after POP mail 
+                    check completes'
+       o bug 3986, 'IMAP quick search using non-ASCII characters
+                    creates an infinite loop'
+       o bug 3993, 'Claws Mail connects to IMAP server when it
+                    should not'
+       o bug 4014, '"Work offline" doesn't seem to affect RSS'
+       o bug 4022, 'Closing "Account Preferences" window opens "Edit
+                    Accounts" window if "Edit Accounts" window has
+                    been opened before at least once'
+       o bug 4023, 'Fix some small issues'
+       o bug 4033, 'Claws Mail crashes [malloc(): memory corruption]
+                    while trying to save account password greater
+                    than 136 chars'
+       o bug 4056, 'Impossible to disable overriding of offline
+                    mode'
+       o bug 4058, '# in extended search description window should
+                    not be translated'
+       o bug 4068, 'Claws Mail hangs when getting news from a
+                    certain feed'
+       o actionsrc was not updated after mailbox name change
+       o two crashes caused by bad GtkListStore management in
+         editaddress.c
+       o wrong malloc of clamd_socket struct, (CID 1220477)
+       o vCalendar: possible access to uninitilized folder pointer
+         (CID 1402515)
+       o vCalendar: mismatch and unneeded display of unavailable
+         folder class in warning (CID 1434197)
+       o vCalendar: Skip whitespace chars at the beginning of ics
+         stream
+       o buffer overrun, always writing at buffer size + 1. (CID
+         1434188)
+       o wrong use of pointer-to-array as an array CID 1434191)
+       o sensitivity of few preferences widgets of the SA plug-in
+       o compilation using --enable-generic-umpc
+       o crash in quicksearch keypress handling
+       o quoting in reply to format=flowed message
+       o HTML <hX> header handling
+       o 'sort_type' is lost when changing 'sort_key' from
+         /View/sort the bug was apparent with a descending sort
+       o Return-Receipts: MDN mail-accountname leak
+       o auth retry in Managesieve - wrong state variable was being
+         set
+       o memory leaks
+
+For further details of the numbered bugs and RFEs listed above
+see https://www.claws-mail.org/bug/[BUG NUMBER]
 
 ---------------------------------------------------------------------
-See ChangeLog and README for full information regarding changes in
-this release.
+See ChangeLog for full information regarding changes in this release.