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