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