From e55e1fcf701a2454f79dfa886695f72fa595c06e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 23 Apr 2022 08:15:18 +0000 Subject: public-inbox 1.8.0 --- Documentation/RelNotes/v1.8.0.eml | 47 +++++++++++++++++++++++++++++++++++++++ Documentation/RelNotes/v1.8.0.wip | 43 ----------------------------------- MANIFEST | 2 +- Makefile.PL | 4 ++-- 4 files changed, 50 insertions(+), 46 deletions(-) create mode 100644 Documentation/RelNotes/v1.8.0.eml delete mode 100644 Documentation/RelNotes/v1.8.0.wip diff --git a/Documentation/RelNotes/v1.8.0.eml b/Documentation/RelNotes/v1.8.0.eml new file mode 100644 index 00000000..d835f8d8 --- /dev/null +++ b/Documentation/RelNotes/v1.8.0.eml @@ -0,0 +1,47 @@ +From: Eric Wong +To: meta@public-inbox.org +Subject: [ANNOUNCE] public-inbox 1.8.0 +Date: Sat, 23 Apr 2022 08:22:59 +0000 +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Disposition: inline +Message-ID: <2022-04-23-public-inbox-1.8.0-released@finally> + +A minor release focused on bugfixes and minor improvements. +Upgrades should happen transparently, but downgrading back to +1.7.0 will likely cause problems for lei users (and only lei +users). + +lei users may experience duplicate messages in Maildirs if attempting to +downgrade from 1.8.0 to 1.7.x. public-inbox-* tools are unaffected and +may downgrade freely. + +Bugfixes: + + Numerous test fixes thanks to NixOS developers. + + Long-running daemons are more robust in case of corrupt blobs + or crashes of git-cat-file processes + + PublicInbox::WWW: all CR are removed before LF, fixing display of + CR-CR-LF messages. + + Solver supports SHA-256 code repositories (inbox and lei store support + is still pending). + +Internal updates: + + Reduced dependencies on Inline::C for Linux users; Linux users may + now use lei with neither Inline::C nor Socket::MsgHdr installed. + +New features: + + The --dangerous flag is now supported in public-inbox-index and + public-inbox-extindex to use the Xapian::DB_DANGEROUS flag for initial + indexes. This may reduce SSD/HDD wear at the expense of disallowing + concurrency and data integrity in case of an unexpected shutdown. + +Please report bugs via plain-text mail to: meta@public-inbox.org + +See archives at https://public-inbox.org/meta/ for all history. +See https://public-inbox.org/TODO for what the future holds. diff --git a/Documentation/RelNotes/v1.8.0.wip b/Documentation/RelNotes/v1.8.0.wip deleted file mode 100644 index 9a9bf9e8..00000000 --- a/Documentation/RelNotes/v1.8.0.wip +++ /dev/null @@ -1,43 +0,0 @@ -To: meta@public-inbox.org -Subject: [WIP] public-inbox 1.8.0 -MIME-Version: 1.0 -Content-Type: text/plain; charset=utf-8 -Content-Disposition: inline - -A minor release focused on bugfixes and minor improvements. -Upgrades should happen transparently, but downgrading back to -1.7.0 will likely cause problems for lei users. - -lei users may experience duplicate messages in Maildirs if attempting to -downgrade from 1.8.0 to 1.7.x. public-inbox-* tools are unaffected and -may downgrade freely. - -Bugfixes: - - Numerous test fixes thanks to NixOS developers. - - Long-running daemons are more robust in case of corrupt blobs - or crashes of git-cat-file processes - - PublicInbox::WWW: all CR are removed before LF, fixing display of - CR-CR-LF messages. - - Solver supports SHA-256 code repositories (inbox and lei store support - is still pending). - -Internal updates: - - Reduced dependencies on Inline::C for Linux users; Linux users may - now use lei with neither Inline::C nor Socket::MsgHdr installed. - -New features: - - The --dangerous flag is now supported in public-inbox-index and - public-inbox-extindex to use the Xapian::DB_DANGEROUS flag for initial - indexes. This may reduce SSD/HDD wear at the expense of disallowing - concurrency and data integrity in case of an unexpected shutdown. - -Please report bugs via plain-text mail to: meta@public-inbox.org - -See archives at https://public-inbox.org/meta/ for all history. -See https://public-inbox.org/TODO for what the future holds. diff --git a/MANIFEST b/MANIFEST index 92c9f891..c22d943b 100644 --- a/MANIFEST +++ b/MANIFEST @@ -12,7 +12,7 @@ Documentation/RelNotes/v1.5.0.eml Documentation/RelNotes/v1.6.0.eml Documentation/RelNotes/v1.6.1.eml Documentation/RelNotes/v1.7.0.eml -Documentation/RelNotes/v1.8.0.wip +Documentation/RelNotes/v1.8.0.eml Documentation/clients.txt Documentation/common.perl Documentation/dc-dlvr-spam-flow.txt diff --git a/Makefile.PL b/Makefile.PL index 28e51ffa..059e23be 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,7 @@ my $v = {}; my $t = {}; # do not sort -my @RELEASES = qw(v1.7.0 v1.6.1 v1.6.0 v1.5.0 v1.4.0 v1.3.0 v1.2.0 +my @RELEASES = qw(v1.8.0 v1.7.0 v1.6.1 v1.6.0 v1.5.0 v1.4.0 v1.3.0 v1.2.0 v1.1.0-pre1 v1.0.0); $v->{news_deps} = [ map { "Documentation/RelNotes/$_.eml" } @RELEASES ]; @@ -131,7 +131,7 @@ WriteMakefile( NAME => 'PublicInbox', # n.b. camel-case is not our choice # XXX drop "PENDING" in .pod before updating this! - VERSION => '1.7.0', + VERSION => '1.8.0', AUTHOR => 'Eric Wong ', ABSTRACT => 'public-inbox server infrastructure', -- cgit v1.2.3-24-ge0c7