From: Jim Jagielski Date: Thu, 27 Jun 2002 14:10:40 +0000 (+0000) Subject: On 2nd thought, these should be explicitly listed. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=738fe485ce583974b3a1c44c45d5c160083b64f1;p=thirdparty%2Fapache%2Fhttpd.git On 2nd thought, these should be explicitly listed. 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 --- diff --git a/src/CHANGES b/src/CHANGES index de698183f3c..84a0b898841 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -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 ]