]> Sergey Matveev's repositories - public-inbox.git/commitdiff
public-inbox 1.9.0 v1.9.0
authorEric Wong <e@80x24.org>
Sun, 21 Aug 2022 02:35:27 +0000 (02:35 +0000)
committerEric Wong <e@80x24.org>
Sun, 21 Aug 2022 02:35:27 +0000 (02:35 +0000)
Documentation/RelNotes/v1.9.0.eml [moved from Documentation/RelNotes/v1.9.0.wip with 93% similarity]
MANIFEST
Makefile.PL

similarity index 93%
rename from Documentation/RelNotes/v1.9.0.wip
rename to Documentation/RelNotes/v1.9.0.eml
index 517e291b11feadf0863ac2ac58a5a0185332e277..2d83cbfec66b28b8a92e1d2e03997615c75f4b30 100644 (file)
@@ -1,9 +1,11 @@
 From: Eric Wong <e@80x24.org>
 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:
 
index 43128382f27e5d49f87f4a1aeb6fb2c694ff544a..336c7e6ada12bc89cb0bb4a0722ef0a118734bb2 100644 (file)
--- 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
index 848eb70299d8ed88464857de79085a0d90cd5b63..67012d3e7b59d8016ad8b148849974af6c874cc2 100644 (file)
@@ -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 ];