3.1.0 unleashed rel_3_1_0
authorPaul Mangan <paul@claws-mail.org>
Mon, 19 Nov 2007 11:20:23 +0000 (11:20 +0000)
committerPaul Mangan <paul@claws-mail.org>
Mon, 19 Nov 2007 11:20:23 +0000 (11:20 +0000)
ChangeLog
NEWS
README
RELEASE_NOTES
configure.ac

index 0fa8a9f9bb06fc6f2484972033418ca87194793e..140a9b8faeae58447d902caa4db942874d2c2b35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-11-19 [paul]      3.1.0
+
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.1.0 released
+
 2007-11-19 [paul]      3.0.2cvs145
 
        * po/de.po
 2007-11-19 [paul]      3.0.2cvs145
 
        * po/de.po
diff --git a/NEWS b/NEWS
index 50f79b26754118af282938e4348d7bf44f42f327..a6b611780a988a14a84e0535b50d4951a15680d5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,74 @@
 Changes of the  Claws Mail GTK2 branch
 
 Changes of the  Claws Mail GTK2 branch
 
+* 3.1.0
+-------
+
+Non-blocking NNTP has been implemented. NNTP support is now provided
+       by and depends upon libetpan
+
+GnuTLS support has been implemented as an alternative to OpenSSL.
+       [./configure --enable-gnutls]
+
+A run-time alternative configuration directory switch has been added,
+       [claws-mail --alternate-config-dir DIR]
+
+Tags: Added tag alphabetical sorting and unified the dialogues.
+
+Edit accounts dialogue: The 'default account' (D) column has been
+       removed, instead the default account is indicated by use of
+       bold text.
+
+Templates: Added ability to attach files using |attach{filename}.
+    Templates options are now presented in a tabbed layout.
+
+Address Book: Added duplicate finder, '/Tools/Find duplicates'.
+    It is now possible to set an image for each contact. Pictures 
+       from a contact's Face or X-Face will be automatically set
+       when available. The contact's image will be automatically
+       displayed in the message view or header pane if the message
+       has no Face or X-Face header.
+
+'/View/Character encoding' submenus are now grouped together
+
+GTK+ built-in print support is now used if GTK+ >= 2.10 is available.
+       libgnomeprint will never be used if GTK+ >= 2.10 is available.
+
+Reinstated 'Generate Message-ID' option as an Account preference. It
+       is hidden on IMAP accounts, because Message-IDs are needed on
+       servers that don't implement the UIDPLUS extension.
+
+Toolbar preferences: Improved dialogue.
+
+Compose window: the number of attachments is now shown in the tab's
+       title.
+
+Attachments: When opening attachments with 'Open' or 'Open with...'
+       the temporary files are now saved as read-only. A hidden
+       preference has been added, 'save_parts_readwrite', which
+       permits the previous behaviour.
+
+IMAP: Added a button on the Folder Properties General page to allow
+       users to discard local caches.
+    Added much better error handling.
+    Fetching of cached mails has been heavily optimised.
+
+LDAP: Added read-only support for jpegPhoto LDAP field
+
+Bcc in commandline URIs has been added.
+
+Dillo browser plugin: Address book based whitelisting for loading
+       remote images has been added.
+
+SpamAssassin plugin: Address book based whitelisting has been added.
+
+MAEMO: Maemo 4.0 (Chinook) build enabled.
+
+MAEMO: Removed some useless tooltips.
+
+tools/csv2addressbook.pl
+       a new script that imports a CSV formatted address book. Becky
+       and Thunderbird address book are currently supported.
+
 * 3.0.2
 -------
 
 * 3.0.2
 -------
 
diff --git a/README b/README
index ecb1a0454898fa0e77286ea214f58094b6c47536..4c31804940ba703fed5e8f28ceeca04ce4114ba9 100644 (file)
--- a/README
+++ b/README
@@ -715,6 +715,7 @@ http://sourceforge.net/tracker/?group_id=25528&atid=384601
 
 GTK 2 Version
 -------------
 
 GTK 2 Version
 -------------
+2007-11-19     3.1.0
 2007-10-02     3.0.2
 2007-09-17     3.0.1
 2007-09-03     3.0.0
 2007-10-02     3.0.2
 2007-09-17     3.0.1
 2007-09-03     3.0.0
index 1d1f7c8575eb024c61bc3cb0a3014a1544cf93e2..a83cf4549ed92a6c16c6cb8363022c180c4ddd9c 100644 (file)
@@ -1,4 +1,4 @@
-2nd October 2007                                     Claws Mail 3.0.2
+19th November 2007                                   Claws Mail 3.1.0
 
                    CLAWS MAIL  RELEASE NOTES
                     http://www.claws-mail.org
 
                    CLAWS MAIL  RELEASE NOTES
                     http://www.claws-mail.org
@@ -9,20 +9,114 @@ email client.
 New in this release:
 ~~~~~~~~~~~~~~~~~~~~
 
 New in this release:
 ~~~~~~~~~~~~~~~~~~~~
 
