]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Sigh, one notice is more than enough.
authorSander Striker <striker@apache.org>
Fri, 24 Oct 2003 16:40:36 +0000 (16:40 +0000)
committerSander Striker <striker@apache.org>
Fri, 24 Oct 2003 16:40:36 +0000 (16:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101558 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index bd113fc04ac8bb1047604c6d0283eca5ba607783..c5820a6975801648f9c64f99f9500a4b279877d2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -28,11 +28,6 @@ Changes with Apache 2.0.48
   *) mod_rewrite: Don't die silently when failing to open RewriteLogs.
      PR 23416.  [AndrĂ© Malo]
 
-
-  *) SECURITY [CAN-2003-0789]: mod_cgid: Resolve some mishandling of
-     the AF_UNIX socket used to communicate with the cgid daemon and
-     the CGI script.  [Jeff Trawick]
-
   *) mod_rewrite: Fix mod_rewrite's support of the [P] option to send
      rewritten request using "proxy:". The code was adding multiple "proxy:"
      fields in the rewritten URI. PR: 13946.