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