]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/RelNotes/v1.8.0.eml
public-inbox 1.8.0
[public-inbox.git] / Documentation / RelNotes / v1.8.0.eml
1 From: Eric Wong <e@80x24.org>
2 To: meta@public-inbox.org
3 Subject: [ANNOUNCE] public-inbox 1.8.0
4 Date: Sat, 23 Apr 2022 08:22:59 +0000
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=utf-8
7 Content-Disposition: inline
8 Message-ID: <2022-04-23-public-inbox-1.8.0-released@finally>
9
10 A minor release focused on bugfixes and minor improvements.
11 Upgrades should happen transparently, but downgrading back to
12 1.7.0 will likely cause problems for lei users (and only lei
13 users).
14
15 lei users may experience duplicate messages in Maildirs if attempting to
16 downgrade from 1.8.0 to 1.7.x.  public-inbox-* tools are unaffected and
17 may downgrade freely.
18
19 Bugfixes:
20
21   Numerous test fixes thanks to NixOS developers.
22
23   Long-running daemons are more robust in case of corrupt blobs
24   or crashes of git-cat-file processes
25
26   PublicInbox::WWW: all CR are removed before LF, fixing display of
27   CR-CR-LF messages.
28
29   Solver supports SHA-256 code repositories (inbox and lei store support
30   is still pending).
31
32 Internal updates:
33
34   Reduced dependencies on Inline::C for Linux users; Linux users may
35   now use lei with neither Inline::C nor Socket::MsgHdr installed.
36
37 New features:
38
39   The --dangerous flag is now supported in public-inbox-index and
40   public-inbox-extindex to use the Xapian::DB_DANGEROUS flag for initial
41   indexes.  This may reduce SSD/HDD wear at the expense of disallowing
42   concurrency and data integrity in case of an unexpected shutdown.
43
44 Please report bugs via plain-text mail to: meta@public-inbox.org
45
46 See archives at https://public-inbox.org/meta/ for all history.
47 See https://public-inbox.org/TODO for what the future holds.