From: Jim Jagielski Date: Tue, 18 Jun 2002 05:17:11 +0000 (+0000) Subject: Note the big change X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a9015e0575305f410e8644d1b4ac92d9322e718;p=thirdparty%2Fapache%2Fhttpd.git Note the big change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95765 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index fe4ea2340ae..00c5bf8b337 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,5 +1,11 @@ Changes with Apache 1.3.25 + *) Code changes required to address and close the security + issues in CAN-2002-0392 (mitre.org) [CERT VU#944335]. + To support this, we utilize the ANSI functionality of + strtol, and provide ap_strtol for completeness. + [The whole gang] + *) PORT: With OpenBSD 3.1 and up, allow modules to work on their ELF-based architectures. [Brad ]