]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
On 2nd thought, these should be explicitly listed.
authorJim Jagielski <jim@apache.org>
Thu, 27 Jun 2002 14:10:40 +0000 (14:10 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 27 Jun 2002 14:10:40 +0000 (14:10 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95902 13f79535-47bb-0310-9956-ffa450edef68

src/CHANGES

index de698183f3caf09480c9e783c0a2540d02112445..84a0b898841f8c74a50d742ce45478b7ef3dbef7 100644 (file)
@@ -6,7 +6,7 @@ Changes with Apache 1.3.26
      been there for 5 years. [Justin Erenkrantz]
 
   *) Ensure that we set the result value in ap_strtol before
-     we return it. [The whole gang again]
+     we return it. [Justin Erenkrantz, Jim Jagielski]
 
 Changes with Apache 1.3.25
 
@@ -14,7 +14,8 @@ Changes with Apache 1.3.25
      security issues in CAN-2002-0392 (cve.mitre.org) [CERT VU#944335].
      To support this, we utilize the ANSI functionality of
      strtol, and provide ap_strtol for completeness.
-     [The whole gang]
+     [Aaron Bannert, Justin Erenkrantz, Jim Jagielski, Brian Pane,
+      William Rowe, Cliff Woolley]
      
   *) PORT: With OpenBSD 3.1 and up, allow modules to work on their
      ELF-based architectures. [Brad <brad@openbsd.org>]