mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-12 10:42:21 -05:00
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:
parent
44305ad403
commit
ac97a819af
@ -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.3.0"/>
|
<property name="version" value="4.3.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.3.0</version>
|
<version>4.3.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,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 **
|
** DavMail 4.3.0 released **
|
||||||
New keep alive mechanism to avoid most IMAP and POP client timeouts: load large messages
|
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
|
in a separate thread and send a character on client connection every ten seconds. Also
|
||||||
|
@ -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.3.0}
|
%{?!davrel: %define davrel 4.3.1}
|
||||||
%{?!davsvn: %define davsvn 2125}
|
%{?!davsvn: %define davsvn 2134}
|
||||||
%define davver %{davrel}-%{davsvn}
|
%define davver %{davrel}-%{davsvn}
|
||||||
%ifarch i386 i586 i686
|
%ifarch i386 i586 i686
|
||||||
%define davarch x86
|
%define davarch x86
|
||||||
|
Loading…
Reference in New Issue
Block a user