]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/RelNotes/v1.7.0.wip
fb2bcc9e232030ab2477940194b72952df6c41e3
[public-inbox.git] / Documentation / RelNotes / v1.7.0.wip
1 To: meta@public-inbox.org
2 Subject: [WIP] public-inbox 1.7.0
3 MIME-Version: 1.0
4 Content-Type: text/plain; charset=utf-8
5 Content-Disposition: inline
6
7 Another big release focused on multi-inbox search and scalability.
8
9 * general changes
10
11   - config file parsing is 2x faster with 50K inboxes
12
13   - deduplication ignores whitespace differences within address fields
14
15   - "PRAGMA optimize" is now issued on commits for SQLite 3.18+
16
17 * read-only public-inbox-daemon (-httpd, -nntpd, -imapd):
18
19   libgit2 may be used via Inline::C to avoid hitting system pipe
20   and process limits.  See public-inbox-tuning(7) manpage
21   for more details.
22
23 * various memory usage reductions and workarounds for leaks in
24   Encode <3.15, these mainly affect PublicInbox::WWW
25
26 * public-inbox-extindex
27
28   A new Xapian + SQLite index able to search across several inboxes.
29   This may be configured to replace per-inbox Xapian DBs,
30   (but not per-inbox SQLite indices) and speed up manifest.js.gz
31   generation.
32
33   See public-inbox-extindex-format(5) and
34   public-inbox-extindex(1) manpages for more details.
35
36 * public-inbox-nntpd
37
38   - startup is 6x faster with 50K inboxes if using -extindex
39
40 * PublicInbox::WWW
41
42   - mboxrd search results are returned in reverse Xapian docid order,
43     so more recent results are more likely to show up first
44
45   - d: and dt: search prefixes allow "approxidate" formats supported
46     by "git log --since="
47
48   - manifest.js.gz generation is ~25x faster with -extindex
49
50 * lei - local email interface
51
52   An experimental, subject-to-change, likely-to-eat-your-mail tool for
53   personal mail as well as interacting with public-inboxes on the local
54   filesystem or over HTTP(S).  See lei(1), lei-overview(7), and other
55   lei-* manpages for details.  This is ready-to-use w.r.t. external
56   public-inbox instances but mail synchronization for personal mail
57   remains clunky.
58
59 * public-inbox-index
60
61   - non-strict (Subject-based) threading supports non-ASCII characters,
62     reindexing is necessary for old messages with non-ASCII subjects.
63
64   - --batch-size is now 8M on 64-bit systems for throughput improvements,
65     higher values are still advised for more powerful hardware.
66
67 * public-inbox-watch
68
69   - IMAP and NNTP code shared with lei, fixing an off-by-one error
70     in IMAP synchronization for single-message IMAP folders.
71
72   - \Deleted and \Draft messages ignored for IMAP, as they are for
73     Maildir.
74
75   - IMAP and NNTP connection establishment (including git-credential
76     prompts) ordering is now tied to config file order.
77
78 Compatibility:
79
80 * Rollbacks all the way to public-inbox 1.2.0 remain supported
81
82 Internal changes
83
84 * public-inbox-index switched to new internal IPC code shared
85   with lei
86
87 Please report bugs via plain-text mail to: meta@public-inbox.org
88
89 See archives at https://public-inbox.org/meta/ for all history.
90 See https://public-inbox.org/TODO for what the future holds.