From 95d17835014ece9d53791a07ddf294ad2986abf9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 14 Jul 2020 10:06:40 +0000 Subject: doc: release notes and version info updates Update release notes with some features in the 1.6 timeline. We'll note the version availability of some command-line options, it may help users who are reading the latest documentation online but running older versions. --- Documentation/RelNotes/v1.6.0.eml | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) (limited to 'Documentation/RelNotes/v1.6.0.eml') diff --git a/Documentation/RelNotes/v1.6.0.eml b/Documentation/RelNotes/v1.6.0.eml index 283f42c8..862e1c68 100644 --- a/Documentation/RelNotes/v1.6.0.eml +++ b/Documentation/RelNotes/v1.6.0.eml @@ -18,17 +18,37 @@ Content-Disposition: inline and indexed for search. Use `public-inbox-index --reindex' to ensure these attachments are indexed in old messages. + - inbox.lock (v2) and ssoma.lock (v1) files are written to by + on message delivery (or spam removal) to wake up read-only + daemons via inotify or kqueue. + * public-inbox-index - --batch-size=BYTES or publicinbox.indexBatchSize parameter - - parallelize updates by default, "-j0" is (once again) allowed - parallelization + - parallelize v2 updates by default, "-j0" is (once again) allowed + to disable parallelization + + - v1 (re-)indexing parallelizes blob reads from git * public-inbox-learn - `rm' supports `--all' to remove from all configured inboxes +* public-inbox-imapd + + - new read-only IMAP daemon similar to public-inbox-nntpd + +* public-inbox-nntpd + + - blob reads from git are handled asynchronously + +* public-inbox-httpd + + - Plack::Middleware::Deflater is no longer loaded by default + when no .psgi file is specified; PublicInbox::WWW gzips + natively (see below) + * PublicInbox::WWW - use consistent blank line around attachment links @@ -39,6 +59,18 @@ Content-Disposition: inline - $INBOX_DIR/description is treated as UTF-8 + - HTML, Atom, and text/plain responses are gzipped without + relying on Plack::Middleware::Deflater + + - Multi-message endpoints (/t.mbox.gz, /T/, /t/, etc) are ~10% faster + when running under public-inbox-httpd with asynchronous blob + retrieval + +* public-inbox-watch + + - Linux::Inotify2 or IO::KQueue is used directly, + Filesys::Notify::Simple is no longer required + Please report bugs via plain-text mail to: meta@public-inbox.org See archives at https://public-inbox.org/meta/ for all history. -- cgit v1.2.3-24-ge0c7