From cedd7ea2bd2add99d08651e4b852f65c6d0d3fd1 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 15 Mar 2010 01:02:56 -0400 Subject: prepared releasenote for 0.29 --- website/news/release-0.29.mdwn | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 website/news/release-0.29.mdwn (limited to 'website/news') diff --git a/website/news/release-0.29.mdwn b/website/news/release-0.29.mdwn new file mode 100644 index 0000000..e113614 --- /dev/null +++ b/website/news/release-0.29.mdwn @@ -0,0 +1,25 @@ +[[!meta title="Monkeysphere 0.29 released!"]] + +Monkeysphere 0.29 has been released. + +Notes from the changelog: + +
+  * This is mainly a bugfix release
+  * Fix man page typo about monkeysphere authorized_keys location
+  * Monkeysphere should work properly even if the user has "armor" in
+    their gpg.conf (closes MS #1625)
+  * monkeysphere keys-for-userid now respects MONKEYSPHERE_CHECK_KEYSERVER
+    environment variable (and defaults to true)
+  * introduce monkeysphere sshfprs-for-userid (deprecates sshfpr), closes
+    MS #1436
+  * respect CHECK_KEYSERVER in more places (closes MS #1997)
+  * warn on keyserver failures for monkeysphere-authentication (closes MS
+    #1750)
+  * avoid checking trustdb for monkeysphere-host (closes MS #1957)
+  * allow monkeysphere-authentication to use hkps with trusted X.509 root
+    certificate authorities in
+    /etc/monkeysphere/monkeysphere-authentication-x509-anchors.crt
+
+ +[[Download]] it now! -- cgit v1.2.3 From 7e571f43d93e8fe6cfb47dd1e0ac62c502c482d5 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 15 Mar 2010 15:31:27 -0400 Subject: announce msva-perl version 0.2 --- website/news/msva-perl-0.2.mdwn | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 website/news/msva-perl-0.2.mdwn (limited to 'website/news') 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: + +
+  * 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.
+
+ -- cgit v1.2.3