From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.1 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id D489C1F4E5 for ; Thu, 9 Mar 2023 19:28:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1678390123; bh=fV+X+BVjQCEiW2b22zQ1xquMIColRlwOVL92H4qWx58=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BStKEYSITcXuoyMsx9pRzTQq+DUYH9Ddz5FsL3+GQjPGZ+CJQxk2TgteCMyCQZLe/ z9VZHk3i/GvyDa4aTAYS1svJ2RI5jRbvxkpLSQHyX4CXZjuMU5HIXU4a4qVvu6YGxs oJXwdDbbT+e3oKpVWSzrALE0a/COLpXzzEyVPWBk= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 6/6] doc: 2.0.0 release notes update Date: Thu, 9 Mar 2023 19:28:42 +0000 Message-Id: <20230309192842.625820-7-e@80x24.org> In-Reply-To: <20230309192842.625820-1-e@80x24.org> References: <20230309192842.625820-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Did some stuff, still a ton of stuff to do :x --- Documentation/RelNotes/v2.0.0.wip | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/Documentation/RelNotes/v2.0.0.wip b/Documentation/RelNotes/v2.0.0.wip index a5468f8c..cd90bdae 100644 --- a/Documentation/RelNotes/v2.0.0.wip +++ b/Documentation/RelNotes/v2.0.0.wip @@ -4,8 +4,7 @@ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline -This release is mainly to fix a regression for -nntpd affecting -neomutt and possibly other NNTP clients. +This release includes several new features and fixes. There is also ongoing work to integrate coderepo handling into the codebase and the idea of `lei p2q' is integrated into the @@ -25,6 +24,8 @@ treewide * standardize on `#' prefix for stderr diagnostics (previously `I:') + * avoid O(n) behavior for reaping dead processes in daemons + PublicInbox::WWW * support `+' in inbox names @@ -40,6 +41,11 @@ PublicInbox::WWW * fix footer in listing of >200 inboxes + * support dumb HTTP clones of SHA-256 git repos + + * add /$INBOX/$MSGID/d/ endpoint to show diffs in reused Message-IDs + (`lei mail-diff' for the web) + lei * use http.proxy / http..proxy from system-wide git-config if @@ -51,6 +57,9 @@ lei * compatibility with SQLite <3.8.3 on CentOS 7.x + * fix `lei q -tt' on locally-indexed messages (still broken for remotes: + https://public-inbox.org/meta/20230226170931.M947721@dcvr/ ) + solver (used by lei (rediff|blob), and PublicInbox::WWW) * handle copies in patches properly @@ -61,6 +70,11 @@ portability * fix EINTR handling for kqueue users + * various fixes for CentOS 7.x + + * fix excessive pipelining to `git cat-file' on systems with small + getdelim(3) buffers (mainly affects musl) + public-inbox-nntpd * fix LISTGROUP with range (affects neomutt) @@ -73,14 +87,22 @@ public-inbox-clone: * parallel mirroring of multiple inboxes/coderepos via manifest - * new flags to support this include: + * new flags to support manifest mirroring include: --dry-run, --inbox-config=, --project-list=, --prune, --keep-going, --jobs, --include=, --exclude=, --objstore=, ... + See public-inbox-clone(1) man page for more details. PublicInbox::SaPlugin::ListMirror * List-ID handling special-cased according to RFC 2919 rules +Search improvements (lei and PublicInbox::WWW) + + * quoted text inside base-85 binary patches are no longer indexed + +Thanks to all the bug reporters and users who made this release +possible. + Please report bugs via plain-text mail to: meta@public-inbox.org See archives at https://public-inbox.org/meta/ for all history.