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 e597cec6b32d..9abe7d450c93 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -153,7 +153,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" ] "")
(mkRemovedOptionModule [ "services" "dockerRegistry" ]