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