From 5c2d0dc7c371db883d807b3e572a02891751e3a2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 21 Aug 2022 02:35:27 +0000 Subject: [PATCH] public-inbox 1.9.0 --- Documentation/RelNotes/{v1.9.0.wip => v1.9.0.eml} | 4 +++- MANIFEST | 2 +- Makefile.PL | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) rename Documentation/RelNotes/{v1.9.0.wip => v1.9.0.eml} (93%) diff --git a/Documentation/RelNotes/v1.9.0.wip b/Documentation/RelNotes/v1.9.0.eml similarity index 93% rename from Documentation/RelNotes/v1.9.0.wip rename to Documentation/RelNotes/v1.9.0.eml index 517e291b..2d83cbfe 100644 --- a/Documentation/RelNotes/v1.9.0.wip +++ b/Documentation/RelNotes/v1.9.0.eml @@ -1,9 +1,11 @@ From: Eric Wong To: meta@public-inbox.org -Subject: [WIP] public-inbox 1.9 +Subject: [ANNOUNCE] public-inbox 1.9.0 +Date: Sun, 21 Aug 2022 02:36:59 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline +Message-ID: <2022-08-21T023659Z-public-inbox-1.9.0-rele@sed> Upgrading: diff --git a/MANIFEST b/MANIFEST index 43128382..336c7e6a 100644 --- a/MANIFEST +++ b/MANIFEST @@ -14,7 +14,7 @@ Documentation/RelNotes/v1.6.0.eml Documentation/RelNotes/v1.6.1.eml Documentation/RelNotes/v1.7.0.eml Documentation/RelNotes/v1.8.0.eml -Documentation/RelNotes/v1.9.0.wip +Documentation/RelNotes/v1.9.0.eml Documentation/clients.txt Documentation/common.perl Documentation/dc-dlvr-spam-flow.txt diff --git a/Makefile.PL b/Makefile.PL index 848eb702..67012d3e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,8 @@ my $v = {}; my $t = {}; # do not sort -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 +my @RELEASES = qw(v1.9.0 + 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 ]; -- 2.44.0