2.6.0 unleashed rel_2_6_0
authorPaul Mangan <paul@claws-mail.org>
Mon, 6 Nov 2006 11:10:35 +0000 (11:10 +0000)
committerPaul Mangan <paul@claws-mail.org>
Mon, 6 Nov 2006 11:10:35 +0000 (11:10 +0000)
ChangeLog
NEWS
README
RELEASE_NOTES
configure.ac

index 9058515745eb059e4a80bc672eae12ca2abf7cdd..73bd90dbc1ddccafa1f021ed936f40caaf7d9d5c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-11-06 [paul]      2.6.0
+
+       * NEWS
+       * README
+       * RELEASE_NOTES
+               2.6.0 released
+
 2006-11-06 [paul]      2.5.6cvs22
 
        * manual/advanced.xml
diff --git a/NEWS b/NEWS
index 9fa8219cfeeeaa2dd9ea27531d0d49f6295af42d..6459ace8424589b4da9510907f4d6b8e07aa02d8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,60 @@
 Changes of the  Sylpheed-Claws GTK2 branch
 
+* 2.6.0
+-------
+
+* libetpan 0.48 or greater is now required for IMAP support.
+
+* The Compose window now has an /Options/Reply mode/ menu. This
+  enables changing the recipients of a reply on the fly.
+
+* QuickSearch now has a type-ahead option for fast searches.
+
+* Extra symbols are now available for the Quote parser, your name,
+  your email address, the account name, and the organization.
+
+* In the Folder Properties, it is now possible to test the regular
+  expression used in the Simplify Subject RegExp option.
+
+* GSSAPI support has been added for IMAP.
+
+* UIDPLUS support has been added for IMAP.
+
+* A Stop button has been added for Message Body searches, enabling
+  cancelling of a running search. This is available in '/Edit/Search
+  Folder...' and '/Edit/Find in current message...'.
+
+* libSM support has been added. This enables communication with the
+  session manager, so that it is known when the session ends, in
+  order to save the caches, and draft any messages currently being
+  composed.
+
+* Support for Address Book Groups has been added to the Compose
+  window's automatic address completion.
+
+* a new hidden option has been added, 'respect_flowed_format'. This
+  follows RFC3676 with regard to a message part with a Content-Type
+  that includes 'format=flowed' and 'delsp=yes'. This will cause some
+  mails to have long lines, but will fix some URLs that would
+  otherwise be wrapped. By default it is turned off.
+
+* Basic key import/export has been added to the PGP plugins. When
+  generating a new key pair you can export the public key to a key
+  server. When selecting the signature part of a message, if the key
+  is not on your keyring, you will be asked if you want to attempt
+  to import it from a keyserver.
+
+* The TrayIcon now displays 'offline' status.
+
+* More window sizes and placements are remembered across sessions.
+
+* tools/fix_date.sh: Switches to replace non RFC-compliant Date:
+  value, and to use strict RFC matching patterns for dates have been
+  added.
+
+* Several optimisations have been made.
+
+
 * 2.5.6
 -------
 
diff --git a/README b/README
index 6f9ea5e48fc650c515d220797e4de9c5b55e5a85..01a4164578579ebc2dbbe98ed5126c5a0898e51d 100644 (file)
--- a/README
+++ b/README
@@ -697,6 +697,7 @@ http://sourceforge.net/tracker/?group_id=25528&atid=384601
 
 GTK 2 Version
 -------------
+2006-11-06     2.6.0
 2006-10-19     2.5.6
 2006-10-12     2.5.5
 2006-10-11     2.5.4
index 6e47be38ad718d887b40fa9aa0a310c3b037c1c8..8e9e9e49153efcc06dfbbf4e2df536cb3d7cc8a7 100644 (file)
@@ -1,4 +1,4 @@
-26th September 2006                              Sylpheed-Claws 2.5.2
+6th November 2006                                Sylpheed-Claws 2.6.0
 
                    SYLPHEED-CLAWS  RELEASE NOTES
                     http://www.sylpheed-claws.net
