From 87966e581ff1d0900928a2159acbac3ac21f4c93 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 25 Dec 2025 09:47:15 +0000 Subject: [PATCH] public-inbox 2.1.0 See Documentation/RelNotes/v2.1.0.eml for release notes. --- Documentation/RelNotes/{v2.1.0.wip => v2.1.0.eml} | 1 + MANIFEST | 2 +- Makefile.PL | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) rename Documentation/RelNotes/{v2.1.0.wip => v2.1.0.eml} (97%) diff --git a/Documentation/RelNotes/v2.1.0.wip b/Documentation/RelNotes/v2.1.0.eml similarity index 97% rename from Documentation/RelNotes/v2.1.0.wip rename to Documentation/RelNotes/v2.1.0.eml index a569f8ed2..9a7cbc9af 100644 --- a/Documentation/RelNotes/v2.1.0.wip +++ b/Documentation/RelNotes/v2.1.0.eml @@ -3,6 +3,7 @@ Subject: [ANNOUNCE] public-inbox 2.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline +Message-ID: <20251225094822-public-inbox-2.1.0-rele@sed> This is mainly a bugfix and Perl 5 bug workaround release on top of 2.0.0. diff --git a/MANIFEST b/MANIFEST index 3d624d324..f562e67a9 100644 --- a/MANIFEST +++ b/MANIFEST @@ -16,7 +16,7 @@ Documentation/RelNotes/v1.7.0.eml Documentation/RelNotes/v1.8.0.eml Documentation/RelNotes/v1.9.0.eml Documentation/RelNotes/v2.0.0.eml -Documentation/RelNotes/v2.1.0.wip +Documentation/RelNotes/v2.1.0.eml Documentation/clients.txt Documentation/common.perl Documentation/dc-dlvr-spam-flow.txt diff --git a/Makefile.PL b/Makefile.PL index 3d5fe7c7e..0e1f33f7e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,10 +11,10 @@ my $v = {}; my $t = {}; # XXX drop "PENDING" in .pod before updating this! -my $version = '3.0.0.PENDING'; +my $version = '2.1.0'; # do not sort -my @RELEASES = qw(v2.0.0 v1.9.0 +my @RELEASES = qw(v2.1.0 v2.0.0 v1.9.0 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); if ($version =~ /\A[0-9\.]+\z/) { -- 2.47.3