From: Andre Malo Date: Sun, 16 Feb 2003 04:47:31 +0000 (+0000) Subject: move backported change to the appropriate place. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efb281e931bb0ab7ad88804e496b5ef59b2a84a8;p=thirdparty%2Fapache%2Fhttpd.git move backported change to the appropriate place. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98679 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 3c474a6eb7b..7579eec2063 100644 --- a/CHANGES +++ b/CHANGES @@ -25,10 +25,6 @@ Changes with Apache 2.1.0-dev *) Forward port of mod_actions' ability to handle arbitrary methods with the Script directive. [André Malo] - *) mod_auth_digest no longer tries to guess AuthDigestDomain, if it's - not specified. Now it assumes "/" as already documented. PR 16937. - [André Malo] - *) mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot be started on Unix because of such problems as bad permissions, bad shebang line, etc. [Jeff Trawick] @@ -109,6 +105,10 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.45 + *) mod_auth_digest no longer tries to guess AuthDigestDomain, if it's + not specified. Now it assumes "/" as already documented. PR 16937. + [André Malo] + *) Try to log an error if a piped log program fails. Try to restart a piped log program in more failure situations. Fix an existing problem with error handling in piped_log_spawn(). Use