From 0a74bd998d0c285f393d13d48364322eb20ebbd3 Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Fri, 26 Jan 2007 08:12:21 +0000 Subject: [PATCH] 2.7.2 released --- ChangeLog | 4 +++ NEWS | 42 ++++++++++++++++++++++++++ README | 1 + RELEASE_NOTES | 97 +++++++++++++++++++++++++++++++++++------------------------ configure.ac | 4 +-- 5 files changed, 106 insertions(+), 42 deletions(-) rewrite RELEASE_NOTES (61%) diff --git a/ChangeLog b/ChangeLog index 756669ab1..fb49e5a2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-01-26 [paul] 2.7.2 + + 2.7.2 released + 2007-01-25 [paul] 2.7.1cvs2-stable * src/addressbook.c diff --git a/NEWS b/NEWS index 127adf675..cf51e91d1 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,47 @@ Changes of the Claws Mail GTK2 branch +* 2.7.2 +------- + +* Added command line equivalent options: + -h for --help + -q and --quit for --exit + -v for --version + "Unknown option" is now printed when unknown command line options + are used. + +* The wizard for configuration migration, (Sylpheed-Claws to Claws + Mail), now has the option to save or not save a backup of the old + configuration folder. + +* The configuration wizard is now re-run if it was previously + cancelled. + +* Bug fixes: + o bug 1100, 'Highlighted e-mail data not visible when color + label applied.' + o bug 1101, '"Load plugin" button is accidentally hidden' + o bug 1102, 'claws-mail-2.7.1 makes use of deprecated ldap + functions' + o IMAP: fixed crash when connect command doesn't exist. + o IMAP: better folder checking when an IMAP directory is set. + o IMAP: Never remove INBOX when scanning for new folders. + It's a special folder that must exist. + o fix vertical scrollbar jumping back to the top when 'Check + for new folders' is used. + o fix sensitivity issues of Mark as Spam/Ham context menus. + o fix potential crashes in the address book's embedded 'Edit + person' dialogue, and fix conflicting copy/paste menu + entry. + o Reflect change of Font configuration in the Header view + clickable links. + o fix handling of empty values in attach_load_directory and + attach_save_directory clawsrc options. + o fix 2nd-run loss and new configuration loss of filtering + rules on configuration migration. + o Bogofilter plugin: fix sensitivity of "Insert X-Bogosity + header" option + * 2.7.1 ------- diff --git a/README b/README index c2c1575f3..868047c66 100644 --- a/README +++ b/README @@ -711,6 +711,7 @@ http://sourceforge.net/tracker/?group_id=25528&atid=384601 GTK 2 Version ------------- +2007-01-26 2.7.2 2007-01-15 2.7.1 2007-01-08 2.7.0 2006-12-04 2.6.1 [first release as Claws Mail] diff --git a/RELEASE_NOTES b/RELEASE_NOTES dissimilarity index 61% index a95526ef5..994d2a08c 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,40 +1,57 @@ -15th January 2007 Claws Mail 2.7.1 - - CLAWS MAIL RELEASE NOTES - http://www.claws-mail.org - -Claws Mail is a GTK+ based, user-friendly, lightweight, and fast -email client. - -Claws Mail was previously known as Sylpheed-Claws. - -New in this release: -~~~~~~~~~~~~~~~~~~~~ - -* Bug fixes: - o bug 1095, 'Crash while changing folder columns during - incorporation' - o bug 1098, 'bogus last row display after expanding a thread' - o fix a few annoyances when choosing keys for the CMS (S/MIME) - protocol - o fix updating of the mime parts - o fix Forwarding msgs with attachments that have dos line - endings - o strip S/MIME signatures when re-editing S/MIME signed - messages - o fix body search starting at the end of the mail (and asking - for loop) - o fix Enter in search windows - o fix dbus-related crash in the the GTK+ file selector. - o IMAP: fix recursion when server lists the current subfolder - in the response - o IMAP: get rid of the previous mailimap when connecting, just - in case disconnect was unclean - o IMAP: make sure we don't use an old socket when reconnecting - -For further details of the numbered bugs listed above consult -http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi - ---------------------------------------------------------------------- -See ChangeLog for full information regarding changes in this release. - +26th January 2007 Claws Mail 2.7.2 + + CLAWS MAIL RELEASE NOTES + http://www.claws-mail.org + +Claws Mail is a GTK+ based, user-friendly, lightweight, and fast +email client. + +Claws Mail was previously known as Sylpheed-Claws. + +New in this release: +~~~~~~~~~~~~~~~~~~~~ + +* Added command line equivalent options: + -h for --help + -q and --quit for --exit + -v for --version + "Unknown option" is now printed when unknown command line options + are used. + +* The wizard for configuration migration, (Sylpheed-Claws to Claws + Mail), now has the option to save or not save a backup of the old + configuration folder. + +* The configuration wizard is now re-run if it was previously + cancelled. + +* Bug fixes: + o bug 1100, 'Highlighted e-mail data not visible when color + label applied.' + o bug 1101, '"Load plugin" button is accidentally hidden' + o bug 1102, 'claws-mail-2.7.1 makes use of deprecated ldap + functions' + o IMAP: fixed crash when connect command doesn't exist. + o IMAP: better folder checking when an IMAP directory is set. + o IMAP: Never remove INBOX when scanning for new folders. + It's a special folder that must exist. + o fix vertical scrollbar jumping back to the top when 'Check + for new folders' is used. + o fix sensitivity issues of Mark as Spam/Ham context menus. + o fix potential crashes in the address book's embedded 'Edit + person' dialogue, and fix conflicting copy/paste menu + entry. + o Reflect change of Font configuration in the Header view + clickable links. + o fix handling of empty values in attach_load_directory and + attach_save_directory clawsrc options. + o fix 2nd-run loss and new configuration loss of filtering + rules on configuration migration. + o Bogofilter plugin: fix sensitivity of "Insert X-Bogosity + header" option + +For further details of the numbered bugs listed above consult +http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi + +--------------------------------------------------------------------- +See ChangeLog for full information regarding changes in this release. diff --git a/configure.ac b/configure.ac index 2d5c4b866..54d9c1e26 100644 --- a/configure.ac +++ b/configure.ac @@ -8,10 +8,10 @@ PACKAGE=claws-mail dnl version number MAJOR_VERSION=2 MINOR_VERSION=7 -MICRO_VERSION=1 +MICRO_VERSION=2 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=2 +EXTRA_VERSION=0 EXTRA_RELEASE= EXTRA_GTK2_VERSION= -- 2.11.4.GIT