]> Sergey Matveev's repositories - public-inbox.git/commitdiff
public-inbox 1.8.0 v1.8.0
authorEric Wong <e@80x24.org>
Sat, 23 Apr 2022 08:15:18 +0000 (08:15 +0000)
committerEric Wong <e@80x24.org>
Sat, 23 Apr 2022 08:21:58 +0000 (08:21 +0000)
Documentation/RelNotes/v1.8.0.eml [moved from Documentation/RelNotes/v1.8.0.wip with 85% similarity]
MANIFEST
Makefile.PL

similarity index 85%
rename from Documentation/RelNotes/v1.8.0.wip
rename to Documentation/RelNotes/v1.8.0.eml
index 9a9bf9e82c37c6c14b1406716d191218a09933f6..d835f8d801ea9a8de9dc9712eb4428bbd82e545b 100644 (file)
@@ -1,12 +1,16 @@
+From: Eric Wong <e@80x24.org>
 To: meta@public-inbox.org
-Subject: [WIP] public-inbox 1.8.0
+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.
+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
index 92c9f8918d4592aee864e4d75379f2b06b770d24..c22d943b43e5417b0a851259a3044cf62b1c74a6 100644 (file)
--- 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
index 28e51ffa0f08109b9224c514727862b5174e2994..059e23be4715b319b2b4fb3a73e710c6f74f6bbc 100644 (file)
@@ -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 <e@80x24.org>',
        ABSTRACT => 'public-inbox server infrastructure',