aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-12-01 14:39:29 +0100
committerGuilhem Moulin <guilhem@fripost.org>2016-12-01 14:40:53 +0100
commit2b03d0e9561f2ec31aee1519348721bbf4d80820 (patch)
tree32e9fd13c18856c9efe0fc30cfd89033c71313dd
parent6d985b7f2a457043e83a5ca6d90a741c4424affa (diff)
Update changelog.
-rw-r--r--Changelog24
1 files changed, 18 insertions, 6 deletions
diff --git a/Changelog b/Changelog
index a1ae59f..f9ca699 100644
--- a/Changelog
+++ b/Changelog
@@ -1,13 +1,25 @@
interimap (0.3) upstream;
- * Fix byte count for compression streams.
- * Add an option 'SSL_protocols' to list SSL protocols to enable or
+ + New script 'pullimap', to pull mails from an IMAP mailbox and
+ deliver them to a SMTP session.
+ + Convert manpage format from groff to pandoc.
+ + interimap: Add support for IMAP NOTIFY [RFC 5465].
+ + 'fingerprint' now only pins the cert's SPKI, not the cert itself
+ (require Net::SSLeay >=1.73).
+ - Fix byte count for compression streams.
+ - Add an option 'SSL_protocols' to list SSL protocols to enable or
disable. The default value, "!SSLv2 !SSLv3", enables only TLSv1
and above.
- * New script 'pullimap', to pull mails from an IMAP mailbox and
- deliver them to a SMTP session.
-
- -- Guilhem Moulin <guilhem@guilhem.org> Mon, 28 Sep 2015 01:16:47 +0200
+ - Ensure "inbox" is always used in upper-case internally.
+ - Ensure the FD_CLOEXEC bit is 1 on sockets, logger and state files.
+ - Try again if connect(2) was interrupted.
+ - interimap: fix memory leak.
+ - interimap: use SQLite's own locking mechanism (instead of rolling
+ our own).
+ - interimap: when resuming a sync, only consider UIDs greater than a
+ known UIDNEXT.
+
+ -- Guilhem Moulin <guilhem@guilhem.org> Thu, 01 Dec 2016 14:37:50 +0100
interimap (0.2) upstream;