ensure that every response returns a server identifier
[monkeysphere-validation-agent.git] / Changelog
1 msva-perl (0.6~pre) upstream;
2
3   * Add new element to JSON syntax allowing request to override
4     keyserver_policy (closes MS #2542)
5   * Do not kill off child handling processes on HUP -- let them finish
6     their queries.
7   * Refactor logging code
8   * If we have Gtk2, Linux::Inotify2, and AnyEvent, we should monitor for
9     updates and prompt the user when we notice one. (closes MS #2540)
10   * Added tests/basic, as a simple test of a few functions (closes MS #2537)
11   * fixed double-prompting on sites that have more than one User ID
12     (closes MS #2567)
13   * report server implementation name and version with every query (closes
14     MS # 2564)
15
16  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 28 Oct 2010 17:14:35 -0400
17
18 msva-perl (0.5) upstream;
19
20   * If ${MSVA_KEYSERVER} is unset or blank, default to using keyserver
21     from ${GNUPGHOME}/gpg.conf if that file exists. (addresses MS #2080)
22   * Under Linux, report details about the requesting process if we can
23     learn them from /proc (closes MS #2005)
24   * Conditionally rely on Gtk2 perl module -- no marginal UI without it,
25     but you can also install the MSVA now without needing to pull in a
26     bunch of Gtk libs (closes MS #2514)
27   * Sending a SIGHUP to the running server now re-execs it cleanly,
28     keeping the same port assignments and monitoring the same child
29     process.  This can be used to upgrade running msva instances after a
30     package update (closes MS #2532)
31
32  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 12 Oct 2010 03:50:02 -0400
33
34 msva-perl (0.4) upstream;
35
36   * removed dependency on monkeysphere package -- just invoke GnuPG
37     directly (needs GnuPG::Interface, Regexp::Common) (closes MS #2034)
38   * adds MSVA_KEYSERVER_POLICY and MSVA_KEYSERVER environment variables.
39   * added a marginal UI (needs Gtk2 perl module) (closes MS #2004)
40   * Filter incoming uids to match a strict regex (closes MS #2270)
41   * Trivially untaint the environment for the single child process
42     (closes MS #2461)
43
44  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 04 Oct 2010 01:06:52 -0400
45
46 msva-perl (0.3) upstream;
47
48   * packaging re-organization
49   * properly closing piped monkeysphere call
50   * restore default SIGCHLD handling for exec'ed subprocess (Closes: MS #2414)
51
52  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 16 Jun 2010 02:29:06 -0400
53
54 msva-perl (0.2) upstream;
55
56   * can now be invoked with a sub-command; will run until subcommand
57     completes, and then terminate with the same return code (this is
58     similar to the ssh-agent technique, and enables inclusion in
59     Xsession.d; see monkeysphere 0.29 package for automatic startup).
60   * chooses arbitrary open port by default (can still be specified with
61     MSVA_PORT environment variable)
62   * minimized logging spew by default.
63   * now shipping README.schema (notes about possible future MSVA
64     implementations)
65   * cleanup Makefile and distribution strategies.
66
67  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 15 Mar 2010 14:25:42 -0400
68
69 msva-perl (0.1) upstream;
70
71    * first release.
72
73  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 09 Mar 2010 00:08:54 -0500
74