From: Eric Wong Date: Mon, 5 May 2014 05:31:37 +0000 (+0000) Subject: ssoma 0.1.0 X-Git-Tag: v0.1.0^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=255805027e6d832c31f361809675c9c5236f4b21;p=ssoma-mda.git ssoma 0.1.0 * 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 --- diff --git a/INSTALL b/INSTALL index 5e528c6..691b122 100644 --- 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: diff --git a/Makefile.PL b/Makefile.PL index 30abfea..1055eb3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ use strict; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'ssoma', - VERSION => '0.0.0', + VERSION => '0.1.0', AUTHOR => 'Eric Wong ', ABSTRACT => 'some sort of mail archiver', EXE_FILES => [qw/ssoma-mda ssoma ssoma-rm/],