]> Sergey Matveev's repositories - public-inbox.git/commitdiff
public-inbox 1.5.0 v1.5.0
authorEric Wong <e@yhbt.net>
Sun, 10 May 2020 07:01:46 +0000 (07:01 +0000)
committerEric Wong <e@yhbt.net>
Sun, 10 May 2020 07:03:31 +0000 (07:03 +0000)
Documentation/RelNotes/v1.5.0.eml
Makefile.PL

index a9d8b241836da78a4a7635929808bfc56a61abad..d6036d26ab891a0686d80a0f4c26ed870681132d 100644 (file)
@@ -1,6 +1,8 @@
 From: Eric Wong <e@yhbt.net>
 To: meta@public-inbox.org
-Subject: [WIP] public-inbox 1.5.0
+Subject: [ANNOUNCE] public-inbox 1.5.0
+Date: Sun, 10 May 2020 07:04:00 +0000
+Message-ID: <20200510.public-inbox-1.5.0-rele@sed>
 MIME-Version: 1.0
 Content-Type: text/plain; charset=utf-8
 Content-Disposition: inline
index efbb59cbf939079f97bbb75eb04a2f7c40208295..30b8adda2f0166126a543ba0b9cd42367a155e49 100644 (file)
@@ -8,7 +8,10 @@ chomp(my @manifest = (<$m>));
 my @EXE_FILES = grep(m!^script/!, @manifest);
 my $v = {};
 my $t = {};
-my @RELEASES = qw(v1.4.0 v1.3.0 v1.2.0 v1.1.0-pre1 v1.0.0); # do not sort
+
+# do not sort
+my @RELEASES = qw(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 ];
 $v->{txt} = [ qw(INSTALL README COPYING TODO HACKING) ];
 my @dtxt = grep(m!\ADocumentation/[^/]+\.txt\z!, @manifest);
@@ -109,7 +112,7 @@ my %man3 = map {; # semi-colon tells Perl this is a BLOCK (and not EXPR)
 
 WriteMakefile(
        NAME => 'PublicInbox',
-       VERSION => '1.4.0',
+       VERSION => '1.5.0',
        AUTHOR => 'Eric Wong <e@yhbt.net>',
        ABSTRACT => 'public-inbox server infrastructure',
        EXE_FILES => \@EXE_FILES,