From: William A. Rowe Jr Date: Wed, 27 Feb 2002 20:17:53 +0000 (+0000) Subject: I hope this explanation is simple enough - comments welcome. X-Git-Tag: 2.0.33~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92a64138b6111a7594afe8be168b7192a6df8f94;p=thirdparty%2Fapache%2Fhttpd.git I hope this explanation is simple enough - comments welcome. 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 --- diff --git a/CHANGES b/CHANGES index f023c8ba83c..e6948a93a01 100644 --- 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 , Aaron Bannert] PR 9888