about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Documentation/RelNotes/v1.3.0.eml9
-rw-r--r--Makefile.PL6
2 files changed, 8 insertions, 7 deletions
diff --git a/Documentation/RelNotes/v1.3.0.eml b/Documentation/RelNotes/v1.3.0.eml
index f21a6491..53c9a3c1 100644
--- a/Documentation/RelNotes/v1.3.0.eml
+++ b/Documentation/RelNotes/v1.3.0.eml
@@ -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
 
diff --git a/Makefile.PL b/Makefile.PL
index 7e21fce9..566ce3bc 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -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 => {