user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: meta@public-inbox.org
Subject: [ANNOUNCE] ssoma 0.2.0 - a bunch of updates
Date: Thu, 3 Mar 2016 03:45:42 +0000	[thread overview]
Message-ID: <20160303034542.GA4696@dcvr.yhbt.net> (raw)

Most notably, this release fixes a potential bug where a ssoma
repository could be confused by MIME encoding in Message-ID headers.
While I have not seen any Message-ID with MIME encoding; this is a
potential attack vector to confuse message identification between
different implementations of ssoma.

There's also a bunch of minor improvements since 0.1.0 which was
released nearly 2 years ago:

26 changes since 0.1.0:
      ssoma: cleanup IMAP password warnings
      doc: remove HTML
      cleanup whitespace stripping
      disable case-insensitive option parsing
      Documentation/txt2pre: support #fragments and ftp://
      doc: generate README.html instead of index.html
      set author info on git commits
      Ssoma::Git: hoist out ensure_sha1 function
      ssoma-mda: Use the email subject as the commit message
      INSTALL: add missing reference to IPC::Run
      .gitignore: relax MYMETA pattern
      ssoma_repository: document header usage/removal
      mda: strip out the Bytes header, too
      ssoma-rm: do not commit changes on auto-removal miss
      README: add OpenSSL exception
      use Perl POD instead of pandoc-flavored Markdown
      doc: fix links to AGPL-3.0+ documentation
      doc: use links for our public email address
      documentation build fixes
      t/*.t: quiet down "git init"
      t/: try to ensure test output is stable
      t/*: use identifiable tempdir names
      copyright updates for 2016
      use Email::MIME::Header::header_raw to read Message-ID
      move scripts to script/ directory
      build: make syntax check target
---
 INSTALL     | 2 +-
 Makefile.PL | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index d907ea3..72affff 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.1.0.tar.gz
+	http://ssoma.public-inbox.org/files/ssoma-0.2.0.tar.gz
 
 You may also clone using git:
 
diff --git a/Makefile.PL b/Makefile.PL
index 2a7a6e7..bbf784d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,7 +12,7 @@ $PM_FILES =~ tr/\n/ /;
 
 WriteMakefile(
 	NAME => 'ssoma',
-	VERSION => '0.1.0',
+	VERSION => '0.2.0',
 	AUTHOR => 'Eric Wong <e@80x24.org>',
 	ABSTRACT => 'some sort of mail archiver',
 	EXE_FILES => \@EXE_FILES,
-- 
EW

                 reply	other threads:[~2016-03-03  3:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160303034542.GA4696@dcvr.yhbt.net \
    --to=e@80x24.org \
    --cc=meta@public-inbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).