]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/RelNotes/v1.2.0.wip
doc: update 1.2 work-in-progress release notes
[public-inbox.git] / Documentation / RelNotes / v1.2.0.wip
1 To: meta@public-inbox.org
2 Subject: [WIP] public-inbox 1.2.0
3
4 * first non-pre/rc release with v2 format support for scalability.
5   See public-inbox-v2-format(5) manpage for more details.
6
7 * new admin tools for v2 inboxes:
8   - public-inbox-convert - converts v1 to v2 repo formats
9   - public-inbox-compact - v2 convenience wrapper for xapian-compact(1)
10   - public-inbox-purge - purges entire messages out of v2 history
11   - public-inbox-edit - edits sensitive data out messages from v2 history
12   - public-inbox-xcpdb - copydatabase(1) wrapper to upgrade Xapian formats
13                          (e.g. from "chert" to "glass") and resharding
14                          of v2 inboxes
15
16 * SQLite3 support decoupled from Xapian support, and Xapian DBs may be
17   configured without phrase support to save space.  See "indexlevel" in
18   public-inbox-config(5) manpage for more info.
19
20 * codebase now uses Perl 5.10.1+ features (e.g. "//")
21
22 * public-inbox-nntpd
23   - support STARTTLS and NNTPS
24   - support COMPRESS extension
25   - fix several RFC3977 compliance bugs
26   - improved interopability with picky clients such as leafnode
27     and Alpine
28
29 * public-inbox-watch
30   - support multiple spam training directories
31   - support mapping multiple inboxes per Maildir
32   - List-ID header support (see "listid" in public-inbox-config(5))
33
34 * public-inbox-mda
35   - List-ID header support (see above)
36
37 * PublicInbox::WWW
38   - grokmirror-compatible manifest.js.gz endpoint generation
39   - user-configurable color support in $INBOX_URL/_/text/color/
40   - BOFHs may set default colors via "publicinbox.css"
41     (see public-inbox-config(5))
42   - ability to map git code repositories and run cgit
43     (see "coderepo" and "cgitrc" in public-inbox-config(5))
44   - able to recreate blobs with coderepo associations and Xapian
45   - search results may be reversed
46   - reduce memory usage when rendering large threads
47   - syntax highlighting for patches and blobs
48
49 * public-inbox-httpd / public-inbox-nntpd:
50   - lower memory usage in C10K scenarios
51   - buffers slow clients to filesystem (TMPDIR) instead of RAM
52   - improved FreeBSD support
53   - Danga::Socket is no longer a runtime dependency
54
55 * many documentation updates, new manpages for:
56   - PublicInbox::SaPlugin::ListMirror
57   - public-inbox-init
58
59 * workaround memory leaks on Perl 5.16.3 (on CentOS/RHEL 7.x)
60
61 Thanks to Ali Alnubani, Alyssa Ross, Amitai Schleier, Dave Taht,
62 Dmitry Alexandrov, Eric W. Biederman, Jan Kiszka, Jonathan Corbet,
63 Kyle Meyer, Leah Neukirchen, Mateusz Łoskot, Nicolás Ojeda Bär,
64 SZEDER Gábor, Urs Janßen, Wang Kang, and edef for all their help,
65 bug reports, patches and suggestions.
66
67 Special thanks to Konstantin Ryabitsev and The Linux Foundation
68 for their sponsorship and support over the past two years.
69
70 See archives at https://public-inbox.org/meta/ for all history.
71 See https://public-inbox.org/TODO for what the future holds.