From 6c1fd3f958d834a76277d89c5f05689e4f80719f Mon Sep 17 00:00:00 2001 From: mguessan Date: Mon, 1 Feb 2010 22:50:32 +0000 Subject: [PATCH] Doc: Update release notes and guide git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@933 3d1905a2-6b24-0410-a738-b14d5a86fcbd --- releaseguide.txt | 4 ++-- releasenotes.txt | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/releaseguide.txt b/releaseguide.txt index 74e11b7b..5805fa56 100644 --- a/releaseguide.txt +++ b/releaseguide.txt @@ -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 diff --git a/releasenotes.txt b/releasenotes.txt index 36be7ca2..c1d8e869 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -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,