From 6a75d051eb0aa044751e14db3d6e72df20af46d2 Mon Sep 17 00:00:00 2001 From: mguessan Date: Thu, 11 Apr 2013 22:18:46 +0000 Subject: [PATCH] Prepare 4.2.1 release git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2089 3d1905a2-6b24-0410-a738-b14d5a86fcbd --- build.xml | 2 +- pom.xml | 2 +- releasenotes.txt | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index c5ff92b4..5fec007e 100644 --- a/build.xml +++ b/build.xml @@ -1,6 +1,6 @@ - + diff --git a/pom.xml b/pom.xml index dfd82a21..c1afd583 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ davmail davmail jar - 4.2.0 + 4.2.1 DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway Mickaël Guessant diff --git a/releasenotes.txt b/releasenotes.txt index 5a44f2d8..f436bdb6 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,3 +1,44 @@ +** DavMail 4.2.1 released ** +Improved Kerberos support and a few bug fixes reported on tracker. + +Kerberos: +- Add enable Kerberos checkbox to DavMail GUI +- Kerberos read KRB5CCNAME environment variable to set ticket cache path +- Kerberos implement graphical callback on missing token +- Kerberos: Renew almost expired tickets and detect expired TGT in cache => try to relogin +- Kerberos: Handle client context timeout, try to recreate context +- Improve KerberosHelper implementation, prepare credential delegation support + +Enhancements: +- Try to fix 3606267: New debian dependency with wrong package name +- Fix 3602588, allow oracle-java7-jre +- Fix regression: disable console appender in gui mode +- Use NewIbmX509 on IBM JDK instead of NewSunX509 SSL algorithm implementation +- Fix 3602351, detect missing item + +EWS: +- EWS: do not catch socket exception in executeMethod +- EWS: workaround for Nokia N9 Caldav implementation bug + +DAV: +- DAV: throw error on broken connection + +SMTP: +- SMTP: do not allow send as another user on Exchange 2003 + +IMAP: +- IMAP: exclude Mutt header request from size optimization +- IMAP: change kerberos login error message +- IMAP send error on authentication failed + +Documentation: +- Doc: Additional Kerberos documentation +- Initial Kerberos documentation + +Caldav: +- Caldav: do not send 401 on authentication error in Kerberos mode + + ** DavMail 4.2.0 released ** Contains some enhancements on iOS 6 support, Debian package encoding issue fix and partial Kerberos support (workstation mode) to provide transparent Exchange