mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-04 06:42:20 -05:00
Prepare 4.6.0 release
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2331 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
523c52b5c7
commit
cbec33e726
@ -1,6 +1,6 @@
|
||||
<project name="DavMail" default="dist" basedir=".">
|
||||
<property file="user.properties"/>
|
||||
<property name="version" value="4.5.1"/>
|
||||
<property name="version" value="4.6.0"/>
|
||||
|
||||
<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.5.1</version>
|
||||
<version>4.6.0</version>
|
||||
<name>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway</name>
|
||||
<organization>
|
||||
<name>Mickaël Guessant</name>
|
||||
|
@ -1,3 +1,50 @@
|
||||
** DavMail 4.6.0 released **
|
||||
Bugfix release with many IMAP enhancements over EWS, implement batch move items,
|
||||
also includes a brand new generic OSX package to handle new OSX java behaviour.
|
||||
|
||||
OSX:
|
||||
- OSX: refactor OSX package based on universalJavaApplicationStub
|
||||
- Replace Java application stub with https://github.com/tofi86/universalJavaApplicationStub/blob/master/src/universalJavaApplicationStub
|
||||
|
||||
Doc:
|
||||
- Doc: update OSX setup documentation
|
||||
- Doc: additional Linux instructions for Ubuntu 14
|
||||
- Fix #31 A typo in davmail.properties example
|
||||
|
||||
EWS:
|
||||
- EWS: improve main calendar folder test
|
||||
- EWS: fix batch move
|
||||
- EWS: Adjust paged search for folders
|
||||
- EWS: implement batch move items
|
||||
- EWS: improve folder paged search
|
||||
- Prepare batch move implementation
|
||||
- EWS: force NTLM in direct EWS mode
|
||||
- EWS: implement batch move method
|
||||
- EWS: switch to GetMethod to check endpoint
|
||||
- EWS: take paging into account in appendSubFolders
|
||||
- EWS: fix ErrorExceededFindCountLimit on FindFolder requests
|
||||
- EWS: avoid NullPointerException in fixAttendees
|
||||
|
||||
Linux:
|
||||
- Allow Java 8 and default jre in debian package
|
||||
|
||||
IMAP:
|
||||
- IMAP: fix 587 log and skip broken messages
|
||||
|
||||
Caldav
|
||||
- Caldav: fix #98 Support of Contacts in CardDav REPORT
|
||||
- Fix #35 duplicates in updated reoccurring events
|
||||
|
||||
Enhancements
|
||||
- Fix potential CVE-2014-3566 vulnerability
|
||||
- From audit: remove throws statement
|
||||
- Adjust KerberosHelper logging message
|
||||
- Fix for #534 Kerberos Authentication doesn't seem to be work cross domain
|
||||
|
||||
LDAP:
|
||||
- LDAP: reset icon after search
|
||||
|
||||
|
||||
** DavMail 4.5.1 released **
|
||||
Bugfix release to fix Exchange 2013 regressions and wrong Europe/London timezone mapping.
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
%{?!davmail_uid: %define davmail_uid 213}
|
||||
%{?!davmail_gid: %define davmail_gid 213}
|
||||
|
||||
%{?!davrel: %define davrel 4.5.1}
|
||||
%{?!davsvn: %define davsvn 2303}
|
||||
%{?!davrel: %define davrel 4.6.0}
|
||||
%{?!davsvn: %define davsvn 2331}
|
||||
%define davver %{davrel}-%{davsvn}
|
||||
%ifarch i386 i586 i686
|
||||
%define davarch x86
|
||||
|
@ -15,7 +15,7 @@
|
||||
for improvement. The following section lists the expected new features
|
||||
and enhancements in next DavMail versions.
|
||||
</p>
|
||||
<subsection name="4.5">
|
||||
<subsection name="4.7">
|
||||
<p>
|
||||
<strong>Next minor release</strong>
|
||||
</p>
|
||||
@ -31,6 +31,7 @@
|
||||
<strong>Future version</strong>
|
||||
</p>
|
||||
<ul>
|
||||
<li>Improve EWS Caldav implementation</li>
|
||||
<li>Implement Caldav attachments</li>
|
||||
<li>Implement ActiveSync backend</li>
|
||||
<li>Implement EWS frontend for Exchange 2003 backend and Outlook 2011</li>
|
||||
|
Loading…
Reference in New Issue
Block a user