prepare for 0.6 release
[monkeysphere-validation-agent.git] / Changelog
index 5423050d385bde10f60334271f4734b80c60f19a..b9f8f87e2cdcf303f981d0d4bdbe7f7164943775 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,42 @@
-msva-perl (0.4~pre) upstream;
+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)
+  * Under Linux, report details about the requesting process if we can
+    learn them from /proc (closes MS #2005)
+  * Conditionally rely on Gtk2 perl module -- no marginal UI without it,
+    but you can also install the MSVA now without needing to pull in a
+    bunch of Gtk libs (closes MS #2514)
+  * Sending a SIGHUP to the running server now re-execs it cleanly,
+    keeping the same port assignments and monitoring the same child
+    process.  This can be used to upgrade running msva instances after a
+    package update (closes MS #2532)
+
+ -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 12 Oct 2010 03:50:02 -0400
+
+msva-perl (0.4) upstream;
 
   * removed dependency on monkeysphere package -- just invoke GnuPG
     directly (needs GnuPG::Interface, Regexp::Common) (closes MS #2034)