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 3CC5A1F54E for ; Sat, 20 Aug 2022 08:25:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1660983932; bh=AYpi78B3PnfN1mTg6LKSo7cWnyt8y9VrhVgqgMwzKyg=; h=Date:From:To:Subject:From; b=riw+sFDnLQqIcdETnvahZYDYldCgu+u5Md7f7MWnGtiYDnWttccjSjizTtxbRZ1Up 7cgJ6Qn/TsSIrHu19UjbjS0mbo9u+epr5bOq98iRpLiakGv8YBUNhE5O3LkWI0TPZx MXxJTFkcjHBEkXxvD8ENFxaJ38YNnUphY+aNSJP4= Date: Sat, 20 Aug 2022 08:25:32 +0000 From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] doc: 1.9 release notes update Message-ID: <20220820082532.M128018@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline List-Id: Getting close to another release, I think... --- Documentation/RelNotes/v1.9.0.wip | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Documentation/RelNotes/v1.9.0.wip b/Documentation/RelNotes/v1.9.0.wip index c725e332..517e291b 100644 --- a/Documentation/RelNotes/v1.9.0.wip +++ b/Documentation/RelNotes/v1.9.0.wip @@ -5,9 +5,18 @@ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline +Upgrading: + + lei users need to "lei daemon-kill" after installation to load + new code. Normal daemons (read-only, and public-inbox-watch) + will also need restarts, of course, but there's no + backwards-incompatible data format changes so rolling back to + older versions is harmless. + Major bugfixes: - * lei no longer deadlocks from inotify/EVFILT_VNODE handling + * lei no longer freezes from inotify/EVFILT_VNODE handling, + user interrupts (Ctrl-C), nor excessive errors/warnings * IMAP server fairness improved to avoid excessive blob prefetch @@ -24,6 +33,9 @@ New features: * SIGHUP reloads TLS certs and keys in addition to config and .psgi files + * "lei reindex" command for lei users to update personal index + in ~/.local/share/lei/store for search improvements below: + Search improvements: These will require --reindex with public-inbox-index and/or @@ -35,6 +47,9 @@ Search improvements: * text inside base-85 binary patches are no longer indexed to avoid false positives + * for lei users, "lei reindex" now exists and is required + to take advantage of aforementioned indexing changes + Performance improvements: * IMAP server startup is faster with many mailboxes when using