]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/RelNotes/v1.4.0.eml
doc: update notes and HACKING ahead of 1.4 release
[public-inbox.git] / Documentation / RelNotes / v1.4.0.eml
1 From: Eric Wong <e@yhbt.net>
2 To: meta@public-inbox.org
3 Subject: [WIP] public-inbox 1.4.0
4 MIME-Version: 1.0
5 Content-Type: text/plain; charset=utf-8
6
7 This release focuses on reproducibility improvements and
8 bugfixes for corner-cases.  Busy instances of PublicInbox::WWW
9 may also notice memory usage reductions.
10
11 Rare messages lacking Date and/or Received headers, mirrors now
12 fallback to using the git author/commit times to reindex those
13 messages to ensure search and filtering queries behave the same
14 in mirrors as they do on the original machine.
15
16 "altid" SQLite dumps are now accessible to all over the WWW
17 interface via `POST /$INBOX/$ALTID.sql.gz'.
18
19 Busy instances of PublicInbox::WWW (whether via
20 public-inbox-httpd or another PSGI server) may notice
21 significant memory usage reductions from the single message
22 "permalink" lifetime optimization.  There also ongoing work to
23 improve memory lifetime management to reduce the potential for
24 memory fragmentation in daemons.
25
26 * general changes:
27
28   - `include.*' directives in the public-inbox-config(5) file
29     are now honored as documented in git-config(1),
30     thanks to Andreas Rottmann.
31
32   - `+0000' is assumed for dates missing TZ offsets;
33     thanks to Leah Neukirchen for spotting this regression from
34     v1.2.0.
35
36   - `<' and `>' characters are dropped to avoid errors in git
37     in addresses for git, thanks again to Leah for noticing
38     this long-standing bug.
39
40 * PublicInbox::WWW:
41
42   - reduced memory use for single message "permalink" view
43   - code preload improved to reduce memory fragmentation
44   - remove redundant "a=" parameter in links to solver
45   - escape '&' in hrefs properly
46   - fix optional address obfuscation in search results
47   - `POST /$INBOX/$ALTID.sql.gz' endpoint to retrieve SQLite dumps
48
49 * public-inbox-httpd + public-inbox-nntpd:
50
51   - fix SIGUSR2 upgrade in worker-less instances (-W0)
52
53 * public-inbox-httpd:
54
55   - fix RFC 7230 conformance when Content-Length and "chunked"
56     are both specified
57
58 * public-inbox-index:
59
60   - reproduce original date and time stamps in mirrors for messages
61     lacking Date: and/or Received: headers
62
63   - new `--compact' (or `-c') switch to perform the equivalent of
64     public-inbox-compact(1) after indexing each inbox
65
66 * documentation:
67
68   - Documentation/technical/data_structures.txt add for new hackers.
69
70 Please report bugs via plain-text mail to: meta@public-inbox.org
71
72 See archives at https://public-inbox.org/meta/ for all history.
73 See https://public-inbox.org/TODO for what the future holds.