From 1ff2b10f282d7ae694b70b713cfefcdee467f873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Fri, 30 Sep 2016 12:00:33 +0200 Subject: [PATCH] changelog for gnupg bump, fixes #18293 --- nixos/doc/manual/release-notes/rl-1609.xml | 12 +++++++++++- nixos/modules/rename.nix | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/nixos/doc/manual/release-notes/rl-1609.xml b/nixos/doc/manual/release-notes/rl-1609.xml index 994764e188e7..b4974a1e26bd 100644 --- a/nixos/doc/manual/release-notes/rl-1609.xml +++ b/nixos/doc/manual/release-notes/rl-1609.xml @@ -4,7 +4,7 @@ version="5.0" xml:id="sec-release-16.09"> -Release 16.09 (“Flounder”, 2016/09/31) +Release 16.09 (“Flounder”, 2016/09/30) In addition to numerous new and upgraded packages, this release has the following highlights: @@ -176,6 +176,16 @@ following incompatible changes: configuration is interrupted. + + services.xserver.startGnuPGAgent + has been removed due to GnuPG 2.1.x bump. See + how to achieve similar behavior. You might need to + pkill gpg-agent after the upgrade + to prevent a stale agent being in the way. + + + diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix index 479e98091880..54124b8ff7c4 100644 --- a/nixos/modules/rename.nix +++ b/nixos/modules/rename.nix @@ -154,7 +154,7 @@ with lib; (mkRemovedOptionModule [ "services" "printing" "cupsFilesConf" ] "") (mkRemovedOptionModule [ "services" "printing" "cupsdConf" ] "") (mkRemovedOptionModule [ "services" "xserver" "startGnuPGAgent" ] - "See the 16.03 release notes for more information.") + "See the 16.09 release notes for more information.") (mkRemovedOptionModule [ "services" "phpfpm" "phpIni" ] "") (mkRemovedOptionModule [ "services" "dovecot2" "package" ] "") ];