user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] doc: note some changes for 1.5
@ 2020-04-21 20:30 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2020-04-21 20:30 UTC (permalink / raw)
  To: meta

As an established project (:P), it's important to document when
new features appear in manpages.   Users may be reading new
documentation online which doesn't reflect an older version they
have installed.
---
 Documentation/RelNotes/v1.5.0.eml     | 15 ++++++++++++++-
 Documentation/public-inbox-config.pod |  8 +++++---
 Documentation/public-inbox-index.pod  |  1 +
 3 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/Documentation/RelNotes/v1.5.0.eml b/Documentation/RelNotes/v1.5.0.eml
index 4b01eef2..c9108c15 100644
--- a/Documentation/RelNotes/v1.5.0.eml
+++ b/Documentation/RelNotes/v1.5.0.eml
@@ -5,7 +5,20 @@ MIME-Version: 1.0
 Content-Type: text/plain; charset=utf-8
 Content-Disposition: inline
 
-TBD
+* public-inbox-index
+
+  - `--max-size=SIZE' CLI switch and `publicinbox.indexMaxSize'
+     config file option added
+
+* public-inbox-watch
+
+  - multiple values of `publicinbox.<name>.watchheader' are
+    supported, thanks to Kyle Meyer
+
+* PublicInbox::WWW
+
+  - $INBOX_DIR/description and $INBOX_DIR/cloneurl are not
+    memoized if missing
 
 Please report bugs via plain-text mail to: meta@public-inbox.org
 
diff --git a/Documentation/public-inbox-config.pod b/Documentation/public-inbox-config.pod
index f3b6c8b7..e6108c35 100644
--- a/Documentation/public-inbox-config.pod
+++ b/Documentation/public-inbox-config.pod
@@ -87,9 +87,11 @@ Default: none; only for L<public-inbox-watch(1)> users
 	[publicinbox "test"]
 		watchheader = List-Id:<test.example.com>
 
-If specified, L<public-inbox-watch(1)> will only process mail matching
-the given header.  If specified multiple times, mail will be processed
-if it matches any of the values.
+If specified, L<public-inbox-watch(1)> will only process mail
+matching the given header.  If specified multiple times in
+public-inbox 1.5 or later, mail will be processed if it matches
+any of the values.  Only the last value was used in public-inbox
+1.4 and earlier.
 
 Default: none; only for L<public-inbox-watch(1)> users
 
diff --git a/Documentation/public-inbox-index.pod b/Documentation/public-inbox-index.pod
index 398ac516..8a37580c 100644
--- a/Documentation/public-inbox-index.pod
+++ b/Documentation/public-inbox-index.pod
@@ -94,6 +94,7 @@ supported, thus the value of C<1m> to prevents indexing of
 messages larger than one megabyte.
 
 This is useful for avoiding memory exhaustion in mirrors.
+This option is only available in public-inbox 1.5 or later.
 
 Default: none
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-21 20:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-21 20:30 [PATCH] doc: note some changes for 1.5 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).