diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-03-15 15:31:27 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-03-15 15:31:27 -0400 |
commit | 7e571f43d93e8fe6cfb47dd1e0ac62c502c482d5 (patch) | |
tree | 42f381ee2254f842c51bc3d524077e6d073b6261 /website | |
parent | cedd7ea2bd2add99d08651e4b852f65c6d0d3fd1 (diff) |
announce msva-perl version 0.2
Diffstat (limited to 'website')
-rw-r--r-- | website/news/msva-perl-0.2.mdwn | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/website/news/msva-perl-0.2.mdwn b/website/news/msva-perl-0.2.mdwn new file mode 100644 index 0000000..cb01bb8 --- /dev/null +++ b/website/news/msva-perl-0.2.mdwn @@ -0,0 +1,20 @@ +[[!meta title="Monkeysphere Validation Agent (Perl) 0.2 released!"]] + +Version 0.2 of the Perl implementation of the Monkeysphere Validation +Agent has been released. + +Notes from the changelog: + +<pre> + * can now be invoked with a sub-command; will run until subcommand + completes, and then terminate with the same return code (this is + similar to the ssh-agent technique, and enables inclusion in + Xsession.d; see monkeysphere 0.29 package for automatic startup). + * chooses arbitrary open port by default (can still be specified with + MSVA_PORT environment variable) + * minimized logging spew by default. + * now shipping README.schema (notes about possible future MSVA + implementations) + * cleanup Makefile and distribution strategies. +</pre> + |