3.8.1 unleashed
This commit is contained in:
parent
bd141cf9eb
commit
5c5978a4d8
5 changed files with 112 additions and 77 deletions
|
@ -1,3 +1,9 @@
|
|||
2012-06-27 [paul] 3.8.1
|
||||
* NEWS
|
||||
* README
|
||||
* RELEASE_NOTES
|
||||
3.8.1 unleashed!
|
||||
|
||||
2012-06-27 [paul] 3.8.0cvs58
|
||||
|
||||
* configure.ac
|
||||
|
|
57
NEWS
57
NEWS
|
@ -1,5 +1,62 @@
|
|||
Changes of the Claws Mail GTK2 branch
|
||||
|
||||
* 3.8.1
|
||||
-------
|
||||
|
||||
* Replied and Forwarded message status flags are now non-exclusive.
|
||||
Introduced a new message state (and relevant icon in message list)
|
||||
where both the Replied and Forwarded flags are set
|
||||
|
||||
* 'Send to...' has been added to the context menu of a message's
|
||||
parts. This causes a new Compose window to open with the selected
|
||||
mime part attached.
|
||||
|
||||
* 'Hide' and 'View Log' buttons have been added to the Send and
|
||||
Receive dialogues. The former will hide the dialogue, the latter
|
||||
will open the Network Log dialogue.
|
||||
|
||||
* A short symbol has been added the QuickSearch Extended mode: 'ha',
|
||||
an abbreviated form of 'has_attachment'.
|
||||
|
||||
* Basic session statistics are now available, from the Statistics
|
||||
tab in About dialog and the command-line.
|
||||
|
||||
* The display of attached patches, (text/x-patch or text/x-diff), is
|
||||
now colourised. The colours are controlled by 3 new hidden
|
||||
preferences: diff_added_color, diff_deleted_color, and
|
||||
diff_hunk_color.
|
||||
|
||||
* Updated translations: Brazilian Portuguese, Czech, German, French, Hungarian,
|
||||
Indonesian, Lithuanian, Simplified Chinese, Slovak, Spanish, Swedish,
|
||||
Traditional Chinese.
|
||||
|
||||
* Bug fixes:
|
||||
o bug 1090, 'Standard-folders appear again after rescanning tree'
|
||||
o bug 1924, 'Messages marked move to Trash appear identical to
|
||||
messages marked move to $FOLDER'
|
||||
o bug 2598, 'Actions can move locked messages'
|
||||
o bug 2501, 'opened message blanks when moved to other folder'
|
||||
o bug 2574, 'Statement might be overflowing a buffer in strncat'
|
||||
o bug 2577, 'Focus rectangle on folder list and message
|
||||
list headings doesn't get properly cleared when switching
|
||||
heading and horizontally scrolling list (underlines and
|
||||
vertical lines remain on screen)'
|
||||
o bug 2582, 'Expanded mimeview drag n drop no longer works'
|
||||
o bug 2595, 'Change expand behavior for message list / message view'
|
||||
o bug 2620, 'shift+tab from subject field not working'
|
||||
o bug 2624, 'dialog "Action Configuration" cannot be closed'
|
||||
o bug 2646, 'Compile fails with gnutls-3.0.18'
|
||||
o bug 2659, 'E-mail attachments are handled inconsistently'
|
||||
o bug 2662, '"ag" quicksearch adds "1" to value'
|
||||
o Fix bug in search criteria when doing a complete directory
|
||||
search using '*'
|
||||
o Fix GTK+2.16 build (w32)
|
||||
o Fix sensitivity of toolbar's get_btn (retrieve mail from current
|
||||
account) and of mainwindows's relevant entry when current account
|
||||
is not able to retrieve (SMTP-only).
|
||||
o don't do TLS if not requested by user. fixes connecting to servers
|
||||
which, for example, want SSL 3 only
|
||||
|
||||
* 3.8.0
|
||||
-------
|
||||
|
||||
|
|
1
README
1
README
|
@ -691,6 +691,7 @@ http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi
|
|||
|
||||
GTK 2 Version
|
||||
-------------
|
||||
2012-06-27 3.8.1
|
||||
2011-12-16 3.8.0
|
||||
2011-08-27 3.7.10
|
||||
2011-04-09 3.7.9
|
||||
|
|
121
RELEASE_NOTES
121
RELEASE_NOTES
|
@ -1,4 +1,4 @@
|
|||
16th December 2011 Claws Mail 3.8.0
|
||||
27th June 2012 Claws Mail 3.8.1
|
||||
|
||||
CLAWS MAIL RELEASE NOTES
|
||||
http://www.claws-mail.org
|
||||
|
@ -9,88 +9,59 @@ email client.
|
|||
New in this release:
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* GnuTLS 2.2 is now a minimum requirement if encrypted connections to
|
||||
servers are required.
|
||||
* Replied and Forwarded message status flags are now non-exclusive.
|
||||
Introduced a new message state (and relevant icon in message list)
|
||||
where both the Replied and Forwarded flags are set
|
||||
|
||||
* The list displays have been updated to use newer GTK+ functions,
|
||||
this means that the expanders look different and the optional dotted
|
||||
lines have been dropped.
|
||||
* 'Send to...' has been added to the context menu of a message's
|
||||
parts. This causes a new Compose window to open with the selected
|
||||
mime part attached.
|
||||
|
||||
* A hidden option, 'summary_from_show', which controls the display in
|
||||
the From column of the Message List: 0 (default): show name,
|
||||
1: show address, 2: show name + address
|
||||
|
||||
* The image viewer now uses the EXIF Orientation.
|
||||
|
||||
* 'Generate X-Mailer header' has been added as an Account option.
|
||||
* 'Hide' and 'View Log' buttons have been added to the Send and
|
||||
Receive dialogues. The former will hide the dialogue, the latter
|
||||
will open the Network Log dialogue.
|
||||
|
||||
* /View/Message scroll has been added, allowing keyboard shortcuts to
|
||||
be added and used for message scrolling.
|
||||
* A short symbol has been added the QuickSearch Extended mode: 'ha',
|
||||
an abbreviated form of 'has_attachment'.
|
||||
|
||||
* Home and End keys now function in the Message View.
|
||||
* Basic session statistics are now available, from the Statistics
|
||||
tab in About dialog and the command-line.
|
||||
|
||||
* /Message/Print has been added to the Compose window.
|
||||
* The display of attached patches, (text/x-patch or text/x-diff), is
|
||||
now colourised. The colours are controlled by 3 new hidden
|
||||
preferences: diff_added_color, diff_deleted_color, and
|
||||
diff_hunk_color.
|
||||
|
||||
* Updated manuals
|
||||
|
||||
* Update man page
|
||||
|
||||
* Updated translations: Brazilian Portuguese, Czech, French,
|
||||
Hungarian, Indonesian, Russian, Slovak, Spanish, Ukrainian.
|
||||
* Updated translations: Brazilian Portuguese, Czech, German, French, Hungarian,
|
||||
Indonesian, Lithuanian, Simplified Chinese, Slovak, Spanish, Swedish,
|
||||
Traditional Chinese.
|
||||
|
||||
* Bug fixes:
|
||||
o bug 1489, 'Filter action mark_as_read inoperative
|
||||
following move action
|
||||
o bug 1563, 'Folder view: show complete threads if they
|
||||
contain unread messages'
|
||||
o bug 1870, 'arrow scrolling in filters'
|
||||
o bug 2116, 'Rip spaces off server names in account
|
||||
configuration'
|
||||
o bug 2127, 'SSL cert check uses canonical name instead of
|
||||
specified name'
|
||||
o bug 2177, 'addrbook/addrbook-00000?.xml is not deleted
|
||||
after removing the address book in the GUI'
|
||||
o bug 2303, 'Next unread message enables message view'
|
||||
o bug 2310, 'Crash when hitting Ctrl+R to reply to a
|
||||
particular mail'
|
||||
o bug 2377, 'Show All Headers - make change persistent
|
||||
between sessions'
|
||||
o bug 2402, 'GnuTLS change breaks socket communication'
|
||||
o bug 2404, 'matcherrc updates upon account renaming'
|
||||
o bug 2406, 'some part of accountrc not updated upon account
|
||||
rename'
|
||||
o bug 2408, 'Some UI elements are not persistent between
|
||||
sessions'
|
||||
o bug 2422, 'Toggle Message View w/ V crashes Claws'
|
||||
o bug 2479, 'LDIF address book import matches tags case
|
||||
sensitive'
|
||||
o bug 2481, 'do not scroll "from" dropdown list and sender
|
||||
address'
|
||||
o bug 2493, 'Subscription pull down should be alphabetized'
|
||||
o bug 2502, 'gnutls_transport_set_lowat removed in gnutls
|
||||
3.0.3'
|
||||
o bug 2505, 'tagsdb becomes polluted with old folder entries'
|
||||
o bug 2509, 'manually added headers are lost unless mail is
|
||||
sent inmediately'
|
||||
o bug 2520, 'Please remove verbose "No further processing
|
||||
after rule %s" message.'
|
||||
o bug 2525, 'Address completion window does not get keyboard
|
||||
focus'
|
||||
o bug 2526, 'When reading message in separate window, n and p
|
||||
keys do not work'
|
||||
o bug 2529, 'crash in mimeview_start_drag after deleting
|
||||
message'
|
||||
o bug 2543, 'filter actions in actionsrc not updated upon
|
||||
account renaming'
|
||||
o bug 2560, 'crash when unsubscribing newsgroup and having
|
||||
active search field'
|
||||
o Fix focus problem on Gnome shell
|
||||
o Fix flicker on recursive quicksearch
|
||||
o Fix huge slowness induced by spellcheck "while typing"
|
||||
during initial quote rewraps.
|
||||
o Fix build with GLib 2.31.
|
||||
o Fix crasher when spellchecking is not enabled
|
||||
o Fix compose window size saving/restoring
|
||||
o bug 1090, 'Standard-folders appear again after rescanning tree'
|
||||
o bug 1924, 'Messages marked move to Trash appear identical to
|
||||
messages marked move to $FOLDER'
|
||||
o bug 2598, 'Actions can move locked messages'
|
||||
o bug 2501, 'opened message blanks when moved to other folder'
|
||||
o bug 2574, 'Statement might be overflowing a buffer in strncat'
|
||||
o bug 2577, 'Focus rectangle on folder list and message
|
||||
list headings doesn't get properly cleared when switching
|
||||
heading and horizontally scrolling list (underlines and
|
||||
vertical lines remain on screen)'
|
||||
o bug 2582, 'Expanded mimeview drag n drop no longer works'
|
||||
o bug 2595, 'Change expand behavior for message list / message view'
|
||||
o bug 2620, 'shift+tab from subject field not working'
|
||||
o bug 2624, 'dialog "Action Configuration" cannot be closed'
|
||||
o bug 2646, 'Compile fails with gnutls-3.0.18'
|
||||
o bug 2659, 'E-mail attachments are handled inconsistently'
|
||||
o bug 2662, '"ag" quicksearch adds "1" to value'
|
||||
o Fix bug in search criteria when doing a complete directory
|
||||
search using '*'
|
||||
o Fix GTK+2.16 build (w32)
|
||||
o Fix sensitivity of toolbar's get_btn (retrieve mail from current
|
||||
account) and of mainwindows's relevant entry when current account
|
||||
is not able to retrieve (SMTP-only).
|
||||
o don't do TLS if not requested by user. fixes connecting to servers
|
||||
which, for example, want SSL 3 only
|
||||
|
||||
For further details of the numbered bugs listed above consult
|
||||
http://www.thewildbeast.co.uk/claws-mail/bugzilla/
|
||||
|
|
|
@ -9,10 +9,10 @@ PACKAGE=claws-mail
|
|||
dnl version number
|
||||
MAJOR_VERSION=3
|
||||
MINOR_VERSION=8
|
||||
MICRO_VERSION=0
|
||||
MICRO_VERSION=1
|
||||
INTERFACE_AGE=0
|
||||
BINARY_AGE=0
|
||||
EXTRA_VERSION=58
|
||||
EXTRA_VERSION=0
|
||||
EXTRA_RELEASE=
|
||||
EXTRA_GTK2_VERSION=
|
||||
|
||||
|
|
Loading…
Reference in a new issue