You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by dl...@apache.org on 2002/02/18 17:59:53 UTC

cvs commit: xml-rpc/xdocs changes.xml

dlr         02/02/18 08:59:53

  Added:       xdocs    changes.xml
  Log:
  New change log, consisting of two entries:
  
  o Maximum number of threads made programmatically configurable.
  
  o Optimizations made to memory usage of XmlRpc class.
  
  Revision  Changes    Path
  1.1                  xml-rpc/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
    <properties>
      <title>XML-RPC</title>
      <author email="dlr@finemaltcoding.com">Daniel Rall</author>
    </properties>
  
    <body>
  
      <section name="Changes">
        <p>
          <ul>
  
            <li>
              <strong>18 Feb 2002</strong>
              <ul>
  
                <li>
                  Maximum number of threads made programmatically
                  configurable. (dlr)
                </li>
  
              </ul>
            </li>
  
            <li>
              <strong>15 Feb 2002</strong>
              <ul>
                
                <li>
                  Optimizations made to memory usage of XmlRpc
                  class. (dlr)
                </li>
  
              </ul>
            </li>
  
          </ul>
        </p>
      </section>
    </body>
  </document>