Issue #12496:  Install test/capath directory to prevent test_connect_capath
testcase failure in test_ssl.
diff --git a/Misc/NEWS b/Misc/NEWS
index 517c611..ddda39f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -981,6 +981,9 @@
 Tests
 -----
 
+- Issue #12496:  Install test/capath directory to prevent test_connect_capath
+  testcase failure in test_ssl.
+
 - Issue #12469: Run wakeup and pending signal tests in a subprocess to run the
   test in a fresh process with only one thread and to not change signal
   handling of the parent process.