From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 0358E1FA10 for ; Tue, 12 Oct 2021 22:45:01 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 4/5] doc: relnotes: note some recent improvements Date: Tue, 12 Oct 2021 22:44:59 +0000 Message-Id: <20211012224500.2882-5-e@80x24.org> In-Reply-To: <20211012224500.2882-1-e@80x24.org> References: <20211012224500.2882-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: --- Documentation/RelNotes/v1.7.0.wip | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Documentation/RelNotes/v1.7.0.wip b/Documentation/RelNotes/v1.7.0.wip index f71f447feb4d..854c2fce7c88 100644 --- a/Documentation/RelNotes/v1.7.0.wip +++ b/Documentation/RelNotes/v1.7.0.wip @@ -8,7 +8,11 @@ Another big release focused on multi-inbox search and scalability. * general changes - config file parsing is 2x faster with 50K inboxes + - config file parsing is 2x faster with 50K inboxes + + - deduplication ignores whitespace differences within address fields + + - "PRAGMA optimize" is now issued on commits for SQLite 3.18+ * read-only public-inbox-daemon (-httpd, -nntpd, -imapd): @@ -47,6 +51,14 @@ Another big release focused on multi-inbox search and scalability. filesystem or over HTTP(S). See lei(1), lei-overview(7), and other lei-* manpages for details. +* public-inbox-index + + - non-strict (Subject-based) threading supports non-ASCII characters, + reindexing is necessary for old messages with non-ASCII subjects. + + - --batch-size is now 8M on 64-bit systems for throughput improvements, + higher values are still advised for more powerful hardware. + * public-inbox-watch - IMAP and NNTP code shared with lei, fixing an off-by-one error