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