preparing proposed 0.5 release
[monkeysphere-validation-agent.git] / Changelog
1 msva-perl (0.5) unstable; urgency=low
2
3   * If ${MSVA_KEYSERVER} is unset or blank, default to using keyserver
4     from ${GNUPGHOME}/gpg.conf if that file exists. (addresses MS #2080)
5   * Under Linux, report details about the requesting process if we can
6     learn them from /proc (closes MS #2005)
7   * Conditionally rely on Gtk2 perl module -- no marginal UI without it,
8     but you can also install the MSVA now without needing to pull in a
9     bunch of Gtk libs (closes MS #2514)
10   * Sending a SIGHUP to the running server now re-execs it cleanly,
11     keeping the same port assignments and monitoring the same child
12     process.  This can be used to upgrade running msva instances after a
13     package update (closes MS #2532)
14
15  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 12 Oct 2010 03:50:02 -0400
16
17 msva-perl (0.4) upstream;
18
19   * removed dependency on monkeysphere package -- just invoke GnuPG
20     directly (needs GnuPG::Interface, Regexp::Common) (closes MS #2034)
21   * adds MSVA_KEYSERVER_POLICY and MSVA_KEYSERVER environment variables.
22   * added a marginal UI (needs Gtk2 perl module) (closes MS #2004)
23   * Filter incoming uids to match a strict regex (closes MS #2270)
24   * Trivially untaint the environment for the single child process
25     (closes MS #2461)
26
27  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 04 Oct 2010 01:06:52 -0400
28
29 msva-perl (0.3) upstream;
30
31   * packaging re-organization
32   * properly closing piped monkeysphere call
33   * restore default SIGCHLD handling for exec'ed subprocess (Closes: MS #2414)
34
35  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 16 Jun 2010 02:29:06 -0400
36
37 msva-perl (0.2) upstream;
38
39   * can now be invoked with a sub-command; will run until subcommand
40     completes, and then terminate with the same return code (this is
41     similar to the ssh-agent technique, and enables inclusion in
42     Xsession.d; see monkeysphere 0.29 package for automatic startup).
43   * chooses arbitrary open port by default (can still be specified with
44     MSVA_PORT environment variable)
45   * minimized logging spew by default.
46   * now shipping README.schema (notes about possible future MSVA
47     implementations)
48   * cleanup Makefile and distribution strategies.
49
50  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 15 Mar 2010 14:25:42 -0400
51
52 msva-perl (0.1) upstream;
53
54    * first release.
55
56  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 09 Mar 2010 00:08:54 -0500
57