about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-08-21 02:35:27 +0000
committerEric Wong <e@80x24.org>2022-08-21 02:35:27 +0000
commit5c2d0dc7c371db883d807b3e572a02891751e3a2 (patch)
tree12ea4c7186fc59295e662b403b330f32c0be8c7f
parent935c9460a5ef160302c980d17ff0db37c9d075df (diff)
downloadpublic-inbox-5c2d0dc7c371db883d807b3e572a02891751e3a2.tar.gz
-rw-r--r--Documentation/RelNotes/v1.9.0.eml (renamed from Documentation/RelNotes/v1.9.0.wip)4
-rw-r--r--MANIFEST2
-rw-r--r--Makefile.PL3
3 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/RelNotes/v1.9.0.wip b/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 <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:
 
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 ];