Code cleanup around glib version check (2.28 minimum).
[claws.git] / RELEASE_NOTES
index 7215da343a27b03a2fc7b240c6a720392846014c..df52b5853d848f1b83b3869645210635901a7456 100644 (file)
@@ -1,4 +1,4 @@
-7th August 2016                                     Claws Mail 3.14.0
+17th December 2017                                  Claws Mail 3.16.0
 
                    CLAWS MAIL  RELEASE NOTES
                     http://www.claws-mail.org
@@ -9,100 +9,110 @@ email client.
 New in this release:
 ~~~~~~~~~~~~~~~~~~~~
 
-* Passwords can now be secured with a Master Passphrase.
-  (/Configuration/Preferences/Other/Miscellaneous/)
+* Preferences: for the 'default selection on entering a folder' on
+  the Display/Summaries page, the first new, first unread, and first
+  marked message options are now sort-order aware.
 
-* Passwords: The password storage method has changed. All passwords
-  are now stored in a separate file, (~/.claws-mail/passwordstorerc),
-  and use a stronger encryption than previously. Existing passwords
-  are moved to the new file automatically, in the old format. The
-  new format will be used whenever old passwords are changed or when
-  a Master Passphrase is used. All new passwords are saved using the
-  new format, irrespective of whether a Master Passphrase is used or
-  not. Further information can be found here:
-  http://www.claws-mail.org/doc/password_encryption.txt
+* Preferences: the previously hidden preference to 'Warn when sending
+  to more recipients than []' has been added to the
+  Mail Handling/Sending page.
 
-* Compose window: Removed the outer scrollbar from header area.
+* Preferences: Toolbars/Compose window: Sign/Encrypt toggle buttons
+  can been added to the toolbar.
 
-* Message view: The HTML to plain text converter now indicates list
-  items with a hyphen (-), adds a line break after <dd>, and indents
-  text within blockquotes.
+* Preferences: Fancy Plugin: allow stylesheet file/folder names to
+  have spaces in them.
 
-* Main window: Changed default /View/Show or hide/Menubar shortcut to
-  Ctrl+F12.
+* Account Preferences: a 'Show password' checkbox has been added next
+  to the password fields.
 
-* SSL certificates list: Added automatic scrollbar.
+* Account Preferences: the OpenPGP and S/MIME preferences have been
+  split into two separate pages.
 
-* Address book: Double-clicking datasources now opens the edit
-  dialogue.
+* Account Preferences: newline characters are disallowed in account
+  usernames and passwords, and warnings are shown to the user if this
+  is attempted.
 
-* Forwarding: The external editor is now automatically used when
-  forwarding as attachment, if the preference is set.
+* Compose: more UTF-8 list-item characters have been added.
 
-* Preferences: Automatic mail checking can now be configured in
-  hours, minutes and seconds.
-  (/Configuration/Preferences/Mail Handling/Receiving)
+* Address book: a 'Show password' checkbox has been added next to the
+  LDAP server 'bind password' field.
 
-* Preferences: The 'next_on_delete' hidden preference now applies to
-  trashing or moving, in addition to deleting, a message.
+* GPG: full key/signature fingerprints are now shown instead of the
+  short versions.
 
-* Command line: Added -geometry to set geometry for main window.
+* SSL Certificate Manager: added support for ipv6 addresses.
 
-* IMAP: Added SASL 'PLAIN' and 'LOGIN' authentication methods for
-  accounts. Renamed the old plaintext 'LOGIN' to 'plaintext'.
+* NNTP: Fetch XOVER and XHDR data in batches of 5000 and use the
+  statusbar progress meter when opening/refreshing a NNTP folder.
 
-* IMAP: The acccount preference, 'Move deleted mails to trash and
-  expunge immediately' has been removed.
+* CLI: the --insert option has been added to --compose, to allow
+  inserting files from the command line.
 
-* Notification plugin: Added 'Get mail from account...' to the
-  SysTray module's menu.
+* Plugins window: keyboard shortcuts to Load/Unload buttons have
+  been added.
 
-* Notification plugin: Focus the widget between iconify/deiconify
-  events.
+* PDF Viewer Plugin: a print button has been added.
 
-* Tools: Added tools/cm-reparent.pl, which can be used to fix thread
-  parenting for two or more messages.
+* The HTML parser now supports all entities.
 
-* Documentation: Updated man page and manual.
+* Tools: a simple bash completion helper has been added,
+  tools/bash_completion/claws-mail.
 
