1 From: Eric Wong <e@80x24.org>
2 To: meta@public-inbox.org
3 Subject: [ANNOUNCE] public-inbox 1.6.1
4 Date: Thu, 31 Dec 2020 23:45:56 +0000
5 Message-ID: <20201231234556.public-inbox-1.6.1-rele@sed>
7 Content-Type: text/plain; charset=utf-8
8 Content-Disposition: inline
10 A small, bugfix release on top of 1.6.0 from September 2020.
14 * MIME header decoding no longer warns on undefined variables,
15 with Perl <5.28. Thanks to a bug report by Ali Alnubani.
16 https://public-inbox.org/meta/DM6PR12MB49106F8E3BD697B63B943A22DADB0@DM6PR12MB4910.namprd12.prod.outlook.com/
18 * Fixed a message threading bug thanks to a report from Kyle Meyer.
19 "public-inbox-index --rethread --reindex" will be necessary
20 in case of certain messages arrive out-of-order.
21 Link: https://public-inbox.org/meta/87360nlc44.fsf@kyleam.com/
23 * WWW: per-inbox grokmirror manifests no longer return info
24 for all inboxes, only the root /manifest.js.gz includes all
25 inboxes. This regression appeared in 1.6.
27 * public-inbox-mda matches List-Id headers insensitively,
28 matching public-inbox-watch behavior. Similarly, List-Id
29 is always indexed lower-cased for boolean matches to avoid
30 matching an incorrect term.
32 * Newsgroup and Path NNTP headers are now emitted in conformance
33 with RFC 5536 3.1.[45]. Thanks to Andrey Melnikov for the report:
34 https://public-inbox.org/meta/CA+PODjpUN5Q4gBFQhAzUNuMasVEdmp9f=8Uo0Ej0mFumdSwi4w@mail.gmail.com/
36 * Inotify fixes for public-inbox-imapd users relying on SIGHUP
37 reloads and thousands of watches.
39 * Read-only daemon fixes around TLS and Linux <4.5 systems
41 Bugfixes with minor behavior changes:
43 * The X-Status mbox header is now excluded from imports,
44 just like the Status: header has been for many years.
45 They have no place in public archives and can be privacy
46 concern for people sharing archives.
48 * WWW prevents deep-linking to attachments to limit abuse
49 vectors. Noticed by Leah Neukirchen:
50 https://public-inbox.org/meta/87imagyap9.fsf@vuxu.org/
52 There are also several ocumentation fixes from Uwe Kleine-König
55 Please report bugs via plain-text mail to: meta@public-inbox.org
57 See archives at https://public-inbox.org/meta/ for all history.