+Non-blocking NNTP has been implemented. NNTP support is now provided
+       by and depends upon libetpan
+
+GnuTLS support has been implemented as an alternative to OpenSSL.
+       [./configure --enable-gnutls]
+
+A run-time alternative configuration directory switch has been added,
+       [claws-mail --alternate-config-dir DIR]
+
+Tags: Added tag alphabetical sorting and unified the dialogues.
+
+Edit accounts dialogue: The 'default account' (D) column has been
+       removed, instead the default account is indicated by use of
+       bold text.
+
+Templates: Added ability to attach files using |attach{filename}.
+    Templates options are now presented in a tabbed layout.
+
+Address Book: Added duplicate finder, '/Tools/Find duplicates'.
+    It is now possible to set an image for each contact. Pictures 
+       from a contact's Face or X-Face will be automatically set
+       when available. The contact's image will be automatically
+       displayed in the message view or header pane if the message
+       has no Face or X-Face header.
+
+'/View/Character encoding' submenus are now grouped together
+
+GTK+ built-in print support is now used if GTK+ >= 2.10 is available.
+       libgnomeprint will never be used if GTK+ >= 2.10 is available.
+
+Reinstated 'Generate Message-ID' option as an Account preference. It
+       is hidden on IMAP accounts, because Message-IDs are needed on
+       servers that don't implement the UIDPLUS extension.
+
+Toolbar preferences: Improved dialogue.
+
+Compose window: the number of attachments is now shown in the tab's
+       title.
+
+Attachments: When opening attachments with 'Open' or 'Open with...'
+       the temporary files are now saved as read-only. A hidden
+       preference has been added, 'save_parts_readwrite', which
+       permits the previous behaviour.
+
+IMAP: Added a button on the Folder Properties General page to allow
+       users to discard local caches.
+    Added much better error handling.
+    Fetching of cached mails has been heavily optimised.
+
+LDAP: Added read-only support for jpegPhoto LDAP field
+
+Bcc in commandline URIs has been added.
+
+Dillo browser plugin: Address book based whitelisting for loading
+       remote images has been added.
+
+SpamAssassin plugin: Address book based whitelisting has been added.
+
+MAEMO: Maemo 4.0 (Chinook) build enabled.
+
+MAEMO: Removed some useless tooltips.
+
+tools/csv2addressbook.pl
+       a new script that imports a CSV formatted address book. Becky
+       and Thunderbird address book are currently supported.
+
+Updated translations: Brazilian Portuguese, Finnish, French, German,
+       Hungarian, Italian, Polish, Simplified Chinese, and Slovak
+       
+
 * Bug fixes:
 * Bug fixes:
-       o bug 1320, 'Memory leak caused by gtk_container_get_children'
-       o bug 1321, 'access before allocation when scanning for uris'
-       o bug 1324, 'Corrupted IMAP cache'
-       o bug 1327, 'segfault when replying to a non-existent news
-                    message'
-       o bug 1329, 'error in quicksearch.c'
-       o bug 1334, 'user defined mail incorporation script not run'
-       o bug 1336, 'Segfault if empty space before search-string'
-       o bug 1337, 'Crash on removing uncached emails'
-       o Prevent unquoted mime boundaries, by always using a /
-       o Remove unnecessary error when cancelling export to mbox.
-       o MAEMO: make all Folder Properties pages visible
-       o MAEMO: fix overlapping buttons in Edit Accounts page
+       o bug 1340, 'Case insensitive searches with non-ascii
+                    alphabets fail'.
+       o bug 1343, 'Filtering..'s close button silently discards new
+                    filter'
+       o bug 1347, '-Wno-unused-function, optional'
+       o bug 1349, (MAEMO) 'Emails still skip to end when opened (in 
+                    certain circumstances)...'
+       o bug 1375, 'Impossible to modify e-mail in LDAP addressbook 
+                    twice'
+       o bug 1376, 'crash on addressbook manipulation'
+       o bug 1377, 'unspecific errors on signature checking'
+       * bug 1387, 'Request for --compose to support multiple
+                    attachments'
+       o bug 1389, 'Changing 'Display headers in message view'
+                    breaks dispheaderrc'
+       * bug 1390, 'NNTP fails after server closed connection'
+       o debian bug 448814, 'mailto: URI decoding doesn't decode the 
+                             destination address field'
+       o debian bug 450698, 'nntp auth behavior changed without
+                             notice'
+       o IMAP: Fix message deletion (EXPUNGE)
+       o IMAP: Better IMAP-UTF7/UTF8 conversion
+       o gtkut_stock_with_text_button_set_create(): set
+         GTK_CAN_DEFAULT on buttons 2 and 3.
+       o Fixed gtk critical warning in addressbook selector.
+       o Don't set new flag back when doing "Mark as unread" from
+         filtering.
+       o Fixed resetting the quicksearch when in non-sticky mode,
+         but Recursive is set: reset only when going out of the root
+         search folder.
+       o Prevent empty Tag after edit.
+       o GPG plugins: Fixed a bug which prevented the encryption key
+         auto-selection when two or more matched the email address
+         but only one isn't revoked or expired.
+       o MAEMO: fix failure of loading images inline
+       o MAEMO: Put the whole Templates dialogue in a scrolled
+         window so that it is accessible.
 
 For further details of the numbered bugs listed above consult
 http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi
 
 For further details of the numbered bugs listed above consult
 http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi
index f0d9a0067b2636bd1e9b552e20de9875217459b3..d5ffc6f8f474b02d60b045e816c7ff7bbca24f10 100644 (file)
@@ -7,11 +7,11 @@ PACKAGE=claws-mail
 
 dnl version number
 MAJOR_VERSION=3
 
 dnl version number
 MAJOR_VERSION=3
-MINOR_VERSION=0
-MICRO_VERSION=2
+MINOR_VERSION=1
+MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=145
+EXTRA_VERSION=0
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=