v6.7.0-rc1
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
d5bd6dd5dd
commit
426905ba85
32
Changelog.md
32
Changelog.md
@ -15,6 +15,38 @@ Note to mainainers:
|
|||||||
* The following excerpt is only usefull when rendered in the website.
|
* The following excerpt is only usefull when rendered in the website.
|
||||||
{:toc}
|
{:toc}
|
||||||
|
|
||||||
|
|
||||||
|
### OfflineIMAP v6.7.0-rc1 (2016-01-24)
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
Starting a new cycle with all EXPERIMENTAL and TESTING stuff marked stable.
|
||||||
|
Otherwise, not much exciting yet. There's pending work that would need some
|
||||||
|
love by contributors:
|
||||||
|
|
||||||
|
- https://github.com/OfflineIMAP/offlineimap/issues/211
|
||||||
|
- https://github.com/OfflineIMAP/offlineimap/pull/111
|
||||||
|
- https://github.com/OfflineIMAP/offlineimap/issues/184
|
||||||
|
|
||||||
|
#### Features
|
||||||
|
|
||||||
|
- Allow authorization via XOAUTH2 using access token.
|
||||||
|
|
||||||
|
#### Fixes
|
||||||
|
|
||||||
|
- Revert "Don't output initial blurb in "quiet" mode".
|
||||||
|
- Fix Changelog.
|
||||||
|
|
||||||
|
#### Changes
|
||||||
|
|
||||||
|
- Declare newmail_hook option stable.
|
||||||
|
- Declare utime_from_header option stable.
|
||||||
|
- Decode foldernames is removed EXPERIMENTAL flag.
|
||||||
|
- Declare XOAUTH2 stable.
|
||||||
|
- Declare tls_level option stable.
|
||||||
|
- Declare IMAP Keywords option stable.
|
||||||
|
|
||||||
|
|
||||||
### OfflineIMAP v6.6.1 (2015-12-28)
|
### OfflineIMAP v6.6.1 (2015-12-28)
|
||||||
|
|
||||||
#### Notes
|
#### Notes
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
__all__ = ['OfflineImap']
|
__all__ = ['OfflineImap']
|
||||||
|
|
||||||
__productname__ = 'OfflineIMAP'
|
__productname__ = 'OfflineIMAP'
|
||||||
__version__ = "6.6.1"
|
__version__ = "6.7.0"
|
||||||
__revision__ = ""
|
__revision__ = "-rc1" # Expecting "-rcN" or "" for stable releases.
|
||||||
__bigversion__ = __version__ + __revision__
|
__bigversion__ = __version__ + __revision__
|
||||||
__copyright__ = "Copyright 2002-2015 John Goerzen & contributors"
|
__copyright__ = "Copyright 2002-2015 John Goerzen & contributors"
|
||||||
__author__ = "John Goerzen"
|
__author__ = "John Goerzen"
|
||||||
|
Loading…
Reference in New Issue
Block a user