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,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=no 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 312AE1F54E for ; Sun, 21 Aug 2022 02:37:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1661049421; bh=F9YBUTpbLWCVYjRTagVDgNr7F/ZTtFCcuuAcQ9ycZck=; h=From:To:Subject:Date:From; b=hH1Qq5he7YJoXQkQjR/FWDAAjdXZeT8KcRWwkhs86TMepJV1GVxHUgbp4hutv+Ui1 CAfgzWhELrGTt/xGgKaCT2tjsQviUm0rrVOX29GIqPv/GqwIPcLGUfVU1dDE4M1Dak S/acTzETTSOmk1SBGzWI6tbHlTDtN+cQb21Rs1QY= From: Eric Wong To: meta@public-inbox.org Subject: [ANNOUNCE] public-inbox 1.9.0 Date: Sun, 21 Aug 2022 02:36:59 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Message-ID: <2022-08-21T023659Z-public-inbox-1.9.0-rele@sed> List-Id: 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 freezes from inotify/EVFILT_VNODE handling, user interrupts (Ctrl-C), nor excessive errors/warnings * 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 * "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 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 * 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 "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.