mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-21 06:58:51 -05:00
Prepare 4.5.1 release
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2303 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
2cb098132f
commit
946f1157ae
@ -1,6 +1,6 @@
|
||||
<project name="DavMail" default="dist" basedir=".">
|
||||
<property file="user.properties"/>
|
||||
<property name="version" value="4.5.0"/>
|
||||
<property name="version" value="4.5.1"/>
|
||||
|
||||
<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.0</version>
|
||||
<version>4.5.1</version>
|
||||
<name>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway</name>
|
||||
<organization>
|
||||
<name>Mickaël Guessant</name>
|
||||
|
@ -1,3 +1,26 @@
|
||||
** DavMail 4.5.1 released **
|
||||
Bugfix release to fix Exchange 2013 regressions and wrong Europe/London timezone mapping.
|
||||
|
||||
DAV:
|
||||
- DAV: Another email address failover
|
||||
|
||||
Caldav:
|
||||
- Caldav: Fix GMT Standard Time mapping to Europe/London
|
||||
- More timezones
|
||||
- Caldav: do not request additional properties for MeetingCancellation and MeetingResponse
|
||||
- Caldav: merge 33, apply myresponsetype partstat on all Exchange versions
|
||||
- Caldav: fix 569 and patch 32, avoid NullPointerException with Exchange 2013
|
||||
|
||||
EWS:
|
||||
- EWS: Avoid null in log message
|
||||
|
||||
Enhancements:
|
||||
- Merge patch 34: Fix false positive when searching for user alias and email
|
||||
|
||||
Doc:
|
||||
- Update FAQ on EWS endpoint not available error
|
||||
|
||||
|
||||
** DavMail 4.5.0 released **
|
||||
Includes EWS performance enhancements, improved Exchange 2013 support and many fixes detected by Coverity audit tool
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
%{?!davmail_uid: %define davmail_uid 213}
|
||||
%{?!davmail_gid: %define davmail_gid 213}
|
||||
|
||||
%{?!davrel: %define davrel 4.5.0}
|
||||
%{?!davsvn: %define davsvn 2292}
|
||||
%{?!davrel: %define davrel 4.5.1}
|
||||
%{?!davsvn: %define davsvn 2303}
|
||||
%define davver %{davrel}-%{davsvn}
|
||||
%ifarch i386 i586 i686
|
||||
%define davarch x86
|
||||
|
Loading…
Reference in New Issue
Block a user