Tested-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2019-06-08 11:32:57 +02:00
parent 801893cc73
commit 06ed00a211
2 changed files with 37 additions and 1 deletions

View File

@ -15,6 +15,42 @@ Note to mainainers:
* The following excerpt is only usefull when rendered in the website.
{:toc}
### OfflineIMAP v7.2.4 (2019-06-08)
#### Notes
This release introduces mkdir -p alike folder creation and fixes cygwin support
in Windows.
This release was tested by:
- Nicolas Sebrecht
#### Authors
- Nicolas Sebrecht (4)
- kimim (2)
- Jelmer Vernooij (1)
- Kyle Altendorf (1)
#### Features
- mkdir -p alike folder creation. [Kyle Altendorf]
#### Fixes
- Use portable locker to support cygwin in Windows. [kimim]
- contrib/release.py: don't break if sphinx-build is missing. [Nicolas Sebrecht]
#### Changes
- Update FSF postal address. [Jelmer Vernooij]
- repository/IMAP: update copyright header date. [Nicolas Sebrecht]
- PULL_REQUEST_TEMPLATE: add space between brackets to enable the edition in the gui. [Nicolas Sebrecht]
### OfflineIMAP v7.2.3 (2019-02-17)
#### Notes

View File

@ -2,7 +2,7 @@ __all__ = ['OfflineImap']
__productname__ = 'OfflineIMAP'
# Expecting trailing "-rcN" or "" for stable releases.
__version__ = "7.2.3"
__version__ = "7.2.4"
__copyright__ = "Copyright 2002-2019 John Goerzen & contributors"
__author__ = "John Goerzen"
__author_email__= "offlineimap-project@lists.alioth.debian.org"