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