]> Sergey Matveev's repositories - public-inbox.git/commitdiff
public-inbox 1.3.0 v1.3.0
authorEric Wong <e@yhbt.net>
Mon, 10 Feb 2020 05:40:27 +0000 (05:40 +0000)
committerEric Wong <e@yhbt.net>
Mon, 10 Feb 2020 05:51:14 +0000 (05:51 +0000)
Documentation/RelNotes/v1.3.0.eml
Makefile.PL

index f21a649179a4d284c425a491f3ae45699f93e852..53c9a3c1fbb8f501b231f8f2d4dd7ff430611f7d 100644 (file)
@@ -1,7 +1,8 @@
-From: Eric Wong <e@80x24.org>
+From: Eric Wong <e@yhbt.net>
 To: meta@public-inbox.org
-Subject: [WIP] public-inbox 1.3.0
+Subject: [ANNOUNCE] public-inbox 1.3.0
 Content-Type: text/plain; charset=utf-8
+Message-ID: <20200210055200.public-inbox-1.3.0-rele@sed>
 
 Many internal improvements to improve the developer experience,
 long-term maintainability, ease-of-installation and compatibility.
@@ -76,9 +77,9 @@ leaks easier.
 * examples/unsubscribe.milter:
   - support unique mailto: unsubscribe
 
-Release tarballs will be available for download at
+Release tarball available for download at:
 
-       https://public-inbox.org/public-inbox.git
+https://public-inbox.org/public-inbox.git/snapshot/public-inbox-1.3.0.tar.gz
 
 Please report bugs via plain-text mail to: meta@public-inbox.org
 
index 7e21fce931dfaf062ea472ea2cecaeb85dc91e3e..566ce3bc226fb3afd66f82143e6b7787921493fc 100644 (file)
@@ -8,7 +8,7 @@ chomp(my @manifest = (<$m>));
 my @EXE_FILES = grep(m!^script/!, @manifest);
 my $v = {};
 my $t = {};
-my @RELEASES = qw(v1.2.0 v1.1.0-pre1 v1.0.0); # do not sort
+my @RELEASES = qw(v1.3.0 v1.2.0 v1.1.0-pre1 v1.0.0); # do not sort
 $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,8 +109,8 @@ my %man3 = map {; # semi-colon tells Perl this is a BLOCK (and not EXPR)
 
 WriteMakefile(
        NAME => 'PublicInbox',
-       VERSION => '1.2.0',
-       AUTHOR => 'Eric Wong <e@80x24.org>',
+       VERSION => '1.3.0',
+       AUTHOR => 'Eric Wong <e@yhbt.net>',
        ABSTRACT => 'public-inbox server infrastructure',
        EXE_FILES => \@EXE_FILES,
        PREREQ_PM => {