]> granicus.if.org Git - apache/commitdiff
I hope this explanation is simple enough - comments welcome.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 27 Feb 2002 20:17:53 +0000 (20:17 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 27 Feb 2002 20:17:53 +0000 (20:17 +0000)
  When you touch CHANGES - remember they are for the 'common man',
  not just us :-)  Legibility is important.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93608 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index f023c8ba83cbdb8df30b9e7063a0725133952ef7..e6948a93a01e75b1b5b2603714c4bcf799423a9c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
 Changes with Apache 2.0.33-dev
 
+  *) Introduce PassPhraseDialog "|/path/to/pipe" mechanism to mod_ssl.
+     This pipe must be a bidirectional 'console' style relay, which
+     mod_perl prints all prompts to the pipe's stdin, and reads the
+     passphrases from the pipe's stdout.  [William Rowe]
+
   *) Fix bug where --sysconfdir and --localstatedir were being
      ignored.  [Thom May <thom@planetarytramp.net>, Aaron Bannert]
      PR 9888