dlr         2002/11/11 15:55:20

  Modified:    xdocs    changes.xml
  Log:
  * Don't retain memory for huge CDATA buffers past the life of a
    request.  Reported by Glen Lewis <[EMAIL PROTECTED]>.
  
  Revision  Changes    Path
  1.17      +13 -0     xml-rpc/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-rpc/xdocs/changes.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -u -r1.16 -r1.17
  --- changes.xml       1 Nov 2002 22:08:51 -0000       1.16
  +++ changes.xml       11 Nov 2002 23:55:20 -0000      1.17
  @@ -14,6 +14,19 @@
           <ul>
   
             <li>
  +            <strong>11 Nov 2002</strong>
  +            <ul>
  +
  +              <li>
  +                Don't retain memory for huge CDATA buffers in
  +                XmlRpc.parse(InputStream) past the life of a
  +                request. (Daniel Rall/Glen Lewis)
  +              </li>
  +
  +            </ul>
  +          </li>
  +
  +          <li>
               <strong>1 Nov 2002</strong>
               <ul>
   
  
  
  


Reply via email to