user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 6/6] doc: 2.0.0 release notes update
  2023-03-09 19:28  7% [PATCH 0/6] various doc updates Eric Wong
@ 2023-03-09 19:28  5% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2023-03-09 19:28 UTC (permalink / raw)
  To: meta

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.<remote>.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.

^ permalink raw reply related	[relevance 5%]

* [PATCH 0/6] various doc updates
@ 2023-03-09 19:28  7% Eric Wong
  2023-03-09 19:28  5% ` [PATCH 6/6] doc: 2.0.0 release notes update Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2023-03-09 19:28 UTC (permalink / raw)
  To: meta

Something to distract me while waiting on codesearch indexing
slowness...

Eric Wong (6):
  doc: technical/memory: add note about mwrap-perl
  doc: technical/ds: update blurb to note more daemons
  doc: technical: document weird stuff in our codebase
  doc: lei import: add hints about nntp.* and imap.* config options
  doc: lei config: update with --edit and --list examples
  doc: 2.0.0 release notes update

 Documentation/RelNotes/v2.0.0.wip       | 28 +++++++++++++++++++++---
 Documentation/lei-config.pod            | 29 +++++++++++++++++++++++--
 Documentation/lei-import.pod            |  7 +++++-
 Documentation/technical/ds.txt          | 13 +++++++----
 Documentation/technical/memory.txt      |  6 +++++
 Documentation/technical/weird-stuff.txt | 22 +++++++++++++++++++
 MANIFEST                                |  1 +
 7 files changed, 96 insertions(+), 10 deletions(-)
 create mode 100644 Documentation/technical/weird-stuff.txt

^ permalink raw reply	[relevance 7%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2023-03-09 19:28  7% [PATCH 0/6] various doc updates Eric Wong
2023-03-09 19:28  5% ` [PATCH 6/6] doc: 2.0.0 release notes update Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).