chiark / gitweb /
gpg: Fix searching for mail addresses in keyrings.
[gnupg2.git] / debian / dirmngr.NEWS
1 dirmngr (2.1.18-1) unstable; urgency=medium
2
3   If your machine is configured with system user session management,
4   dirmngr will be managed automatically by systemd's user sessions on
5   machines configured with use systemd.  Please consider installing the
6   packages that the dirmngr package Suggests:, and see
7   /usr/share/doc/dirmngr/README.Debian for more details.
8
9  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 23 Jan 2017 22:50:34 -0500
10
11 dirmngr (2.1.13-3) experimental; urgency=medium
12
13   gpg and most related processes will auto-launch dirmngr if needed.
14
15   Any user who wants to launch dirmngr manually should do so with:
16
17      gpgconf --launch dirmngr
18
19   and may want to terminate dirmngr when their session ends with:
20
21      gpgconf --kill dirmngr
22
23   Users on machines with systemd can ensure that dirmngr is always
24   running for their session (and that it gets terminated at logout)
25   with:
26
27      gpgconf --kill dirmngr
28      systemctl --user enable dirmngr
29      systemctl --user start dirmngr
30
31  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 28 Jun 2016 17:55:15 -0400
32
33 dirmngr (2.1.0~beta895-1) experimental; urgency=medium
34
35   No more dirmngr system service!
36   ===============================
37   
38   As of the 2.1.0 beta series, dirmngr is a local daemon that works
39   closely with gnupg2.  It is launched on its own, per-user, and
40   listens on a standard socket (usually ~/.gnupg/S.dirmngr).  There is
41   no more system-wide dirmngr process.
42
43   If there is a special case where a dirmngr system process is
44   actually needed, please report a bug in dirmngr, and we can sort out
45   a way to set one up for that case so that everyone with dirmngr
46   installed doesn't need to have it running.
47   
48  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 07 Oct 2014 10:33:52 -0400
49