Prepare 4.3.1 release

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2134 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2013-06-05 21:36:26 +00:00
parent 44305ad403
commit ac97a819af
4 changed files with 23 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,22 @@
** DavMail 4.3.1 released **
Bugfix release to fix regressions with some IMAP clients and enhanced FetchMail support.
OSX:
- OSX: switch back to single archive and add a comment
IMAP:
- IMAP: fix double header content and optimize header fetch with Fetchmail
- IMAP: fix regression in append envelope
- IMAP: fix multithreaded folder load implementation to support more IMAP clients
POP:
- POP: fix 3613743, remove additional +OK during message RETR
Linux:
- dos2unix on davmail.spec
- Update davsvn
** DavMail 4.3.0 released **
New keep alive mechanism to avoid most IMAP and POP client timeouts: load large messages
in a separate thread and send a character on client connection every ten seconds. Also

View File

@ -2,8 +2,8 @@
%{?!davmail_uid: %define davmail_uid 213}
%{?!davmail_gid: %define davmail_gid 213}
%{?!davrel: %define davrel 4.3.0}
%{?!davsvn: %define davsvn 2125}
%{?!davrel: %define davrel 4.3.1}
%{?!davsvn: %define davsvn 2134}
%define davver %{davrel}-%{davsvn}
%ifarch i386 i586 i686
%define davarch x86