Commit 17fa87d8 authored by Paul Querna's avatar Paul Querna
Browse files

sync with 2.0.x branch.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155392 13f79535-47bb-0310-9956-ffa450edef68
parent 61107a20
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -7,11 +7,6 @@ Changes with Apache 2.1.4
Changes with Apache 2.1.3
  *) core_input_filter: Move buckets to a persistent brigade instead of
     creating a new brigade when apr_brigade_split is called. This stops
     a memory leak when proxying a Streaming Media Server. PR 33382.
     [Paul Querna]
  *) mod_ssl: Add ssl_ext_lookup optional function for accessing
     certificate extensions.   [David Reid, Joe Orton]
@@ -602,6 +597,10 @@ Changes with Apache 2.1.1
Changes with Apache 2.0.54
  *) core_input_filter: Move buckets to a persistent brigade instead of
     creating a new brigade. This stop a memory leak when proxying a 
     Streaming Media Server. PR 33382. [Paul Querna]
  *) mod_win32: Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid 
     hiccups from additional path information passed in non-utf-8 format.
     [Richard Donkin <rd9 donkin.org]