]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/RelNotes/v1.3.0.eml
doc: more 1.3.0 release notes updates
[public-inbox.git] / Documentation / RelNotes / v1.3.0.eml
1 From: Eric Wong <e@80x24.org>
2 To: meta@public-inbox.org
3 Subject: [WIP] public-inbox 1.3.0
4 Content-Type: text/plain; charset=utf-8
5
6 Many internal improvements to improve the developer experience,
7 long-term maintainability, ease-of-installation and compatibility.
8 There are also several bugfixes.
9
10 Some of the internal improvements involve avoiding Perl startup
11 time in tests.  "make check" now runs about 50% faster than
12 before, and the new "make check-run" can be around 30% faster
13 than "make check" after being primed by "make check".
14
15 Most closures (anonymous subroutines) are purged from the
16 -nntpd, -httpd and WWW code paths to make checking for memory
17 leaks easier.
18
19 * documentation now builds on BSD make
20
21 * Date::Parse (TimeDate CPAN distribution) is now optional, allowing
22   installation from OpenBSD systems via "pkg".
23
24 * the work-in-progress Xapian.pm SWIG bindings are now supported
25   in addition to the traditional Search::Xapian XS bindings.
26   Only the SWIG bindings are packaged for OpenBSD.
27
28 * Plack is optional for users who wish to avoid web-related components
29
30 * Filesys::Notify::Simple is optional for non-watch users
31   (but Plack will still pull it in)
32
33 * improved internal error checking and reporting in numerous places
34
35 * fixed Perl 5.10.1 compatibility (tested with Devel::PatchPerl)
36
37 * IPC::Run is no longer used in tests
38
39 * Email::Address::XS used if available (newer Email::MIME
40   requires it), it should handle more corner cases.
41
42 * PublicInbox::WWW:
43   - "nested" search results page now shows relevancy percentages
44   - many solver bugs fixed
45   - solver works on "-U0" patches using "git apply --unidiff-zero"
46   - solver now compatible with git < v1.8.5 (but >= v1.8.0)
47   - raw HTML no longer shown inline in multipart/alternative messages
48     (v1.2.0 regression)
49   - reduced memory usage for displaying multipart messages
50   - static file responses support Last-Modified/If-Modified-Since
51   - avoid trailing underlines in diffstat linkification
52   - more consistent handling of messages without Subjects
53
54 * public-inbox-httpd / public-inbox-nntpd:
55   - MSG_MORE used consistently in long responses
56   - fixed IO::KQueue usage on *BSDs
57   - listen sockets are closed immediately on graceful shutdown
58   - missed signals avoided with signalfd or EVFILT_SIGNAL
59
60 * public-inbox-nntpd:
61   - Y2020 workaround for Time::Local
62
63 * public-inbox-watch:
64   - avoid memory leak from cyclic reference on SIGHUP
65   - fix documentation of publicinboxwatch.watchspam
66
67 * public-inbox-convert:
68   - avoid article number jumps when converting indexed v1 inboxes
69
70 * public-inbox-compact / public-inbox-xcpdb:
71   - concurrent invocations of -compact and -xcpdb commands,
72     not just -mda, -watch, -learn, -purge
73
74 * examples/unsubscribe.milter:
75   - support unique mailto: unsubscribe
76
77 Release tarballs will be available for download at
78
79         https://public-inbox.org/public-inbox.git
80
81 Please report bugs via plain-text mail to: meta@public-inbox.org
82
83 See archives at https://public-inbox.org/meta/ for all history.
84 See https://public-inbox.org/TODO for what the future holds.