]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/RelNotes/v1.6.0.eml
doc: update TODO and WIP 1.6.0 release notes
[public-inbox.git] / Documentation / RelNotes / v1.6.0.eml
1 From: Eric Wong <e@yhbt.net>
2 To: meta@public-inbox.org
3 Subject: [WIP] public-inbox 1.6.0
4 MIME-Version: 1.0
5 Content-Type: text/plain; charset=utf-8
6 Content-Disposition: inline
7
8 * General changes:
9
10   - ~/.cache/public-inbox/inline-c is automatically used for Inline::C
11     if it exists.  PERL_INLINE_DIRECTORY in env remains supported
12     and prioritized to support `nobody'-type users without HOME.
13
14   - msgmap.sqlite3 uses journal_mode=TRUNCATE, matching over.sqlite3
15     behavior for a minor reduction in VFS traffic
16
17   - message/{rfc822,news,global} attachments are decoded recursively
18     and indexed for search.  Use `public-inbox-index --reindex' to
19     ensure these attachments are indexed in old messages.
20
21 * public-inbox-index
22
23   - --batch-size=BYTES or publicinbox.indexBatchSize parameter
24
25   - parallelize updates by default, "-j0" is (once again) allowed
26     parallelization
27
28 * public-inbox-learn
29
30   - `rm' supports `--all' to remove from all configured inboxes
31
32 * PublicInbox::WWW
33
34   - use consistent blank line around attachment links
35
36   - Attachments in message/{rfc822,news,global} messages can be
37     individually downloaded.  Downloading the entire message/rfc822
38     file in full remains supported
39
40   - $INBOX_DIR/description is treated as UTF-8
41
42 Please report bugs via plain-text mail to: meta@public-inbox.org
43
44 See archives at https://public-inbox.org/meta/ for all history.
45 See https://public-inbox.org/TODO for what the future holds.