about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-06-10 18:39:09 +0000
committerEric Wong <e@yhbt.net>2020-06-13 23:33:38 +0000
commitfc6c7191daf71b8b1f6b45638ffcb1c6b2057636 (patch)
tree9a45bc4e833b45cf1c7b5790516526f3942b0bee /Documentation
parent2a717d13f10fcdc69921d80cf94c47a694a175d4 (diff)
downloadpublic-inbox-fc6c7191daf71b8b1f6b45638ffcb1c6b2057636.tar.gz
Lots of big changes coming   Thanks to The Linux Foundation for
sponsoring me to hack on this in 2020 :)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/v1.6.0.eml45
1 files changed, 45 insertions, 0 deletions
diff --git a/Documentation/RelNotes/v1.6.0.eml b/Documentation/RelNotes/v1.6.0.eml
new file mode 100644
index 00000000..283f42c8
--- /dev/null
+++ b/Documentation/RelNotes/v1.6.0.eml
@@ -0,0 +1,45 @@
+From: Eric Wong <e@yhbt.net>
+To: meta@public-inbox.org
+Subject: [WIP] public-inbox 1.6.0
+MIME-Version: 1.0
+Content-Type: text/plain; charset=utf-8
+Content-Disposition: inline
+
+* General changes:
+
+  - ~/.cache/public-inbox/inline-c is automatically used for Inline::C
+    if it exists.  PERL_INLINE_DIRECTORY in env remains supported
+    and prioritized to support `nobody'-type users without HOME.
+
+  - msgmap.sqlite3 uses journal_mode=TRUNCATE, matching over.sqlite3
+    behavior for a minor reduction in VFS traffic
+
+  - message/{rfc822,news,global} attachments are decoded recursively
+    and indexed for search.  Use `public-inbox-index --reindex' to
+    ensure these attachments are indexed in old messages.
+
+* public-inbox-index
+
+  - --batch-size=BYTES or publicinbox.indexBatchSize parameter
+
+  - parallelize updates by default, "-j0" is (once again) allowed
+    parallelization
+
+* public-inbox-learn
+
+  - `rm' supports `--all' to remove from all configured inboxes
+
+* PublicInbox::WWW
+
+  - use consistent blank line around attachment links
+
+  - Attachments in message/{rfc822,news,global} messages can be
+    individually downloaded.  Downloading the entire message/rfc822
+    file in full remains supported
+
+  - $INBOX_DIR/description is treated as UTF-8
+
+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.