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>
7 Content-Type: text/plain; charset=utf-8
8 Content-Disposition: inline
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
15 Limits commonly enforced by MTAs are also enforced in the
16 new parser, as messages may bypass MTA transports.
18 Email::MIME and other Email::* modules are no longer
19 dependencies nor used at all outside of maintainer validation
24 - `--max-size=SIZE' CLI switch and `publicinbox.indexMaxSize'
25 config file option added to prevent indexing of overly
28 - List-Id headers are indexed in new messages, old messages
29 can be found after `--reindex'.
33 - multiple values of `publicinbox.<name>.watchheader' are
34 now supported, thanks to Kyle Meyer
36 - List-Id headers are matched case-insensitively as specified
41 - $INBOX_DIR/description and $INBOX_DIR/cloneurl are not
44 - improved display of threads, thanks to Kyle Meyer
46 - search for List-Id is available via `l:' prefix if indexed
48 - all encodings are preloaded at startup to reduce fragmentation
50 - diffstat linkification and highlighting are stricter and
51 less likely to linkify tables in cover letters
53 - fix hunk header links to solver which were off-by-one line,
54 thanks again to Kyle Meyer
56 Release tarball available for download over HTTPS or Tor .onion:
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
61 Please report bugs via plain-text mail to: meta@public-inbox.org
63 See archives at https://public-inbox.org/meta/ for all history.
64 See https://public-inbox.org/TODO for what the future holds.