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.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE 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 DAEA61F54E for ; Thu, 11 Aug 2022 17:36:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1660239379; bh=P+Y8ZstTLqEgbbhY73e4pAoHTt2w3K02UTyeuZ+i50M=; h=From:To:Subject:Date:From; b=TH1ivhEDVixrz5zpO0xMSqBuK/JchrWxzTGnm8PTcCBImwqpsCMEqaXxSq4VsbRPd LI9laLo3VviycWSxdWqL5G4DYi/WpAPw+sy+f3qPhIDP1PP9k+tRVuLpiXGCsPGN7I IjXgp+p7XSRmbRAW17xCSVIQq7UB2jDM982s+LB0= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] doc: add WIP 1.9 release notes Date: Thu, 11 Aug 2022 17:36:19 +0000 Message-Id: <20220811173619.10340-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: I think "lei reindex" and some doc cleanups will be the last things before 1.9... --- Documentation/RelNotes/v1.9.0.wip | 51 +++++++++++++++++++++++++++++++ MANIFEST | 1 + 2 files changed, 52 insertions(+) create mode 100644 Documentation/RelNotes/v1.9.0.wip diff --git a/Documentation/RelNotes/v1.9.0.wip b/Documentation/RelNotes/v1.9.0.wip new file mode 100644 index 00000000..c725e332 --- /dev/null +++ b/Documentation/RelNotes/v1.9.0.wip @@ -0,0 +1,51 @@ +From: Eric Wong +To: meta@public-inbox.org +Subject: [WIP] public-inbox 1.9 +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Disposition: inline + +Major bugfixes: + + * lei no longer deadlocks from inotify/EVFILT_VNODE handling + + * IMAP server fairness improved to avoid excessive blob prefetch + +New features: + + * POP3 server support added, use either public-inbox-pop3d or + the new public-inbox-netd superserver + + * public-inbox-netd superserver supporting any combination of HTTP, + IMAP, POP3, and NNTP services; simplifying management and allowing + more sharing of memory used for various data structures. + + * public-inbox-httpd and -netd support per-listener .psgi files + + * SIGHUP reloads TLS certs and keys in addition to config and .psgi files + +Search improvements: + + These will require --reindex with public-inbox-index and/or + public-inbox-extindex for public inboxes. + + * patchid: prefix search support added to WWW and lei for + "git patch-id --stable" support + + * text inside base-85 binary patches are no longer indexed + to avoid false positives + +Performance improvements: + + * IMAP server startup is faster with many mailboxes when using + "public-inbox-extindex --all" + + * NNTP group listings are also faster with many inboxes when + using "public-inbox-extindex --all" + + * various small opcode and memory usage reductions + +Please report bugs via plain-text mail to: meta@public-inbox.org + +See archives at https://public-inbox.org/meta/ for all history. +See https://public-inbox.org/TODO for what the future holds. diff --git a/MANIFEST b/MANIFEST index e5880cc3..d37ba0ab 100644 --- a/MANIFEST +++ b/MANIFEST @@ -14,6 +14,7 @@ Documentation/RelNotes/v1.6.0.eml Documentation/RelNotes/v1.6.1.eml Documentation/RelNotes/v1.7.0.eml Documentation/RelNotes/v1.8.0.eml +Documentation/RelNotes/v1.9.0.wip Documentation/clients.txt Documentation/common.perl Documentation/dc-dlvr-spam-flow.txt