]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/RelNotes/v1.5.0.eml
various doc updates ahead of 1.5.0
[public-inbox.git] / Documentation / RelNotes / v1.5.0.eml
1 From: Eric Wong <e@yhbt.net>
2 To: meta@public-inbox.org
3 Subject: [WIP] public-inbox 1.5.0
4 MIME-Version: 1.0
5 Content-Type: text/plain; charset=utf-8
6 Content-Disposition: inline
7
8 This release introduces a new pure-Perl lazy email parser,
9 PublicInbox::Eml, which uses roughly 10% less memory and
10 is up to 2x faster than Email::MIME.   This is a major
11 internal change
12
13 Limits commonly enforced by MTAs are also enforced in the
14 new parser, as messages may bypass MTA transports.
15
16 Email::MIME and other Email::* modules are no longer
17 dependencies nor used at all outside of maintainer validation
18 tests.
19
20 * public-inbox-index
21
22   - `--max-size=SIZE' CLI switch and `publicinbox.indexMaxSize'
23     config file option added to prevent indexing of overly
24     large messages.
25
26   - List-Id headers are indexed in new messages, old messages
27     can be found after `--reindex'.
28
29 * public-inbox-watch
30
31   - multiple values of `publicinbox.<name>.watchheader' are
32     now supported, thanks to Kyle Meyer
33
34   - List-Id headers are matched case-insensitively as specified
35     by RFC 2919
36
37 * PublicInbox::WWW
38
39   - $INBOX_DIR/description and $INBOX_DIR/cloneurl are not
40     memoized if missing
41
42   - improved display of threads, thanks to Kyle Meyer
43
44   - search for List-Id is available via `l:' prefix if indexed
45
46   - all encodings are preloaded at startup to reduce fragmentation
47
48   - diffstat linkification and highlighting are stricter and
49     less likely to linkify tables in cover letters
50
51   - fix hunk header links to solver which were off-by-one line,
52     thanks again to Kyle Meyer
53
54 Release tarball available for download over HTTPS or Tor .onion:
55
56 https://yhbt.net/public-inbox.git/snapshot/public-inbox-1.5.0.tar.gz
57 http://ou63pmih66umazou.onion/public-inbox.git/snapshot/public-inbox-1.5.0.tar.gz
58
59 Please report bugs via plain-text mail to: meta@public-inbox.org
60
61 See archives at https://public-inbox.org/meta/ for all history.
62 See https://public-inbox.org/TODO for what the future holds.