You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2006/02/15 21:29:15 UTC

svn commit: r378085 - /httpd/httpd/trunk/CHANGES

Author: rpluem
Date: Wed Feb 15 12:29:13 2006
New Revision: 378085

URL: http://svn.apache.org/viewcvs?rev=378085&view=rev
Log:
- Nitpicking style police: Add space between PR and number of PR
- Remove myself from credit list of fix for PR 38340, as this patch went
  in unaltered.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?rev=378085&r1=378084&r2=378085&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Wed Feb 15 12:29:13 2006
@@ -3,11 +3,11 @@
   [Remove entries to the current 2.0 and 2.2 section below, when backported]
 
   *) mod_proxy: Fix KeepAlives not being allowed and set to
-     backend servers. PR38602. [Ruediger Pluem, Jim Jagielski]
+     backend servers. PR 38602. [Ruediger Pluem, Jim Jagielski]
 
   *) Correctly initialize mod_proxy workers, which use a
      combination of local and shared datasets. Adjust logging
-     to better trace usage. PR38403. [Jim Jagielski]
+     to better trace usage. PR 38403. [Jim Jagielski]
 
   *) Respect GracefulShutdownTimeout in the worker and event MPMs.
      [Chris Darroch <chrisd pearsoncmg.com>, Garrett Rooney]
@@ -19,7 +19,7 @@
   *) mod_speling: Stop crashing with certain non-file requests.  [Jeff Trawick]
 
   *) mod_proxy_ajp: Support common headers of the AJP protocol in responses.
-     PR 38340. [Aleksey Pesternikov <apesternikov yahoo.com>, Ruediger Pluem]
+     PR 38340. [Aleksey Pesternikov <apesternikov yahoo.com>]
 
   *) core: Reject invalid Expect header immediately. PR 38123.
      [Ruediger Pluem]