]> git.g-eek.se Git - interimap.git/commitdiff
Update changelog.
authorGuilhem Moulin <guilhem@fripost.org>
Thu, 1 Dec 2016 13:39:29 +0000 (14:39 +0100)
committerGuilhem Moulin <guilhem@fripost.org>
Thu, 1 Dec 2016 13:40:53 +0000 (14:40 +0100)
Changelog

index a1ae59f75397f62d303b8a47ff63fdcd56949a5b..f9ca6996dac02cb4c2d21956649b951486cebd84 100644 (file)
--- 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;