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