X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=NEWS;h=8a3465384c0440dccc15051c86fa881fcba4fac7;hp=62190ab2044ffb20fe6db84048c9152f37732313;hb=dda58ed3447a73b68a7cf364af8ee88d21dc740d;hpb=d93dc82c81c3d97110fbaf19b8ca53f06d7634e8 diff --git a/NEWS b/NEWS index 62190ab20..8a3465384 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,146 @@ Changes of Sylpheed +* 0.9.7 + + * The vulnerability in SMTP response handling, which is exploitable by + a malicious SMTP server, has been fixed. + * The structure of folder system has been sorted out. + * The checking of the existence of IMAP root directory has been modified. + +* 0.9.6 + + * A crash bug when deleting currently opened folder has been fixed. + * The performance issue of the address book has been fixed. + * The behavior of manual signature insertion has been reverted. + * A crash bug on startup when a font can't be loaded has been fixed. + * The format of MIME boundary has been modified again. + * Other minor bugfixes have been made. + +* 0.9.5 + + * The size, the position, and the visibility of separated views are now + remembered. + * The per-folder settings are now preserved even if a folder tree is + rebuilt. + * The receive dialog's option to display the dialog only on manual + receiving has been added. + * 'Top' and 'Bottom' button has been added on the filter setting dialog. + * The UIDPLUS extension of IMAP4rev1 has been supported. + * The folder system has been cleaned up a bit. + * The sylpheed.spec file bundled in the source package has been improved. + * The format of MIME boundary has been modified. + * A memory leak and a buffer overrun have been fixed. + +* 0.9.4 + + * The performance of the operation of IMAP4 folders, such as move, + copy, delete and mark, has been greatly improved. + * The contents of IMAP4 folders are now always synchronized with the + server. + * Message flags are now properly taken over when copying messages into + IMAP4 folders from others. + * The CRAM-MD5 authentication mechanism has been supported for IMAP4rev1. + * Message move, copy and delete are now possible while receiving mails. + * The non-blocking SSL can be turned off as a workaround for the + connection problem. + * The bug that ran into infinite loop if connection was closed by remote + host has been fixed. + * The configuration files will not be overwritten on startup anymore. + +* 0.9.3 + + * The network I/O system has been rewritten to use non-blocking I/O, + and the performance of POP3 and SMTP has been improved much. + * '--status-full' option has been added. '--status' option now takes + arguments for folders. + * Minor bugfixes have been made. + +* 0.9.2 + + * The bug that removed messages from server if "Don't receive" action is + specified by the filter rule has been fixed. + * The bug that caused abort when a button is double-clicked on some + dialogs has been fixed. + * A warning that was displayed when address book was empty has been fixed. + +* 0.9.1 + + * The bug in handling folder names which include '+' in IMAP4 modified + UTF-7 conversion has been fixed. + * The parsing of message/rfc822 parts in multipart messages has been + fixed. + * Several bugs of auto signature replacement has been fixed. + * A bug that didn't hide user string in the Action dialog has been fixed. + * Socket I/O timeout interval is now configurable. + +* 0.9.0 + + * The multi-process network I/O has been implemented for POP3 and SMTP. + * The Action feature has been improved. + * The automatic signature replacement on account change has been + implemented. + * Hyperlinks of HTML messages are now correctly handled. + * The separated message view now has a menubar. + * Original messages' headers are now included as the preset keywords + on automatic filter creation. + * The verbose error messages are now displayed on POP3 and SMTP. + * The lines of the log window is now restricted to reduce the memory + usage. + * The Shift_JIS locale has been supported. + * The internal MIME structure has been cleaned up. + * Address names which have special characters are now correctly quoted. + * Slovak message catalog has been added. + * The header corruption bug on reediting has been fixed. + * The bug of UTF-7 encoding conversion has been fixed. + * A workaround for unknown timezones has been made. + * A workaround for wrapping problem on UTF-8 locale has been made. + * More workaround for crashes by illegal characters has been made. + * The crash bug in IMAP4 parser has been fixed. + * The crash bug of the composition window has been fixed. + * The colormap / visual problem on Solaris has been fixed. + * Other bugfixes have been made. + +* 0.8.11 + + * The folder option to remove parentheses and brackets at the beginning + of subject has been added. + * The option to use command output for signature has been added. + * The summary search now also looks for collapsed nodes. + * The size of the source window is now remembered. + * Euro locales (ISO-8859-15) have been supported. + * Many locales and encodings which were not supported before have been + added. + * Galician translation has been added. + * Support for Latin locales (ISO-8859) has been fixed. + * UTF-8 locale support has been fixed. + * The folding problem of headers has been fixed. + * The more workaround for abort problem in Japanese locale has been made. + * Other bugfixes have been made. + +* 0.8.10 + + * The validity check of EUC-JP code became more strict. + * The handling of strings which failed to be converted has been modified. + * Minor bugfixes and a speed improvement have been made. + +* 0.8.9 + + * Transition from libjconv to direct use of iconv() API has been made. + * Quoted-Printable encoding for outgoing messages has been enabled. + * Content-Transfer-Encoding for outgoing messages became user definable. + * The abbreviation method of newsgroup name has been improved. + * Russian locales support has been improved. + * Fixes for message canonicalization have been made. + * Bugs of header MIME encoding have been fixed. + +* 0.8.8 + + * The option to sort by recipient has been added. + * The performance of initial sorting when opening folders has been + improved. + * The bug which would run into infinite loop and eventual crash when + encountering invalid characters in header MIME encoding has been fixed. + * 0.8.7 * The extended regular expression has been supported on filtering.