mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-04 14:52:24 -05:00
Prepare 4.6.1 release
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2343 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
f6242c4086
commit
b210c28b82
@ -1,6 +1,6 @@
|
||||
<project name="DavMail" default="dist" basedir=".">
|
||||
<property file="user.properties"/>
|
||||
<property name="version" value="4.6.0"/>
|
||||
<property name="version" value="4.6.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.6.0</version>
|
||||
<version>4.6.1</version>
|
||||
<name>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway</name>
|
||||
<organization>
|
||||
<name>Mickaël Guessant</name>
|
||||
|
@ -1,3 +1,28 @@
|
||||
** DavMail 4.6.1 released **
|
||||
Bugfix release to fix recent regression with Office 365,
|
||||
also includes a few Linux and IMAP enhancements.
|
||||
|
||||
Linux:
|
||||
- RPM: exclude Growl library from RPM package
|
||||
- Add genericname to desktop entry
|
||||
- RPM: Fix warning the init script refers to runlevel 4 which is admin defined. No distribution script must use it
|
||||
- Detect and log message for Unity users
|
||||
- RPM: Fix JAVA HOME detection for openSUSE_13.2
|
||||
- RPM: update spec file from OpenSuse build by Dmitri Bachtin and Achim Herwig
|
||||
|
||||
SWT:
|
||||
- SWT: improve tray init, preload image and add a delay on first message
|
||||
|
||||
Enhancements:
|
||||
- Add a few more logging statements
|
||||
|
||||
IMAP:
|
||||
- Fix #36 Endless loop when using IMAP IDLE feature with SSL sockets, replaced thread sleep with a short timeout on socket read
|
||||
|
||||
EWS:
|
||||
- EWS: update checkEndPointUrl, send get root folder request instead of static wsdl request no longer available on Office365
|
||||
|
||||
|
||||
** DavMail 4.6.0 released **
|
||||
Bugfix release with many IMAP enhancements over EWS, implement batch move items,
|
||||
also includes a brand new generic OSX package to handle new OSX java behaviour.
|
||||
|
@ -2,8 +2,8 @@
|
||||
%{?!davmail_uid: %define davmail_uid 213}
|
||||
%{?!davmail_gid: %define davmail_gid 213}
|
||||
|
||||
%{?!davrel: %define davrel 4.6.0}
|
||||
%{?!davsvn: %define davsvn 2331}
|
||||
%{?!davrel: %define davrel 4.6.1}
|
||||
%{?!davsvn: %define davsvn 2343}
|
||||
%define davver %{davrel}-%{davsvn}
|
||||
%ifarch i386 i586 i686
|
||||
%define davarch x86
|
||||
|
Loading…
Reference in New Issue
Block a user