Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 91379 invoked by uid 500); 1 Feb 2001 10:55:39 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 91365 invoked by uid 500); 1 Feb 2001 10:55:37 -0000 Delivered-To: apmail-apache-1.3-cvs@apache.org Date: 1 Feb 2001 10:55:37 -0000 Message-ID: <20010201105537.91351.qmail@apache.org> From: fanf@apache.org To: apache-1.3-cvs@apache.org Subject: cvs commit: apache-1.3/src CHANGES fanf 01/02/01 02:55:36 Modified: src CHANGES Log: attribution/PR formatting pedantry Revision Changes Path 1.1636 +20 -20 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.1635 retrieving revision 1.1636 diff -u -u -r1.1635 -r1.1636 --- CHANGES 2001/02/01 10:18:13 1.1635 +++ CHANGES 2001/02/01 10:55:35 1.1636 @@ -5,7 +5,7 @@ *) Get the correct IP address if ServerName isn't set and we can't find a fully-qualified domain name at startup. - PR#7170 [Danek Duvall ] + [Danek Duvall ] PR#7170 *) Fix pointer arithmetic in mod_rewrite map expansion. [Christopher A. Bongaarts ] PR#7157, 7158 @@ -61,21 +61,21 @@ itself when starting the server. [William Rowe, Andrew Braund] *) Fix the declaration of the module structure in mod_example. - PR#7095 [Gururaj Upadhye ] + [Gururaj Upadhye ] PR#7095 *) Fix the handling of variable expansion look-ahead in mod_rewrite, i.e. syntax like %{LA-U:REMOTE_USER}, and also fix the parsing of - more complicated nested RewriteMap lookups. PR#7087 [Tony Finch] + more complicated nested RewriteMap lookups. [Tony Finch] PR#7087 *) Fix the RFC number mentioned when complaining about a missing - Host: header. PR#7079 [Alexey Toptygin ] + Host: header. [Alexey Toptygin ] PR#7079 *) Fix Range header processing to properly parse the syntax specified in RFC 2616, and properly handle unsatisfiable requests by returning - a 416 error. PR#6973 [Tony Finch, William Rowe] + a 416 error. [Tony Finch, William Rowe] PR#6973 *) Remove some human-readable fluff from the machine-readable mod_status - display. PR#7025 [Youichirou Koga ] + display. [Youichirou Koga ] PR#7025 *) The new Win32 command line option, -k config, replaces the default options for the existing, named service with the options given on @@ -151,7 +151,7 @@ condition. [Victor J. Orlikowski] *) Make cgi-bin work as a regular directory when using mod_vhost_alias - with no VirtualScriptAlias directives. PR#6829 [Tony Finch] + with no VirtualScriptAlias directives. [Tony Finch] PR#6829 *) Move the check of the Expect request header field after the hook for ap_post_read_request, since that is the only opportunity for @@ -165,13 +165,13 @@ change was made. [Brad Nicholes ] *) Relax the syntax checking of Host: headers in order to support - iDNS. PR#6635 [Tony Finch] + iDNS. [Tony Finch] PR#6635 *) Fix Content-Length calculation when doing Range header processing. - This makes PDF byteserving work again. PR#6711 [Tony Finch] + This makes PDF byteserving work again. [Tony Finch] PR#6711 *) Link with libresolv on UnixWare 7 so that PHP works. - PR#6780 [Larry Rosenman ] + [Larry Rosenman ] PR#6780 *) Linux 2.2.x and later do not need a serialised single listener, and sysv semaphores scale better than fcntl. Updated GuessOS @@ -205,13 +205,13 @@ their canonical names. [Brad Nicholes ] *) Update the mime.types file to the registered media types as - of 2000-10-19. PR#6613 [Carsten Klapp , - Tony Finch] + of 2000-10-19. [Carsten Klapp , + Tony Finch] PR#6613 *) Restore functionality broken by the mod_rewrite security fix: rewrite map lookup keys and default values are now expanded so that the lookup can depend on the requested URI etc. - PR #6671 [Tony Finch] + [Tony Finch] PR #6671 Changes with Apache 1.3.14 @@ -402,7 +402,7 @@ *) Fix mod_expires to merge its settings for Cache-Control into any existing value for the field. It was unconditionally setting it, wiping out anything from, say, a 'Header Append Cache-Control'. - PR#5769 [Ken Coar] + [Ken Coar] PR#5769 *) Add Win32 option -k stop as an alias of -k shutdown, to correspond to the NET START/NET STOP syntax. [William Rowe] @@ -416,7 +416,7 @@ *) Expand mod_setenvif so its directives can be used in and containers, and in .htaccess files when FileInfo - overriding is allowed. PR#3000 [Ken Coar] + overriding is allowed. [Ken Coar] PR#3000 *) Fix Win32 bug when pathname length exactly equals MAX_PATH. This bug caused directory index to be displayed rather than @@ -1133,7 +1133,7 @@ "Vary: host, negotiate, host, accept-language") are reduced to single instances. This is a better solution than the force-no-vary one (which is still valid for clients that can't cope with Vary - at all). PR#3118 [Dean Gaudet, Roy Fielding, Ken Coar] + at all). [Dean Gaudet, Roy Fielding, Ken Coar] PR#3118 *) Portability changes for BeOS. [David Reid abb37@dial.pipex.com] @@ -1245,7 +1245,7 @@ as header fields and request attributes. [Ken Coar] *) Fix mod_autoindex's handling of ScanHTMLTitles when file - content-types are "text/html;parameters". PR#4524 [Ken Coar] + content-types are "text/html;parameters". [Ken Coar] PR#4524 *) Remove "mxb" support from mod_negotiation -- it was a draft feature never accepted into any standard, and it opens up certain DoS @@ -5837,7 +5837,7 @@ permissions, deny access to the directory with a HTTP_FORBIDDEN. The previous behavior was to ignore the htaccess file if it could not be read. This change may make some setups with unreadable - htaccess files stop working. PR#817 [Marc Slemko] + htaccess files stop working. [Marc Slemko] PR#817 *) SECURITY: no2slash() was O(n^2) in the length of the input. Make it O(n). This inefficiency could be used to mount a denial @@ -5880,8 +5880,8 @@ *) The request to a remote proxy was mangled if it was generated as the result of a ProxyPass directive. URL schemes other than http:// were not - supported when ProxyRemote was used. PR#260, PR#656, PR#699, PR#713, - PR#812 [Lars Eilebrecht] + supported when ProxyRemote was used. [Lars Eilebrecht] PR#260, PR#656, + PR#699, PR#713, PR#812 *) Fixed proxy-pass-through feature of mod_rewrite; Added error logging information for case where proxy module is not available. [Marc Slemko]