@@ -6,12 +6,86 @@
 Sylpheed-Claws is a GTK+ based, user-friendly, lightweight, and fast 
 email client.
 
+Notes for this release:
+~~~~~~~~~~~~~~~~~~~~~~~
+
+* libetpan 0.48 or greater is now required for IMAP support.
+
 New in this release:
 ~~~~~~~~~~~~~~~~~~~~
 
-* Bug fixes: 
-       o bug #1023 (Sylpheed deletes too much messages)
-       o Crash in partial downloading
+* The Compose window now has an /Options/Reply mode/ menu. This
+  enables changing the recipients of a reply on the fly.
+
+* QuickSearch now has a type-ahead option for fast searches.
+
+* Extra symbols are now available for the Quote parser, your name,
+  your email address, the account name, and the organization.
+
+* In the Folder Properties, it is now possible to test the regular
+  expression used in the Simplify Subject RegExp option.
+
+* GSSAPI support has been added for IMAP.
+
+* UIDPLUS support has been added for IMAP.
+
+* A Stop button has been added for Message Body searches, enabling
+  cancelling of a running search. This is available in '/Edit/Search
+  Folder...' and '/Edit/Find in current message...'.
+
+* libSM support has been added. This enables communication with the
+  session manager, so that it is known when the session ends, in
+  order to save the caches, and draft any messages currently being
+  composed.
+
+* Support for Address Book Groups has been added to the Compose
+  window's automatic address completion.
+
+* a new hidden option has been added, 'respect_flowed_format'. This
+  follows RFC3676 with regard to a message part with a Content-Type
+  that includes 'format=flowed' and 'delsp=yes'. This will cause some
+  mails to have long lines, but will fix some URLs that would
+  otherwise be wrapped. By default it is turned off.
+
+* Basic key import/export has been added to the PGP plugins. When
+  generating a new key pair you can export the public key to a key
+  server. When selecting the signature part of a message, if the key
+  is not on your keyring, you will be asked if you want to attempt
+  to import it from a keyserver.
+
+* The TrayIcon now displays 'offline' status.
+
+* More window sizes and placements are remembered across sessions.
+
+* tools/fix_date.sh: Switches to replace non RFC-compliant Date:
+  value, and to use strict RFC matching patterns for dates have been
+  added.
+
+* Several optimisations have been made.
+
+* The manual has been updated.
+
+* Updated translations in Brazilian Portuguese, Czech, Dutch, French,
+  German, Italian, Simplified Chinese, Slovak, Spanish, and Swedish 
+
+* Bug fixes:
+       o bug 1035, 'Incorrect handling of flowed lines'
+       o bug 1036, 'Forwarding a mutlipart mail with a "text/html"
+                   block to ms outlook users leeds to freeze of
+                   outlook'
+       o bug 1044, 'sylpheed-claws segfaults while moving mails'
+       o bug 1045, 'sylpheed-claws doesn't remove the mail from the
+                   IMAP Queue folder after sending'
+       o bug 1046, 'jpilot AddressDB.pdb import fail'
+       o bug 1048, 'Spamassassin plugin license problem'
+       o fix broken storage of quote format template when it
+         contains \-escape sequences
+       o fix crash when printing emails with an xface
+       o fix building on BSDs
+       o fix duplicate error messages when sending
+       o do not delete the contacts when deleting address book
+         groups
+       o tools/fix_date.sh: fix date value extraction
 
 For further details of the numbered bugs listed above consult
 http://www.thewildbeast.co.uk/sylpheed-claws/bugzilla/index.cgi
index 795c0f0eee1cd7b371d89377fefeb166b5b0cf06..d89f64a83ab1e7d5a07d29e316f1b0ad363465f9 100644 (file)
@@ -7,11 +7,11 @@ PACKAGE=sylpheed-claws
 
 dnl version number
 MAJOR_VERSION=2
-MINOR_VERSION=5
-MICRO_VERSION=6
+MINOR_VERSION=6
+MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=22
+EXTRA_VERSION=0
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=