]> Sergey Matveev's repositories - public-inbox.git/commitdiff
public-inbox v1.2.0 v1.2.0
authorEric Wong <e@80x24.org>
Sun, 3 Nov 2019 03:01:40 +0000 (03:01 +0000)
committerEric Wong <e@80x24.org>
Sun, 3 Nov 2019 03:06:12 +0000 (03:06 +0000)
Documentation/RelNotes/v1.2.0.eml [moved from Documentation/RelNotes/v1.2.0.wip with 91% similarity]
Documentation/include.mk
MANIFEST
Makefile.PL

similarity index 91%
rename from Documentation/RelNotes/v1.2.0.wip
rename to Documentation/RelNotes/v1.2.0.eml
index 8df3e4f978698452ca5f6e7bab002001596a0ac1..2eeb0de0489d461b132f632f11e6021747bbc0b9 100644 (file)
@@ -1,5 +1,8 @@
+From: Eric Wong <e@80x24.org>
 To: meta@public-inbox.org
-Subject: [WIP] public-inbox 1.2.0
+Subject: [ANNOUNCE] public-inbox 1.2.0
+Content-Type: text/plain; charset=utf-8
+Message-ID: <20191103030500.public-inbox-1.2.0@released>
 
 * first non-pre/rc release with v2 format support for scalability.
   See public-inbox-v2-format(5) manpage for more details.
@@ -55,6 +58,7 @@ Subject: [WIP] public-inbox 1.2.0
 * many documentation updates, new manpages for:
   - PublicInbox::SaPlugin::ListMirror
   - public-inbox-init
+  - public-inbox-learn
 
 * workaround memory leaks on Perl 5.16.3 (on CentOS/RHEL 7.x)
 
@@ -67,5 +71,7 @@ bug reports, patches and suggestions.
 Special thanks to Konstantin Ryabitsev and The Linux Foundation
 for their sponsorship and support over the past two years.
 
+https://public-inbox.org/releases/public-inbox-1.2.0.tar.gz
+
 See archives at https://public-inbox.org/meta/ for all history.
 See https://public-inbox.org/TODO for what the future holds.
index 04b33e4f2d7fd7e12f51931640687bef76769aab..ea0498c19f05b7e5878b32ce40b0901d10c85104 100644 (file)
@@ -125,6 +125,7 @@ Documentation/standards.txt : Documentation/standards.perl
        $(PERL) $< >$@+ && touch -r $< $@+ && mv $@+ $@
 
 RELEASES =
+RELEASES += v1.2.0
 RELEASES += v1.1.0-pre1
 RELEASES += v1.0.0
 
index dac096ed658572e5247448979d0a34ddfc1b03e5..ef8538b4e7a798380d13cd0069d25f333b470825 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -5,7 +5,7 @@ COPYING
 Documentation/.gitignore
 Documentation/RelNotes/v1.0.0.eml
 Documentation/RelNotes/v1.1.0-pre1.eml
-Documentation/RelNotes/v1.2.0.wip
+Documentation/RelNotes/v1.2.0.eml
 Documentation/dc-dlvr-spam-flow.txt
 Documentation/design_notes.txt
 Documentation/design_www.txt
index adc7e5184374426721b8176c1f67f397867b93eb..1c70c6f3bb133412825c521d73efa7d61047fbc6 100644 (file)
@@ -20,7 +20,7 @@ my %man3 = map {; # semi-colon tells Perl this is a BLOCK (and not EXPR)
 
 WriteMakefile(
        NAME => 'PublicInbox',
-       VERSION => '1.1.0-pre1',
+       VERSION => '1.2.0',
        AUTHOR => 'Eric Wong <e@80x24.org>',
        ABSTRACT => 'public-inbox server infrastructure',
        EXE_FILES => \@EXE_FILES,