From: Guenter Knauf Date: Sun, 17 Apr 2011 19:17:40 +0000 (+0000) Subject: Fixed line length to < 80 char. X-Git-Tag: 2.3.12~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9854fa994dbc3b9d809aa0ca8e021be490ddcc9b;p=thirdparty%2Fapache%2Fhttpd.git Fixed line length to < 80 char. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1094189 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 44cf467c3f5..f3ccce8cad3 100644 --- a/CHANGES +++ b/CHANGES @@ -64,7 +64,7 @@ Changes with Apache 2.3.12 Changes with Apache 2.3.11 - *) 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]