openpgpg2x509 is useful enough to install with other scripts.
[monkeysphere-validation-agent.git] / Changelog
index 21de2b2f0959d3b8234d06f611d7f08751a974e2..1d14098968f9ace821baed870c1fe2533fd1f591 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,8 +1,51 @@
-msva-perl (0.7~pre) unstable; urgency=low
+msva-perl (0.9~pre) upstream;
+
+  [ Jameson Rollins ]
+  * Add "e-mail" context (checks for signing capability instead of
+    authentication) (closes MS #2688)
+  * Add "openpgp4fpr" pkc type for providing OpenPGP v4 fingerprint
+  * Add --version option to msva-query-agent
+
+  [ David Bremner ]
+  * Code refactoring:
+   - Crypt::Monkeysphere::MSVA::Logger into Crypt::Monkeysphere::Logger
+   - new Crypt::Monkeysphere::Validator
+   - unit tests and unit test harness
+
+  [ Daniel Kahn Gillmor ]
+  * Now depending on Crypt::X509 0.50 for pubkey components directly.
+  * Crypt::Monkeysphere::OpenPGP for helper functions in
+    packet generation and parsing.
+  * Parse and make use of X.509 PGPExtension if present in X.509 public
+    key carrier.
+  * Fix HUP server restart when used with Net::Server 0.99
+  * Crypt::Monkeysphere::Keytrans has the start of some key/certificate
+    conversion routines.
+
+ -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 20 Apr 2011 01:48:20 -0400
+
+msva-perl (0.8) upstream;
+
+  * Minor bugfix release!
+  * Avoid indirect object creation (thanks to intrigeri for pointing this out).
+  * Bug fix for unused option provided to gpgkeys_hkpms.
+  * Allow use of hkpms keyservers from gpg.conf
+  * Allow the use of ports in hostnames (closes MS # 2665)
+  * Do not report self-sigs as other certifiers (but report valid,
+    non-matching identities independently) (closes MS # 2569)
+  * List certifiers only once (closes MS # 2573)
+  * Enable the use of --keyserver-options http-proxy for gpgkeys_hkpms
+    (includes support for socks proxies) (closes MS # 2677)
+
+ -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 20 Dec 2010 04:04:15 -0500
+
+msva-perl (0.7) upstream;
 
   * udpated msva-query-agent documentation
+  * added gpgkeys_hkpms for monkeysphere-authenticated HKPS access
+    (closes MS #2016)
 
- -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sun, 14 Nov 2010 18:51:18 -0500
+ -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 07 Dec 2010 21:34:23 -0500
 
 msva-perl (0.6) upstream;