From: Guenter Knauf Date: Sun, 17 Apr 2011 19:17:40 +0000 (+0000) Subject: Fixed line length to < 80 char. X-Git-Tag: 2.2.18~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bffb845e79caaa93170670b31f806699f4a9024;p=thirdparty%2Fapache%2Fhttpd.git Fixed line length to < 80 char. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094189 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 69b4e90486d..78c2c0fa4be 100644 --- a/CHANGES +++ b/CHANGES @@ -6,7 +6,7 @@ Changes with Apache 2.2.18 improve out of disk space handling (PR 30877); print a warning if a password is truncated by crypt. [Stefan Fritsch] - *) mod_win32: Added shebang check for '! so that .vbs scripts can work as CGI. + *) mod_win32: Added shebang check for '! so that .vbs scripts work as CGI. Win32's cscript interpreter can only use a single quote as comment char. [Guenter Knauf]