aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index e4f1047..9d864f8 100644
--- a/Changelog
+++ b/Changelog
@@ -11,7 +11,6 @@ interimap (0.2) upstream;
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
@@ -23,6 +22,10 @@ interimap (0.2) upstream;
certificates to use during server certificate authentication.
* Replace IO::Socket::SSL dependency by the lower level Net::SSLeay.
* Accept non-fully qualified commands.
+ * Replace IO::Socket::INET dependency by the lower lever Socket to enable
+ IPv6. (Both are core Perl module.)
+ * Add a configuration option 'proxy' to proxy TCP connections to the
+ IMAP server.
-- Guilhem Moulin <guilhem@guilhem.org> Wed, 09 Sep 2015 00:44:35 +0200