From: Jeff Trawick Date: Thu, 8 May 2008 12:20:13 +0000 (+0000) Subject: fix OS name for searchability X-Git-Tag: 2.3.0~661 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5744d53be26156f6b00d7898a99c1835d8eefa29;p=thirdparty%2Fapache%2Fhttpd.git fix OS name for searchability git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@654504 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 2a23ecf400c..b5b12e1923a 100644 --- a/CHANGES +++ b/CHANGES @@ -3,7 +3,7 @@ Changes with Apache 2.3.0 [ When backported to 2.2.x, remove entry from this file ] *) mod_cgid: Explicitly set permissions of the socket (ScriptSock) shared by - mod_cgid and request processing threads, for OS'es such as HPUX and AIX + mod_cgid and request processing threads, for OS'es such as HP-UX and AIX that do not use umask for AF_UNIX socket permissions. [Eric Covener, Jeff Trawick]