Doc: Update release notes and guide

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@933 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-02-01 22:50:32 +00:00
parent ae7b30cf2a
commit 6c1fd3f958
2 changed files with 43 additions and 2 deletions

View File

@ -1,8 +1,8 @@
Release guide :
- change version in build.xml and pom.xml, commit
- update staging (clean checkout) directory
- launch ant, check generated packages
- upload packages: ant upload-dist
- launch ant release, check generated packages
- upload packages: ant upload-release
- generate site: mvn site
- upload site: ant upload-site
- create releasenotes.txt, upload to sourceforge, attach to files

View File

@ -1,3 +1,44 @@
** DavMail 3.6.3 released **
Another bugfix release, mostly documentation updates, some regressions
in 3.6.2 in error handling fixed, a new IMAP workaround to completely
hide the uid change issue, emacs IMAP support and new UI settings for
previously hidden parameters.
Bug fix:
- Fix logging settings handling in webapp mode
Enhancements:
- Improve error handling: detect SocketException to avoid client socket closed errors
- Implement file based (PKCS12 and JKS) client certificates in addition to smartcard support
Documentation:
- Doc: update roadmap
- Doc: remove replace token and search page
- Doc: added Gellule as Java Contributor
- Doc: add a security section in the FAQ
- Doc: update FAQ with Exchange prerequisites details
- Document client keystore file settings
IMAP:
- IMAP: brand new IMAP uid workaround and refresh folder on Expunge from Gellule
- IMAP: implement LIST "" "*%" for emacs
- IMAP: another fix for the message uid bump issue
- IMAP: fix 2934922, implement (NOT DELETED) in search filter
- IMAP: extend thunderbird changed uid workaround to all contexts
GUI:
- Add new setting davmail.defaultDomain to set default windows domain
- Prepare new advanced options
Caldav:
- Caldav: add davmail.forceActiveSyncUpdate option to the settings frame
- Caldav: add davmail.caldavAlarmSound option to the settings frame (used to force conversion of Caldav alarms to AUDIO supported by iCal)
- Caldav: fix 2884864, send notifications to all participants on CANCEL
- Caldav: Fix invalid event handling, exclude events from returned list
SMTP:
- SMTP: implement RSET (reset) command to avoid connection timeout with Evolution
** DavMail 3.6.2 released **
New bugfix release, with improved OSX tray icon, Kontact
support, a new workaround for thunderbird IMAP no message error,