ssoma 0.1.0 v0.1.0
authorEric Wong <e@80x24.org>
Mon, 5 May 2014 05:31:37 +0000 (05:31 +0000)
committerEric Wong <e@80x24.org>
Mon, 5 May 2014 05:31:37 +0000 (05:31 +0000)
* doc: describe public-inbox dedupe
* ssoma: lock against concurrent fetch/remote add
* ssoma: avoid redundant slash for expand_path
* extractor: filter out non-message paths

INSTALL
Makefile.PL

diff --git a/INSTALL b/INSTALL
index 5e528c68bdfd2cc7ab5c10a98522437a301a3173..691b122d50b9110d92e0b74e702735aba258291a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -12,7 +12,7 @@ downloading
 ssoma is available via git and tarballs.
 The latest tarball release is available here:
 
-       http://ssoma.public-inbox.org/files/ssoma-0.0.0.tar.gz
+       http://ssoma.public-inbox.org/files/ssoma-0.1.0.tar.gz
 
 You may also clone using git:
 
index 30abfea5eb741ac1f4316924fbeee3c301323376..1055eb3a511aad3eabe8417cbb52ed3899071b30 100644 (file)
@@ -8,7 +8,7 @@ use strict;
 use ExtUtils::MakeMaker;
 WriteMakefile(
        NAME => 'ssoma',
-       VERSION => '0.0.0',
+       VERSION => '0.1.0',
        AUTHOR => 'Eric Wong <normalperson@yhbt.net>',
        ABSTRACT => 'some sort of mail archiver',
        EXE_FILES => [qw/ssoma-mda ssoma ssoma-rm/],