Fix comparison for RSS feed items without text
[claws.git] / RELEASE_NOTES
index 34c13e7165148df136f6b2044cdff348c54362fa..a0043f60e4c39db0b5964b5de703bc59cab40fa3 100644 (file)
@@ -1,4 +1,4 @@
-20th December 2015                                  Claws Mail 3.13.1
+26th July 2019                                      Claws Mail 3.17.4
 
                    CLAWS MAIL  RELEASE NOTES
                     http://www.claws-mail.org
@@ -9,83 +9,79 @@ email client.
 New in this release:
 ~~~~~~~~~~~~~~~~~~~~
 
-* When attaching files with no suffix, e.g. Makefile, the correct
-  mime type is now found.
-
-* Added support for a whole range of extra TLDs.
-
-* '➜' is used instead of '-->' in the Message List when sender is
-  yourself. (Only visible if the hidden pref 'enable_swap_from' is
-  set to 0.)
-
-* An external editor can now be embedded in the Compose window.
-  This depends upon the 'Text editor' option (/Configuration/
-  Preferences/Message View/External Programs) having a suitable
-  value, such as 'gvim -f --socketid %w %s'.
-
-* Address Book: address books can now be searched.
-
-* A hidden pref has been added, 'next_on_delete'. This controls the
-  message selection when a message is deleted. A setting of '0'
-  which cause the previous, older message to be selected, a setting
-  of '1' will cause the next, newer message to be selected.
-
-* PDF Viewer plugin: Support for encrypted (password protected) PDFs.
-
-* RSSyl plugin: The feed preferences window appearance has been
-  improved.
-
-* The --enable-new-addrbook configure option has been renamed to
-  --enable-alternate-addressbook.
-
-* Windows: Re-enabled regexps.
-
-* updated man page.
-
-* Updated translations: British English, Czech, Dutch, Finnish,
-  French, German, Hebrew, Hungarian, Italian, Lithuanian,
-  Norwegian Bokmål, Slovak, Swedish, Traditional Chinese.
-
-* New translations: Russian.
-
-* Removed translations: Bulgarian, Esperanto.
-
-* Bug fixes:
-       o bug 1959, 'Selection selects too many under expanded view'
-       o bug 2490, 'Selecting mails through Shift-Home/End doesn't
-                    work properly'
-       o bug 3151, 'loaded vCalendar plugin "disables" gnome-shells
-                    calendar view entries'
-       o bug 3375, 'Crash (SEGV) at gtkcmctree.c:4514 after deleting
-                    an unread message'
-       o bug 3557, 'Remotely exploitable bug.'
-       o bug 3454, (windows) 'Attachments containing certain special
-                    characters in filename are not opened'
-       o bug 3480, 'No valid feed found when channel title is
-                    missing'
-       o bug 3513, 'Can't delete multiple selected e-mails'
-       o bug 3541, 'Selecting a leaf folder with keyboard no longer
-                    opens it'
-       o bug 3559, 'Opening preferences window causes out of bounds
-                    read'
-       o bug 3561, 'HTML <a> tag with no href makes message display
-                    incorrectly.'
-       o bug 3562, 'Hyperlink Errors URI XMPP, SIP, SIPS and Skype'
-       o bug 3563, 'URL parser will read out of bounds when closing
-                    bracket is missing in get_url_part'
-       o bug 3566, 'Missing locales in Eastern name order'
-       o Debian bug 801375, 'Segfault when activating ... the plugin
-                             with the Code from Google'
-       o better fix for crash after broken pgp keyring update, and
-         bogus EOF message on verifying sigs of missing keys
-       o building on OpenBSD
-       o libetpan version test
-       o folder renaming for IMAP on Windows.
+* New HTML viewer plugin: Litehtml viewer
+
+* Added option 'Enable keyboard shortcuts' to the 'Keyboard
+  shortcuts' frame on /Configuration/Preferences/Other/Miscellaneous
+
+* Compose: implemented copying of attached images to clipboard
+
+* Compose: images and text/uri-list (files) can now be attached by
+  pasting into the Compose window
+
+* Python plugin: window sizes are now remembered for the Python
+  console, the 'Open URLs' and the 'Set mailbox order' windows.
+
+* Fancy plugin: the download-link feature now follows redirections
+
+* MBOX export: the Enter key in the dialogue now starts the export
+
+* The date (ISO format) has been added to log timestamps
+
+* Updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
+  Dutch, French, German, Hungarian, Indonesian, Polish, Portuguese,
+  Romanian, Russian, Slovak, Spanish, Swedish, Traditional Chinese,
+  Turkish
+
+* bug fixes:
+       o bug 1920, 'No automatic NNTP filtering'
+       o bug 2045, 'address book blocks focus on email window'
+       o bug 2131, 'Focus stealing after mail check'
+       o bug 2627, 'Filtering does not work on NNTP'
+       o bug 3070, 'misbehaving text wrapping when URL chars are
+                    present'
+       o bug 3838, 'Canceled right-click on message list leaves UI
+                    in inconsistent state'
+       o bug 3977, 'Fix crashes when some external APIs fail'
+       o bug 3979, 'Hang (with killing needed) during action which
+                    extracts attachments'
+       o bug 4029, 'segfault after deleting message in a window'
+       o bug 4031, 'fingerprint in SSL/TLS certificates for ...
+                    (regress error)'
+       o bug 4037, 'Fix some small issues'
+       o bug 4142, 'Translation error on Russian'
+       o bug 4145, 'proxy server for sending doesn't work'
+       o bug 4155, 'remember directory of last saving'
+       o bug 4166, 'corrupted double-linked list'
+       0 bug 4167, 'Max line length exceeded when forwarding mail'
+       o bug 4188, 'STL file is sent not as an attachment but as its
+                    base64 representation in plaintext'
+       o CID 1442278, 'impossible to trigger buffer overflow'
+       o Make key accelerators from menu work in addressbook window
+       o save checkbox choices of display/summaries/defaults prefs
+       o Do not throw an error when cancelling 'Save email as...'.
+       o occasional crash on drag'n'drop of msgs
+       o possible stack overflow in vcalendar's Curl data handler
+       o crash when LDAP address source is defined in index, but
+         LDAP support is disabled
+       o crash in Fancy plugin if one of the MIME parts has no
+         Content-ID
+       o a few small memory leaks in scan_mailto_url()
+       o configure script for rare cases where python is not
+         installed
+       o incorrect charset conversion in sc_html_read_line().
+       o markup in 'key not fully trusted' warning in pgpcore
+       o use after free in rare code path in rssyl_subscribe()
+       o several memory leaks
+       o verify_folderlist_xml() for fresh starts
+       o printf formats for size_t and goffset arguments.
+       o alertpanel API use in win32 part of mimeview.c
+       o pid handling in debug output of kill_children_cb()
+       o incorrect pointer arithmetic in w32_filesel.c
 
 For further details of the numbered bugs and RFEs listed above
-consult http://www.thewildbeast.co.uk/claws-mail/bugzilla/
+see https://www.claws-mail.org/bug/[BUG NUMBER]
 
 ---------------------------------------------------------------------
 See ChangeLog for full information regarding changes in this release.
 
-