chiark / gitweb /
gpg agent threading bugs: Add some `xxx' comments.
[gnupg2.git] / debian / dirmngr.NEWS
1 dirmngr (2.1.13-3) experimental; urgency=medium
2
3   gpg and most related processes will auto-launch dirmngr if needed.
4
5   Any user who wants to launch dirmngr manually should do so with:
6
7      gpgconf --launch dirmngr
8
9   and may want to terminate dirmngr when their session ends with:
10
11      gpgconf --kill dirmngr
12
13   Users on machines with systemd can ensure that dirmngr is always
14   running for their session (and that it gets terminated at logout)
15   with:
16
17      gpgconf --kill dirmngr
18      systemctl --user enable dirmngr
19      systemctl --user start dirmngr
20
21  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 28 Jun 2016 17:55:15 -0400
22
23 dirmngr (2.1.0~beta895-1) experimental; urgency=medium
24
25   No more dirmngr system service!
26   ===============================
27   
28   As of the 2.1.0 beta series, dirmngr is a local daemon that works
29   closely with gnupg2.  It is launched on its own, per-user, and
30   listens on a standard socket (usually ~/.gnupg/S.dirmngr).  There is
31   no more system-wide dirmngr process.
32
33   If there is a special case where a dirmngr system process is
34   actually needed, please report a bug in dirmngr, and we can sort out
35   a way to set one up for that case so that everyone with dirmngr
36   installed doesn't need to have it running.
37   
38  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 07 Oct 2014 10:33:52 -0400
39