simplify/shorten msva-query-agent documentation
[monkeysphere-validation-agent.git] / Changelog
1 msva-perl (0.6~pre) unstable; urgency=low
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
8  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 14 Oct 2010 16:30:54 -0400
9
10 msva-perl (0.5) unstable; urgency=low
11
12   * If ${MSVA_KEYSERVER} is unset or blank, default to using keyserver
13     from ${GNUPGHOME}/gpg.conf if that file exists. (addresses MS #2080)
14   * Under Linux, report details about the requesting process if we can
15     learn them from /proc (closes MS #2005)
16   * Conditionally rely on Gtk2 perl module -- no marginal UI without it,
17     but you can also install the MSVA now without needing to pull in a
18     bunch of Gtk libs (closes MS #2514)
19   * Sending a SIGHUP to the running server now re-execs it cleanly,
20     keeping the same port assignments and monitoring the same child
21     process.  This can be used to upgrade running msva instances after a
22     package update (closes MS #2532)
23
24  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 12 Oct 2010 03:50:02 -0400
25
26 msva-perl (0.4) upstream;
27
28   * removed dependency on monkeysphere package -- just invoke GnuPG
29     directly (needs GnuPG::Interface, Regexp::Common) (closes MS #2034)
30   * adds MSVA_KEYSERVER_POLICY and MSVA_KEYSERVER environment variables.
31   * added a marginal UI (needs Gtk2 perl module) (closes MS #2004)
32   * Filter incoming uids to match a strict regex (closes MS #2270)
33   * Trivially untaint the environment for the single child process
34     (closes MS #2461)
35
36  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 04 Oct 2010 01:06:52 -0400
37
38 msva-perl (0.3) upstream;
39
40   * packaging re-organization
41   * properly closing piped monkeysphere call
42   * restore default SIGCHLD handling for exec'ed subprocess (Closes: MS #2414)
43
44  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 16 Jun 2010 02:29:06 -0400
45
46 msva-perl (0.2) upstream;
47
48   * can now be invoked with a sub-command; will run until subcommand
49     completes, and then terminate with the same return code (this is
50     similar to the ssh-agent technique, and enables inclusion in
51     Xsession.d; see monkeysphere 0.29 package for automatic startup).
52   * chooses arbitrary open port by default (can still be specified with
53     MSVA_PORT environment variable)
54   * minimized logging spew by default.
55   * now shipping README.schema (notes about possible future MSVA
56     implementations)
57   * cleanup Makefile and distribution strategies.
58
59  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 15 Mar 2010 14:25:42 -0400
60
61 msva-perl (0.1) upstream;
62
63    * first release.
64
65  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 09 Mar 2010 00:08:54 -0500
66