-* Translations: Updated: Brazilian Portuguese, Catalan, Czech, Dutch,
-                        Finnish, French, German, Hungarian, Italian,
-                        Slovak, Spanish, Swedish, Traditional
-                        Chinese.
-               Added: Danish, Indonesian, Turkish.
-               Dropped: Lithuanian (unmaintained)
+* Updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
+       Dutch, Finnish, French, German, Hungarian, Italian,
+       Norwegian BokmÃ¥l, Russian, Slovak, Spanish, Swedish, Turkish.
+
+* New translations: Japanese, Polish, Romanian.
 
 * Bug fixes:
-       o bug 2518, '"Reply-All" message from NNTP-account does not
-                    contain CC'ed correspondents'
-       o bug 2781, 'Unsanitised Folder Creation'
-       o bug 3028, 'Claws doesn't select html part if attachments
-                    present'
-       o bug 3213, 'Line break in subject of message'
-       o bug 3573, 'Out of bounds read in macro LBREAK_IF_REQUIRED
-                    in codeconv.c'
-       o bug 3581, 'sys:1: Warning: Source ID # was not found when
-                    attempting to remove it'
-       o bug 3603, 'Feeds from Reddit are empty'
-       o bug 3610, 'Heap use after free in
-                    privacy_mimeinfo_check_signature()'
-       o bug 3616, 'segfault setting up new CM in new userid'
-       o bug 3623, 'Client crash on importing duplicated feed'
-       o bug 3629, 'Invalid subject can distort message list view'
-       o bug 3652, 'utils.c:4740:47: warning: ordered comparison of
-                    pointer with integer zero [-Wextra]'
-       o bug 3653, 'Upgrading from Mageia5 default (3.11.1),
-                    3.13.2git tries to load 3.11.1 plugins'
-       o bug 3658, 'Passphrase ignored during keypair generation
-                    with gpg2'
-       o include Reply-To value when using 'reply to all'
-       o inputdialog modality and focus issue
-       o fix Compose account selection when imap folder is selected.
-       o set correct rcdir on Win32
-       o Fix behavior in selecting PGP MIME signature on Windows.
-       o RSSyl: typo in handling feed name ending with a period on
-         Win32
-       o vCalendar: Handle ical lines longer than 256 bytes
+       o bug 3266, 'procmime.c: FILE leak in specific circumstances'
+       o bug 3784, 'Very similar strings in src/gtk/about.c'
+       o bug 3793, 'Segfaults when master passphrase dialog is
+                    launched in the middle of autocompletion'
+       o bug 3795, 'Fix typo in utils.c'
+       o bug 3796, 'Fix format-security warnings in alertpanel_ use'
+       o bug 3797, 'Unfold quoting renders quotes completely
+                    confusing'
+       o bug 3801, 'Broken auto wrapping'
+       o bug 3808, 'vCalendar plugin does not load due to undefined
+                    symbol icaltime_from_timet'
+       o bug 3813, '"mouse up" activates link even if "mouse down"
+                    occurred outside the link / cannot copy link
+                    text'
+       o bug 3814, 'end of mouse drag or text selection erroneously
+                    activates links'
+       o bug 3819, 'Duplicate definition of global pygtk symbols'
+       o bug 3821, 'Potential security issue with libetpan code in
+                    mailmbox plugin'
+       o bug 3916, 'message view shows wrong message contents'
+       o bug 3843, 'Non-functional "Change to..." command in
+                    Spelling menu'
+       o bug 3852, 'delete header entry button doesn't restore
+                    colour'
+       o bug 3881, 'Hide Read Threads eats emails'
+       o bug 3886, '"About to send mail to 2 recipients" warning
+                    when one of them is Reply-To'
+       o bug 3892, 'build fails with enchant-2.1.0'
+       o bug 3893, 'Text mode open/copy web links ignores trailing
+                    tilde(s)'
+       o bug 3924, 'Fix configuration of sieve plugin on FreeBSD
+                    (segfaulted)'
+       o bug 3931, 'segfault searching server with master password'
+       o off-by-one error in textview's quote unfolding
+       o Make sure outgoing messages have a trailing newline
+       o 'add_to_addressbook' filtering action correctly add the
+         name
+       o improved handling of bad filenames get_serverport() in
+         ssl_manager.c
+       o building against older webkitgtk versions
+       o crash in mailimf_group_parse() in mailmbox plugin
+       o missing invalid regexp indication in folder preferences.
+       o truncated input widgets in preferences window
+       o ignore_thread not marking complete thread
+       o buffer length handling in GnuTLS password encryption and
+         decryption
+       o many memory leaks
 
 For further details of the numbered bugs and RFEs listed above
 see http://claws-mail.org/bug/[BUG NUMBER]
@@ -110,4 +120,3 @@ see http://claws-mail.org/bug/[BUG NUMBER]
 ---------------------------------------------------------------------
 See ChangeLog for full information regarding changes in this release.
 
-