From: Paul Mangan Date: Mon, 3 Sep 2007 05:45:17 +0000 (+0000) Subject: 3.0.0 unleashed X-Git-Tag: rel_3_0_0 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=a078e57ad3ef61b81a1cb8a60e18748bce36363c 3.0.0 unleashed --- diff --git a/ChangeLog b/ChangeLog index 1ca34df57..4a7c49377 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-09-03 [paul] 3.0.0 + + * NEWS + * README + * RELEASE_NOTES + 3.0.0 released + 2007-09-03 [paul] 2.10.0cvs191 * po/bg.po diff --git a/NEWS b/NEWS index d7e025e84..d8b978c81 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,86 @@ Changes of the Claws Mail GTK2 branch +* 3.0.0 +------- + +* Claws Mail is now licensed under GPLv3 or later. + +* added Tags feature + Tags are arbitrary labels that can be applied to messages. It is + possible to create, edit, remove Tags; apply them to mails; + filter on Tags or Tag presence; apply or unset Tags via Filtering + actions; reference Tags in reply Templates. + +* Threads can now be sorted by most recent message + /View/Sort/By thread date + +* Added "/View/Show or Hide/Column headers" + +* Added 'watch thread' feature + +* Enabled the running of folder Processing rules on demand + +* Added options to stop/enable writing logs to disc, see Logging + page of preferences + +* IMAP and News: Implement age-based caching: allow the specifying + of a threshold for the offline synchronisation feature, and whether + old cached bodies should be removed. Accessible from the Folder + Properties. + +* IMAP: Made multiple copy, (in the same IMAP account), faster by + matching source/destination message UIDs. + +* LDAP: Ability to edit all Person attributes + +* Nicer layout of the message part icons + +* Speed up and clean up rendering of larger msgs + +* Use progress bar when sending messages + +* Made mainwindow's /Help/Manual point to the remote copy if the + local copy doesn't exist + +* Replaced some deprecated widgets + +* Enabled changing the emphasis color used to highlight the + newsreader/x-mailer header value when it matches our preferred + mail agent, (hidden pref 'emphasis_color' added to clawsrc). + +* tools/mew2claws-mail.pl + Added new script that imports a Mew address book + +* tools/popfile-link.sh + Added a new script that will open selected messages in + POPFile control center, in order to change the message + status. + +* Updated the manual + +* Check that Dillo's installed when loading the Dillo Browser + plugin + +* Maemo improvements: + o Automatically choose the correct application + to open parts + o Better way to notify of new mails + o Destroy messageview after trashing mail + o Simplified layout + o Better toolbars, removal of CTree headers + o Add a specific icon to go back to folder list + o Improvements to the Wizard, About and icon legend dialogues + o add an easy way to store data (mails and IMAP/NNTP caches) + on one of the SD cards, and protect against unmounts if + needed + o plug the online/offline system into maemo's interfaces to + have Claws automatically switch according to the system + status (on IT OS 2007) + o use HildonBanners to display status messages + o force layout to be Small screen + o put the progress bar in the toolbar + + * 2.10.0 -------- diff --git a/README b/README index 5cb3a4d00..ce81b67f3 100644 --- a/README +++ b/README @@ -715,6 +715,7 @@ http://sourceforge.net/tracker/?group_id=25528&atid=384601 GTK 2 Version ------------- +2007-09-03 3.0.0 2007-07-02 2.10.0 2007-05-08 2.9.2 2007-04-19 2.9.1 diff --git a/RELEASE_NOTES b/RELEASE_NOTES index dce8ad06d..c12c564f1 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,4 +1,4 @@ -2nd July 2007 Claws Mail 2.10.0 +3rd September 2007 Claws Mail 3.0.0 CLAWS MAIL RELEASE NOTES http://www.claws-mail.org @@ -9,114 +9,158 @@ email client. Notes for this release: ~~~~~~~~~~~~~~~~~~~~~~~ -libetpan 0.49 is now required for IMAP support +* Claws Mail is now licensed under GPLv3 or later. + New in this release: ~~~~~~~~~~~~~~~~~~~~ -* Added "From, To or Subject" to the QuickSearch types. - -* Added handling of the 'a' key to loop through a mail's MIME parts. - -* In the Compose window "Add to address book" has been added to the - context menu of the sender and recipient fields. - -* Implemented a proper References filtering condition. - -* Added the possibility to cancel receiving in IMAP accounts. - -* Made offline synchronisation faster. - -* Added an alternate way to fetch flags on IMAP, which improves - performance with some servers, (like Exchange). - See "Bandwidth-efficient mode" in IMAP accounts' Receive - preferences. - -* Allow manual sorting of Templates. - -* Templates improvements: easier syntax, add some useful variables. - -* Implemented per-account and per-folder compose/reply/forward - Templates. - -* Added a QuickSearch option to automatically run a search selected - from the history. - -* Made the Summaries Preferemces page "when entering a folder..." - options fully customisable. - -* Added an "Open last opened folder at startup" option to the - Summaries page in the Prerferences. - -* Changed the Preference "Only mark as read when opened in new - window" on the Summaries page to "Only mark as read when opened - in new window, or replied to". - -* Allow disabling mail filtering plugins on a per-account - basis. - -* Added an option to the Bogofilter and SpamAssassin plugins to - enable marking saved spam as Read. - -* Added a warning about encryption limits, which can be disabled. - -* Removed the "Download all" preference from POP3 accounts; it - was useless and confusing. - -* Re-organized some Preferences page. - -* Replaced the tabbed layout in Account Preferences with pages. - -* Renamed 'Protocol Log' to 'Network Log' - -* Added a few cursor improvments while Claws is busy. - -* Added support for CRLF in headers of messages. - -* Added support for a few more date formats (RFC3339 subsets). - -* The keypad's Enter key now does the same as the Return key. - -* Improved LDIF import, better error handling, UI cleanup. - -* LDAP write support has been added. - -* Use Hildon's file chooser on Maemo. - -* Updated Brazilian Portuguese, British English, French, German, - Hungarian, Russian, Simplified Chinese and Spanish translations. - -* Bug fixes: - o bug 848, 'Redirect breaks GnuPG' - o bug 1217, 'reentrancy problems with time functions' - o bug 1248, 'Core dumps after unloading plugin and clicking - on load plugins' - o bug 1249, 'Error handling for news errors needs - modification' - o Race condition when automatically drafting due to - insertion on re-edit. - o Consider "- -- \n" as signature separator (fixes signature - stripping when replying to PGP/Inline signed emails). - o Race condition crash when reconnection fails on IMAP. - o Raising log windows when they are either minimized or in - background. - o Occasional crasher when cancelling message sending. - o Stale news statusbar when scanning fails. - o A few race conditions when sending/drafting emails. - o Building of some plugins in Mac OS X. - o Don't decode leading ENV_ and ~ in P_PASSWORD configuration - values. - o Incoming messages from local accounts always get filtered - regardless of the preference. - o Use gethostname() instead of uname(), fixes failures to - determine hostname on some BSDs. - o Crash if fork() fails when resolving hostnames. - o Infinite loop when exiting with compose window(s) opened, - when the draft folder is on IMAP and unreachable. - o Sizing/alignment of the button bar in plugins window. - o Copying text from HTML parts. - o 'make distcheck' failure - +* added Tags feature + Tags are arbitrary labels that can be applied to messages. It is + possible to create, edit, remove Tags; apply them to mails; + filter on Tags or Tag presence; apply or unset Tags via Filtering + actions; reference Tags in reply Templates. + +* Threads can now be sorted by most recent message + /View/Sort/By thread date + +* Added "/View/Show or Hide/Column headers" + +* Added 'watch thread' feature + +* Enabled the running of folder Processing rules on demand + +* Added options to stop/enable writing logs to disc, see Logging + page of preferences + +* IMAP and News: Implement age-based caching: allow the specifying + of a threshold for the offline synchronisation feature, and whether + old cached bodies should be removed. Accessible from the Folder + Properties. + +* IMAP: Made multiple copy, (in the same IMAP account), faster by + matching source/destination message UIDs. + +* LDAP: Ability to edit all Person attributes + +* Nicer layout of the message part icons + +* Speed up and clean up rendering of larger msgs + +* Use progress bar when sending messages + +* Made mainwindow's /Help/Manual point to the remote copy if the + local copy doesn't exist + +* Replaced some deprecated widgets + +* Enabled changing the emphasis color used to highlight the + newsreader/x-mailer header value when it matches our preferred + mail agent, (hidden pref 'emphasis_color' added to clawsrc). + +* tools/mew2claws-mail.pl + Added new script that imports a Mew address book + +* tools/popfile-link.sh + Added a new script that will open selected messages in + POPFile control center, in order to change the message + status. + +* Updated the manual + +* Check that Dillo's installed when loading the Dillo Browser + plugin + +* Maemo improvements: + o Automatically choose the correct application + to open parts + o Better way to notify of new mails + o Destroy messageview after trashing mail + o Simplified layout + o Better toolbars, removal of CTree headers + o Add a specific icon to go back to folder list + o Improvements to the Wizard, About and icon legend dialogues + o add an easy way to store data (mails and IMAP/NNTP caches) + on one of the SD cards, and protect against unmounts if + needed + o plug the online/offline system into maemo's interfaces to + have Claws automatically switch according to the system + status (on IT OS 2007) + o use HildonBanners to display status messages + o force layout to be Small screen + o put the progress bar in the toolbar + +* Updated Brazilian Portuguese, Bulgarian, Catalan, Finnish, French, + German, Hungarian, Italian, Polish, Russian, Simplified Chinese and + Slovak translations. + + +* Bugfixes: + o bug 1224, 'The process of Replying to emails with large + attachments seems unreasonably long...' + o bug 1246, 'compose becomes increasingly slow replying to + complex emails' + o bug 1261, '[DE] coloring messages in overview keys are + not localised' + o bug 1267, 'printing mutliple messages opens one message- + dialog after the other' + o bug 1275, 'auto-saved draft messages not always being + removed' + o bug 1284, 'The html -> text converter ignores entities' + o bug 1286, 'Can't move a folder into a "Folders Only" + folder' + o bug 1287, 'Compile time problem on Solaris (nexenta + gnu/Solaris) utils.c' + o bug 1292, 'CM crashes on writing mail' + o bug 1290, 'Claws Mail crashes if too little memory when + rebuilding folder tree' + o bug 1293, 'LDAP address book not working' + o fix processing progressbar + o fix re-opening of all composing messages that were opened + when closing the previous instance + o fix toolbar prefs crash when no actions exist + o fix typos around long form expressions in the quote lexer. + o Quicksearch: Make search run on GDK_KP_Enter too + o fix missing timestamp update on MH source folder when + moving mails + o fix 'o' (Open) shortcut on MIME parts + o fix two vCard-related crashes + o fix threads use on BSDs + o copy all account preferences in account_clone() - some + were missing. + o fix 'List URLS' + o Fix format string vulnerability + o Fix all potential misuses of format-string functions + o Address Book: Contacts are now locale-aware sorted in the + address book + o use suitable defaults for outbox, + queue, drafts and trash folders + o fix loss of subfolders properties when renaming a folder + o fix Quicksearch's Sticky mode + o fix signature replacement when it's been wrapped + o fix cursor offset when quote contains UTF-8 chars + o fix coloring of pastes as quotation + o fix wizard crash when Mailbox dir already exists + o IMAP: fix timeout setting (requires libetpan 0.52) + o IMAP: better scanning (NOOP instead of CLOSE/SELECT) + o IMAP: fix unwanted creation of libetpan's stream dump file + o LDAP: fix possible crash on cache invalidation + o LDAP: fix port being reset to 636 on SSL + o LDAP: fix wrong "Connected successfully to server". + o Maemo: layout fixes + o Maemo: fix auto-completion + o Maemo: fix sticking statusbars + o Maemo: fix the strange "top_application" info at startup. + o Maemo: fix crash on first launch + o Maemo: don't opened selected folder when clicking on white + space + o Maemo: make Esc close messageviews + o Maemo: fix message scrolling to the end on opening + o Maemo: fix reopening same message + o Maemo: fix opening of mails from keypad in Sent folders + o Maemo: fix adjustments changes + o Refresh window when processing + o Windows: never pass NULL pointers for %s substitutions For further details of the numbered bugs listed above consult http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi diff --git a/configure.ac b/configure.ac index 3df24c0cf..869e2e147 100644 --- a/configure.ac +++ b/configure.ac @@ -6,12 +6,12 @@ AC_CONFIG_AUX_DIR(config) PACKAGE=claws-mail dnl version number -MAJOR_VERSION=2 -MINOR_VERSION=10 +MAJOR_VERSION=3 +MINOR_VERSION=0 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=191 +EXTRA_VERSION=0 EXTRA_RELEASE= EXTRA_GTK2_VERSION=