simplify reviewcert by breaking out pkc key extraction code into it's own function
[monkeysphere-validation-agent.git] / Changelog
index 3f1c85d16d00f8e7d475190b236fcae3fd87f4cd..06cd00156e27bbb57fcc20102f2567cca7ca922d 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,13 +1,49 @@
-msva-perl (0.6~pre) unstable; urgency=low
+msva-perl (0.8) upstream;
 
-  * add new element to JSON syntax allowing request to override
-    keyserver_policy (closes MS #2542)
-  * do not kill off child handling processes on HUP -- let them finish
-    their queries.
+  * 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;
 
- -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 14 Oct 2010 16:30:54 -0400
+  * udpated msva-query-agent documentation
+  * added gpgkeys_hkpms for monkeysphere-authenticated HKPS access
+    (closes MS #2016)
 
-msva-perl (0.5) unstable; urgency=low
+ -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 07 Dec 2010 21:34:23 -0500
+
+msva-perl (0.6) upstream;
+
+  * Add new element to JSON syntax allowing request to override
+    keyserver_policy (closes MS #2542)
+  * Do not kill off child handling processes on HUP -- let them finish
+    their queries.
+  * Refactor logging code
+  * If we have Gtk2, Linux::Inotify2, and AnyEvent, we should monitor for
+    updates and prompt the user when we notice one. (closes MS #2540)
+  * Added tests/basic, as a simple test of a few functions (closes MS #2537)
+  * fixed double-prompting on sites that have more than one User ID
+    (closes MS #2567)
+  * report server implementation name and version with every query (closes
+    MS #2564)
+  * support x509pem, opensshpubkey, and rfc4716 PKC formats in addition to
+    x509der (addresses MS #2566)
+  * add new peer type categorization (closes MS #2568) -- peers of type
+    client can have much more flexible names than regular hostnames we
+    look for for servers.
+
+ -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sun, 14 Nov 2010 03:04:13 -0500
+
+msva-perl (0.5) upstream;
 
   * If ${MSVA_KEYSERVER} is unset or blank, default to using keyserver
     from ${GNUPGHOME}/gpg.conf if that file exists. (addresses MS #2080)