Prepare 3.8.2 release

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1385 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-08-25 11:47:44 +00:00
parent 39cb0798ed
commit 7eb4d0c0c5
4 changed files with 48 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<project name="DavMail" default="dist" basedir=".">
<property file="user.properties"/>
<property name="version" value="3.8.1"/>
<property name="version" value="3.8.2"/>
<path id="classpath">
<pathelement location="classes"/>

View File

@ -5,7 +5,7 @@
<groupId>davmail</groupId>
<artifactId>davmail</artifactId>
<packaging>jar</packaging>
<version>3.8.1</version>
<version>3.8.2</version>
<name>DavMail POP/IMAP/SMTP/Caldav/LDAP Exchange Gateway</name>
<organization>
<name>Mickaël Guessant</name>

View File

@ -1,11 +1,12 @@
Release guide :
- update releasenotes.txt from svn log
- change version in build.xml and pom.xml, commit
- update staging (clean checkout) directory
- 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
- upload releasenotes.txt to sourceforge
- create news message at https://sourceforge.net/news/admin/?group_id=184600
- create tag in subversion
- upload version.txt

View File

@ -1,3 +1,47 @@
** DavMail 3.8.2 released **
Bugfix release with improved Exchange 2010 IMAP support, CardDav fixes and
improved error handling
Enhancements:
- Disable SWT on Java 7
- Update debian package description and categories
- fix 2995990: Add support for already authenticated users
- Fix missing hide password in log over IMAP
- More session creation enhancements, fix public folder test when /public is 403
- Refactor email and alias retrieval: always use options page with Exchange 2007
- Improve socket closed error handling
- Try default form url on authentication form not found
- Add Java Service Wrapper contribution from Dustin Hawkins
Caldav:
- Caldav: move delete broken event logic to DavExchangeSession
- Caldav: delete broken events when davmail.deleteBroken is true
- Caldav: improve event logging, include subject
IMAP:
- IMAP: handle 507 InsufficientStorage error
- IMAP: fix regression in NOT DELETED filter
Documentation:
- Doc: Update OSX directory setup documentation
DAV:
- DAV: Encode apos in urlcompname used in DAV search request
EWS:
- EWS: fix single message in folder with Exchange 2010 bug
- EWS: implement loadVTimezone for Exchange 2010
SMTP:
- SMTP: fix regression on bcc handling
- SMTP: convert Resent- headers, see 3019708
LDAP:
- LDAP: avoid galLookup in iCal searches
Carddav:
- Carddav: Fix email update over EWS
** DavMail 3.8.1 released **
Includes a full refactoring of Vcalendar content handling, much progress on
Exchange Web Services support, LDAP optimizations and many other bufixes.