rename test directories and sort tests by name
[monkeysphere-validation-agent.git] / Changelog
1 msva-perl (0.9~pre) upstream;
2
3   * Add "e-mail" context (checks for signing capability instead of
4     authentication) (closes MS #2688)
5   * Add "openpgp4fpr" pkc type for providing OpenPGP v4 fingerprint
6   * Add --version option to msva-query-agent
7
8  -- Jameson Rollins <jrollins@finestructure.net>  Tue, 28 Dec 2010 10:30:32 -0500
9
10 msva-perl (0.8) upstream;
11
12   * Minor bugfix release!
13   * Avoid indirect object creation (thanks to intrigeri for pointing this out).
14   * Bug fix for unused option provided to gpgkeys_hkpms.
15   * Allow use of hkpms keyservers from gpg.conf
16   * Allow the use of ports in hostnames (closes MS # 2665)
17   * Do not report self-sigs as other certifiers (but report valid,
18     non-matching identities independently) (closes MS # 2569)
19   * List certifiers only once (closes MS # 2573)
20   * Enable the use of --keyserver-options http-proxy for gpgkeys_hkpms
21     (includes support for socks proxies) (closes MS # 2677)
22
23  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 20 Dec 2010 04:04:15 -0500
24
25 msva-perl (0.7) upstream;
26
27   * udpated msva-query-agent documentation
28   * added gpgkeys_hkpms for monkeysphere-authenticated HKPS access
29     (closes MS #2016)
30
31  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 07 Dec 2010 21:34:23 -0500
32
33 msva-perl (0.6) upstream;
34
35   * Add new element to JSON syntax allowing request to override
36     keyserver_policy (closes MS #2542)
37   * Do not kill off child handling processes on HUP -- let them finish
38     their queries.
39   * Refactor logging code
40   * If we have Gtk2, Linux::Inotify2, and AnyEvent, we should monitor for
41     updates and prompt the user when we notice one. (closes MS #2540)
42   * Added tests/basic, as a simple test of a few functions (closes MS #2537)
43   * fixed double-prompting on sites that have more than one User ID
44     (closes MS #2567)
45   * report server implementation name and version with every query (closes
46     MS #2564)
47   * support x509pem, opensshpubkey, and rfc4716 PKC formats in addition to
48     x509der (addresses MS #2566)
49   * add new peer type categorization (closes MS #2568) -- peers of type
50     client can have much more flexible names than regular hostnames we
51     look for for servers.
52
53  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sun, 14 Nov 2010 03:04:13 -0500
54
55 msva-perl (0.5) upstream;
56
57   * If ${MSVA_KEYSERVER} is unset or blank, default to using keyserver
58     from ${GNUPGHOME}/gpg.conf if that file exists. (addresses MS #2080)
59   * Under Linux, report details about the requesting process if we can
60     learn them from /proc (closes MS #2005)
61   * Conditionally rely on Gtk2 perl module -- no marginal UI without it,
62     but you can also install the MSVA now without needing to pull in a
63     bunch of Gtk libs (closes MS #2514)
64   * Sending a SIGHUP to the running server now re-execs it cleanly,
65     keeping the same port assignments and monitoring the same child
66     process.  This can be used to upgrade running msva instances after a
67     package update (closes MS #2532)
68
69  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 12 Oct 2010 03:50:02 -0400
70
71 msva-perl (0.4) upstream;
72
73   * removed dependency on monkeysphere package -- just invoke GnuPG
74     directly (needs GnuPG::Interface, Regexp::Common) (closes MS #2034)
75   * adds MSVA_KEYSERVER_POLICY and MSVA_KEYSERVER environment variables.
76   * added a marginal UI (needs Gtk2 perl module) (closes MS #2004)
77   * Filter incoming uids to match a strict regex (closes MS #2270)
78   * Trivially untaint the environment for the single child process
79     (closes MS #2461)
80
81  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 04 Oct 2010 01:06:52 -0400
82
83 msva-perl (0.3) upstream;
84
85   * packaging re-organization
86   * properly closing piped monkeysphere call
87   * restore default SIGCHLD handling for exec'ed subprocess (Closes: MS #2414)
88
89  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 16 Jun 2010 02:29:06 -0400
90
91 msva-perl (0.2) upstream;
92
93   * can now be invoked with a sub-command; will run until subcommand
94     completes, and then terminate with the same return code (this is
95     similar to the ssh-agent technique, and enables inclusion in
96     Xsession.d; see monkeysphere 0.29 package for automatic startup).
97   * chooses arbitrary open port by default (can still be specified with
98     MSVA_PORT environment variable)
99   * minimized logging spew by default.
100   * now shipping README.schema (notes about possible future MSVA
101     implementations)
102   * cleanup Makefile and distribution strategies.
103
104  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 15 Mar 2010 14:25:42 -0400
105
106 msva-perl (0.1) upstream;
107
108    * first release.
109
110  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 09 Mar 2010 00:08:54 -0500
111