Issue #8890: Stop advertising an insecure use of /tmp in docs
diff --git a/Misc/ACKS b/Misc/ACKS
index c488644..1c453f0 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1081,6 +1081,7 @@
Gerald S. Williams
Steven Willis
Frank Willison
+Geoff Wilson
Greg V. Wilson
J Derek Wilson
Paul Winkler
diff --git a/Misc/NEWS b/Misc/NEWS
index 7a51f8a..926593a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -926,6 +926,10 @@
Documentation
-------------
+- Issue #8890: Stop advertising an insecure practice by replacing uses
+ of the /tmp directory with better alternatives in the documentation.
+ Patch by Geoff Wilson.
+
- Issue #17203: add long option names to unittest discovery docs.
- Issue #13094: add "Why do lambdas defined in a loop with different values