Commit 4dc659a8 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

add CHANGES entries for r1497429

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1497437 13f79535-47bb-0310-9956-ffa450edef68
parent 58423526
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6,6 +6,13 @@ Changes with Apache 2.2.25
     escaped to prevent terminal escape sequences from entering the
     log file.  [Eric Covener, Jeff Trawick, Joe Orton]

  *) core: Limit ap_pregsub() to 64MB and add ap_pregsub_ex() for longer
     strings.  The default limit for ap_pregsub() can be adjusted at compile
      time by defining AP_PREGSUB_MAXLEN.  [Stefan Fritsch, Jeff Trawick]

  *) mod_setenvif: Log error on substitution overflow.
     [Stefan Fritsch]

  *) mod_ssl: Quiet FIPS mode weak keys disabled and FIPS not selected emits
     in the error log to debug level.  [William Rowe]