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