From 328ad805a813c17f0e4d4adc983c5576d7357fa1 Mon Sep 17 00:00:00 2001 From: mguessan Date: Thu, 30 Jan 2014 23:01:20 +0000 Subject: [PATCH] Prepare 4.4.1 release git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2225 3d1905a2-6b24-0410-a738-b14d5a86fcbd --- build.xml | 2 +- pom.xml | 2 +- releasenotes.txt | 33 +++++++++++++++++++++++++++++ src/contribs/rpm/SPECS/davmail.spec | 4 ++-- 4 files changed, 37 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index dc4cfad8..44ecd76f 100644 --- a/build.xml +++ b/build.xml @@ -1,6 +1,6 @@ - + diff --git a/pom.xml b/pom.xml index 985bd647..c5cca29b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ davmail davmail jar - 4.4.0 + 4.4.1 DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway Mickaël Guessant diff --git a/releasenotes.txt b/releasenotes.txt index 902e7e44..97aa7392 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -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 ** 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 diff --git a/src/contribs/rpm/SPECS/davmail.spec b/src/contribs/rpm/SPECS/davmail.spec index 1427b3b2..a341ceb1 100644 --- a/src/contribs/rpm/SPECS/davmail.spec +++ b/src/contribs/rpm/SPECS/davmail.spec @@ -2,8 +2,8 @@ %{?!davmail_uid: %define davmail_uid 213} %{?!davmail_gid: %define davmail_gid 213} -%{?!davrel: %define davrel 4.4.0} -%{?!davsvn: %define davsvn 2198} +%{?!davrel: %define davrel 4.4.1} +%{?!davsvn: %define davsvn 2225} %define davver %{davrel}-%{davsvn} %ifarch i386 i586 i686 %define davarch x86