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