mirror of
https://github.com/moparisthebest/davmail
synced 2025-03-04 19:29:46 -05:00
Prepare 4.4.1 release
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2225 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
f0e5056e79
commit
328ad805a8
@ -1,6 +1,6 @@
|
|||||||
<project name="DavMail" default="dist" basedir=".">
|
<project name="DavMail" default="dist" basedir=".">
|
||||||
<property file="user.properties"/>
|
<property file="user.properties"/>
|
||||||
<property name="version" value="4.4.0"/>
|
<property name="version" value="4.4.1"/>
|
||||||
|
|
||||||
<path id="classpath">
|
<path id="classpath">
|
||||||
<pathelement location="classes"/>
|
<pathelement location="classes"/>
|
||||||
|
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
|||||||
<groupId>davmail</groupId>
|
<groupId>davmail</groupId>
|
||||||
<artifactId>davmail</artifactId>
|
<artifactId>davmail</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>4.4.0</version>
|
<version>4.4.1</version>
|
||||||
<name>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway</name>
|
<name>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway</name>
|
||||||
<organization>
|
<organization>
|
||||||
<name>Mickaël Guessant</name>
|
<name>Mickaël Guessant</name>
|
||||||
|
@ -1,3 +1,36 @@
|
|||||||
|
** DavMail 4.4.1 released **
|
||||||
|
Includes mostly EWS support enhancements, Sogo carddav issue workaround, new
|
||||||
|
IMAP uid based paging implementation to handle concurrent folder changes
|
||||||
|
and a few other bug fixes.
|
||||||
|
|
||||||
|
Documentation:
|
||||||
|
- Doc: update donation link to let user choose currency
|
||||||
|
- Doc: Update iCal Caldav setup for OSX Mavericks
|
||||||
|
- Doc: update server setup documentation, use noinstall package on Windows
|
||||||
|
- Doc: Update news url in release guide
|
||||||
|
|
||||||
|
EWS:
|
||||||
|
- EWS: workaround for user reported issue, less strict filter in isItemId
|
||||||
|
- EWS: Override authentication mode test: EWS is never form based
|
||||||
|
- EWS: new paging implementation based on imap uid sort to avoid issues on concurrent changes on searched folder
|
||||||
|
- EWS: in direct EWS mode, try to use ResolveNames to get current user email address
|
||||||
|
- EWS: Another try for checkEndPointUrl, head on /ews/exchange.asmx and follow redirects to wsdl
|
||||||
|
- EWS: improve ItemId vs user provided item name detection
|
||||||
|
|
||||||
|
Enhancements
|
||||||
|
- From coverity: avoid null dereference when no network interface is available
|
||||||
|
- From coverity: set encoding on byte array to String conversion
|
||||||
|
- From coverity: fix resource leak
|
||||||
|
- Update svnant libraries
|
||||||
|
- Fix reauthentication issue: separate domain from username in credentials
|
||||||
|
- Fix NullPointerException in thread "Shutdown" - tray disposal - server mode
|
||||||
|
- Fix authentication failure after session expiration
|
||||||
|
|
||||||
|
Caldav:
|
||||||
|
- Caldav: Fix 555 another broken Israeli timezone
|
||||||
|
- Caldav: ignore invalid BEGIN line inside object (Sogo Carddav issue)
|
||||||
|
|
||||||
|
|
||||||
** DavMail 4.4.0 released **
|
** DavMail 4.4.0 released **
|
||||||
Added folder size limit setting to let users avoid IMAP timeouts and reduce memory footprint.
|
Added folder size limit setting to let users avoid IMAP timeouts and reduce memory footprint.
|
||||||
Also contains many documentation updates, including updated OSX instructions for Mavericks and
|
Also contains many documentation updates, including updated OSX instructions for Mavericks and
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%{?!davmail_uid: %define davmail_uid 213}
|
%{?!davmail_uid: %define davmail_uid 213}
|
||||||
%{?!davmail_gid: %define davmail_gid 213}
|
%{?!davmail_gid: %define davmail_gid 213}
|
||||||
|
|
||||||
%{?!davrel: %define davrel 4.4.0}
|
%{?!davrel: %define davrel 4.4.1}
|
||||||
%{?!davsvn: %define davsvn 2198}
|
%{?!davsvn: %define davsvn 2225}
|
||||||
%define davver %{davrel}-%{davsvn}
|
%define davver %{davrel}-%{davsvn}
|
||||||
%ifarch i386 i586 i686
|
%ifarch i386 i586 i686
|
||||||
%define davarch x86
|
%define davarch x86
|
||||||
|
Loading…
x
Reference in New Issue
Block a user