]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/RelNotes/v1.3.0.eml
doc: release notes: set Date for 1.2.0, start 1.3.0
[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 and long-term maintainability.
8
9 Many of the internal improvements focused on being able to avoid
10 Perl startup time in tests.  "make check" now runs about 50%
11 faster than before, and the new "make check-run" can be around
12 30% faster after being primed by "make check".
13
14 Most closures (anonymous subroutines) are purged from the
15 -nntpd, -httpd and WWW code paths to make checking for memory
16 leaks easier.
17
18 * documentation now builds on BSD make
19
20 * Date::Parse (TimeDate CPAN distribution) is now optional, allowing
21   installation from OpenBSD systems via "pkg".
22
23 * the work-in-progress Xapian.pm SWIG bindings are now supported
24   in addition to the traditional Search::Xapian XS bindings.
25   Only SWIG bindings are packaged for OpenBSD.
26
27 * IPC::Run is no longer used in tests
28
29 * improved internal error checking and reporting in numerous places
30   
31 * PublicInbox::WWW
32   - "nested" search results page now shows relevancy percentages
33   - solver works on "-U0" patches using "git apply --unidiff-zero"
34   - raw HTML no longer shown inline in multipart/alternative messages
35     (v1.2.0 regression)
36
37 * public-inbox-httpd / public-inbox-nntpd:
38   - MSG_MORE used consistently in long responses
39   - fixed IO::KQueue usage on *BSDs
40
41 * public-inbox-watch
42   - avoid memory leak from cyclic reference on SIGHUP
43   - fix documentation of publicinboxwatch.watchspam
44
45 Release tarballs will be available for download at
46
47         https://public-inbox.org/public-inbox.git
48
49 See archives at https://public-inbox.org/meta/ for all history.
50 See https://public-inbox.org/TODO for what the future holds.