From 255805027e6d832c31f361809675c9c5236f4b21 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 5 May 2014 05:31:37 +0000 Subject: [PATCH] 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 --- INSTALL | 2 +- Makefile.PL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/], -- 2.26.2