summaryrefslogtreecommitdiff
path: root/website/news/msva-perl-0.2.mdwn
diff options
context:
space:
mode:
authorMatthew James Goins <mjgoins@openflows.com>2010-03-20 13:32:22 -0400
committerMatthew James Goins <mjgoins@openflows.com>2010-03-20 13:32:22 -0400
commit072e05ac7a9872edc3a3e18e103bbba2706254bf (patch)
tree32ef564a9d3cf5be28c121a94f66d73944dc3d93 /website/news/msva-perl-0.2.mdwn
parentdd71f5ec4a69c58f894f4f6961ca3786a192bc62 (diff)
parente9f00652e3503ef2292e6d27df80cbb4c8e09504 (diff)
Merge remote branch 'origin/master'
Diffstat (limited to 'website/news/msva-perl-0.2.mdwn')
-rw-r--r--website/news/msva-perl-0.2.mdwn20
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>
+