]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/RelNotes/v1.2.0.wip
41236a05765dd9ef2cda1f75d0b4a5b3bc9f8285
[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 repos:
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 repos
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 * public-inbox-nntpd
21   - support STARTTLS and NNTPS
22   - support COMPRESS extension
23   - fix several RFC3977 compliance bugs
24   - improved interopability with picky clients such as leafnode
25
26 * public-inbox-watch
27   - support multiple spam training directories
28   - support mapping multiple inboxes per Maildir
29
30 * PublicInbox::WWW
31   - grokmirror-compatible manifest.js.gz endpoint generation
32   - user-configurable color support in $INBOX_URL/_/text/color/
33   - BOFHs may set default colors via "publicinbox.css"
34     (see public-inbox-config(5))
35
36 * Danga::Socket is no longer a runtime dependency of daemons.
37
38 * improved FreeBSD support
39
40 See archives at https://public-inbox.org/meta/ for all history.