From ad686f17b2a6fc6a0b89a2c1fa820a60b8f29ba0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 1 Jan 2020 09:57:52 +0000 Subject: doc: release notes: set Date for 1.2.0, start 1.3.0 Seems like a lot's happened since 1.2, but it's mostly internal stuff... --- Documentation/RelNotes/v1.3.0.eml | 50 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Documentation/RelNotes/v1.3.0.eml (limited to 'Documentation/RelNotes/v1.3.0.eml') diff --git a/Documentation/RelNotes/v1.3.0.eml b/Documentation/RelNotes/v1.3.0.eml new file mode 100644 index 00000000..11806ccd --- /dev/null +++ b/Documentation/RelNotes/v1.3.0.eml @@ -0,0 +1,50 @@ +From: Eric Wong +To: meta@public-inbox.org +Subject: [WIP] public-inbox 1.3.0 +Content-Type: text/plain; charset=utf-8 + +Many internal improvements to improve the developer experience +and long-term maintainability. + +Many of the internal improvements focused on being able to avoid +Perl startup time in tests. "make check" now runs about 50% +faster than before, and the new "make check-run" can be around +30% faster after being primed by "make check". + +Most closures (anonymous subroutines) are purged from the +-nntpd, -httpd and WWW code paths to make checking for memory +leaks easier. + +* documentation now builds on BSD make + +* Date::Parse (TimeDate CPAN distribution) is now optional, allowing + installation from OpenBSD systems via "pkg". + +* the work-in-progress Xapian.pm SWIG bindings are now supported + in addition to the traditional Search::Xapian XS bindings. + Only SWIG bindings are packaged for OpenBSD. + +* IPC::Run is no longer used in tests + +* improved internal error checking and reporting in numerous places + +* PublicInbox::WWW + - "nested" search results page now shows relevancy percentages + - solver works on "-U0" patches using "git apply --unidiff-zero" + - raw HTML no longer shown inline in multipart/alternative messages + (v1.2.0 regression) + +* public-inbox-httpd / public-inbox-nntpd: + - MSG_MORE used consistently in long responses + - fixed IO::KQueue usage on *BSDs + +* public-inbox-watch + - avoid memory leak from cyclic reference on SIGHUP + - fix documentation of publicinboxwatch.watchspam + +Release tarballs will be available for download at + + https://public-inbox.org/public-inbox.git + +See archives at https://public-inbox.org/meta/ for all history. +See https://public-inbox.org/TODO for what the future holds. -- cgit v1.2.3-24-ge0c7