]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/RelNotes/v1.9.0.wip
c725e332a73c5764e1bd0b927885a2bfff6d4b5d
[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 Major bugfixes:
9
10   * lei no longer deadlocks from inotify/EVFILT_VNODE handling
11
12   * IMAP server fairness improved to avoid excessive blob prefetch
13
14 New features:
15
16   * POP3 server support added, use either public-inbox-pop3d or
17     the new public-inbox-netd superserver
18
19   * public-inbox-netd superserver supporting any combination of HTTP,
20     IMAP, POP3, and NNTP services; simplifying management and allowing
21     more sharing of memory used for various data structures.
22
23   * public-inbox-httpd and -netd support per-listener .psgi files
24
25   * SIGHUP reloads TLS certs and keys in addition to config and .psgi files
26
27 Search improvements:
28
29   These will require --reindex with public-inbox-index and/or
30   public-inbox-extindex for public inboxes.
31
32   * patchid: prefix search support added to WWW and lei for
33     "git patch-id --stable" support
34
35   * text inside base-85 binary patches are no longer indexed
36     to avoid false positives
37
38 Performance improvements:
39
40   * IMAP server startup is faster with many mailboxes when using
41     "public-inbox-extindex --all"
42
43   * NNTP group listings are also faster with many inboxes when
44     using "public-inbox-extindex --all"
45
46   * various small opcode and memory usage reductions
47
48 Please report bugs via plain-text mail to: meta@public-inbox.org
49
50 See archives at https://public-inbox.org/meta/ for all history.
51 See https://public-inbox.org/TODO for what the future holds.