# Notes I think it's time for a new release to fix an issue with the latest kerberos implementation. Also, we fix an issue with parenthesis in Gmail labels and another one about the local filenames.
A good enhancement coming in is the support for sha512, sha384, sha256 and sha224 in SSL certificate fingerprints. I aim to make the new release during next week. Feedbacks will be added to the release notes and the git logs, as usual. Thanks to all the contributors. Have fun! # Authors Nicolas Sebrecht (9): Makefile: clean: remove __pycache__ directories Makefile: targz: update files docs/website-doc.sh: limit the number of exported versions in _data/announces.yml contrib: learn to build website/_uploads Makefile: targz: don't set the abbrev in the archive directory name offlineimap.conf: fix comment about gssapi setup: add long_description Gmail: allow parenthesis in labels imapserver: fix copyright line velleto (6): Changed the 'exception raised' message, to be more understandable. Removed uneccessary call of list() on zip() object. Added support for sha512, sha384, sha256, sha224 hashing algorithms to calculate server certificate fingerprints. Available hashes added to documentation. Allow users to keep colons between each hex pair of server certificate fingerprint in configuration file. Documented the now allowed use of colon separated fingerprints with examples. Chris Coleman (1): Add self to maintainers. Update email address. Edgar HIPP (1): Make CTRL-C message more clear Eygene Ryabinkin (1): Create filenames with no path separators in them Michael Billington (1): Correct typographical errors in offlineimap.conf Robbie Harwood (1): Pass username through in GSSAPI connections # Diffstat MAINTAINERS.rst | 3 ++- Makefile | 9 +++++---- contrib/release.py | 26 ++++++++++++++++++++------ docs/build-uploads.sh | 34 ++++++++++++++++++++++++++++++++++ docs/website-doc.sh | 3 ++- offlineimap.conf | 28 ++++++++++++++++------------ offlineimap/folder/Gmail.py | 6 ++++-- offlineimap/folder/Maildir.py | 7 ++++++- offlineimap/imaplibutil.py | 13 ++++++++----- offlineimap/imapserver.py | 15 +++++++++++++-- offlineimap/init.py | 5 +++-- offlineimap/repository/IMAP.py | 2 +- setup.py | 3 ++- 13 files changed, 116 insertions(+), 38 deletions(-) -- Nicolas Sebrecht _______________________________________________ OfflineIMAP-project mailing list: OfflineIMAP-project@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/offlineimap-project OfflineIMAP homepages: - https://github.com/OfflineIMAP - http://offlineimap.org