diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-11 01:02:57 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-11 01:02:57 +0200 |
commit | 77753445ddc78013159a6d44301a1b342af4a2d1 (patch) | |
tree | e2fb87745f2118a7703ba5954ceb1c81ee0c5dcf /Changelog | |
parent | b099ebf5b8d5f73168d075c5d97a6242efb67a8e (diff) | |
parent | cd7d385b4a27d028a7c7f92e1cd781b65b8ca5eb (diff) |
Merge branch 'master' into debian
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ -interimap (0.2) upstream +interimap (0.2) upstream; * Add support for the IMAP COMPRESS extension [RFC4978]. By default enabled for the remote server, and disabled for the local server. @@ -10,6 +10,12 @@ interimap (0.2) upstream default if both the local and remote servers advertize "BINARY". Can be disabled by adding 'use-binary=NO' to the default section in the configuration file. + * Exit with return value 0 when receiving a SIGTERM. + * Print IMAP traffic stats when receiving a SIGHUP. + * Add SSL options SINGLE_ECDH_USE, SINGLE_DH_USE, NO_SSLv2, NO_SSLv3 + and NO_COMPRESSION to the compiled-in CTX options. + * Use SSL_MODE_AUTO_RETRY to avoid SSL_read failures during a + handshake. -- Guilhem Moulin <guilhem@guilhem.org> Wed, 09 Sep 2015 00:44:35 +0200 |