mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-04 14:52:24 -05:00
Prepare 4.2.1 release
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2089 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
a7c5a52966
commit
6a75d051eb
@ -1,6 +1,6 @@
|
||||
<project name="DavMail" default="dist" basedir=".">
|
||||
<property file="user.properties"/>
|
||||
<property name="version" value="4.2.0"/>
|
||||
<property name="version" value="4.2.1"/>
|
||||
|
||||
<path id="classpath">
|
||||
<pathelement location="classes"/>
|
||||
|
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
||||
<groupId>davmail</groupId>
|
||||
<artifactId>davmail</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>4.2.0</version>
|
||||
<version>4.2.1</version>
|
||||
<name>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway</name>
|
||||
<organization>
|
||||
<name>Mickaël Guessant</name>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user