Documentation/RelNotes/v1.3.0.eml | 9 +++++---- Makefile.PL | 6 +++--- diff --git a/Documentation/RelNotes/v1.3.0.eml b/Documentation/RelNotes/v1.3.0.eml index f21a649179a4d284c425a491f3ae45699f93e852..53c9a3c1fbb8f501b231f8f2d4dd7ff430611f7d 100644 --- a/Documentation/RelNotes/v1.3.0.eml +++ b/Documentation/RelNotes/v1.3.0.eml @@ -1,7 +1,8 @@ -From: Eric Wong +From: Eric Wong 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 @@ * 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 7e21fce931dfaf062ea472ea2cecaeb85dc91e3e..566ce3bc226fb3afd66f82143e6b7787921493fc 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 @@ } qw(Git.pm Import.pm WWW.pod SaPlugin/ListMirror.pod); WriteMakefile( NAME => 'PublicInbox', - VERSION => '1.2.0', - AUTHOR => 'Eric Wong ', + VERSION => '1.3.0', + AUTHOR => 'Eric Wong ', ABSTRACT => 'public-inbox server infrastructure', EXE_FILES => \@EXE_FILES, PREREQ_PM => {