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