]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/RelNotes/v1.9.0.eml
doc: 1.9 release notes update
[public-inbox.git] / Documentation / RelNotes / v1.9.0.eml
1 From: Eric Wong <e@80x24.org>
2 To: meta@public-inbox.org
3 Subject: [ANNOUNCE] public-inbox 1.9.0
4 Date: Sun, 21 Aug 2022 02:36:59 +0000
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=utf-8
7 Content-Disposition: inline
8 Message-ID: <2022-08-21T023659Z-public-inbox-1.9.0-rele@sed>
9
10 Upgrading:
11
12   lei users need to "lei daemon-kill" after installation to load
13   new code.  Normal daemons (read-only, and public-inbox-watch)
14   will also need restarts, of course, but there's no
15   backwards-incompatible data format changes so rolling back to
16   older versions is harmless.
17
18 Major bugfixes:
19
20   * lei no longer freezes from inotify/EVFILT_VNODE handling,
21     user interrupts (Ctrl-C), nor excessive errors/warnings
22
23   * IMAP server fairness improved to avoid excessive blob prefetch
24
25 New features:
26
27   * POP3 server support added, use either public-inbox-pop3d or
28     the new public-inbox-netd superserver
29
30   * public-inbox-netd superserver supporting any combination of HTTP,
31     IMAP, POP3, and NNTP services; simplifying management and allowing
32     more sharing of memory used for various data structures.
33
34   * public-inbox-httpd and -netd support per-listener .psgi files
35
36   * SIGHUP reloads TLS certs and keys in addition to config and .psgi files
37
38   * "lei reindex" command for lei users to update personal index
39     in ~/.local/share/lei/store for search improvements below:
40
41 Search improvements:
42
43   These will require --reindex with public-inbox-index and/or
44   public-inbox-extindex for public inboxes.
45
46   * patchid: prefix search support added to WWW and lei for
47     "git patch-id --stable" support
48
49   * text inside base-85 binary patches are no longer indexed
50     to avoid false positives
51
52   * for lei users, "lei reindex" now exists and is required
53     to take advantage of aforementioned indexing changes
54
55 Performance improvements:
56
57   * IMAP server startup is faster with many mailboxes when using
58     "public-inbox-extindex --all"
59
60   * NNTP group listings are also faster with many inboxes when
61     using "public-inbox-extindex --all"
62
63   * various small opcode and memory usage reductions
64
65 Please report bugs via plain-text mail to: meta@public-inbox.org
66
67 See archives at https://public-inbox.org/meta/ for all history.
68 See https://public-inbox.org/TODO for what the future holds.