]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: note some changes for 1.5
authorEric Wong <e@yhbt.net>
Tue, 21 Apr 2020 20:30:06 +0000 (20:30 +0000)
committerEric Wong <e@yhbt.net>
Sat, 25 Apr 2020 04:42:09 +0000 (04:42 +0000)
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
Documentation/public-inbox-config.pod
Documentation/public-inbox-index.pod

index 4b01eef283076e0a04e3a7aa457e0b4efe2f9484..c9108c1577d97d4861e824c734ea82aff54cd780 100644 (file)
@@ -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
 
index f3b6c8b7a28f1c1f06a5eb3eb27cde8a26d83998..e6108c35e8a44e2e715c0d57a9296cb670d24802 100644 (file)
@@ -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
 
index 398ac516bf9c729ff595cc0d810749faa85091df..8a37580c01eabe08f16f397ec38e7d5b4fe4dbc0 100644 (file)
@@ -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