You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2011/04/17 21:17:40 UTC

svn commit: r1094189 - in /httpd/httpd: branches/2.2.x/CHANGES trunk/CHANGES

Author: fuankg
Date: Sun Apr 17 19:17:40 2011
New Revision: 1094189

URL: http://svn.apache.org/viewvc?rev=1094189&view=rev
Log:
Fixed line length to < 80 char.

Modified:
    httpd/httpd/branches/2.2.x/CHANGES
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/branches/2.2.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?rev=1094189&r1=1094188&r2=1094189&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/CHANGES [utf-8] Sun Apr 17 19:17:40 2011
@@ -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]
 

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1094189&r1=1094188&r2=1094189&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Sun Apr 17 19:17:40 2011
@@ -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]