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