<?xml version="1.0" encoding="ISO-8859-1" ?>
<package version="1.0">
  <name>File</name>
  <summary>Common file and directory routines</summary>
  <description>Provides easy access to read/write to files along with
    some common routines to deal with paths. Also provides
    interface for handling CSV files.</description>
  <maintainers>
    <maintainer>
      <user>richard</user>
      <name>Richard Heyes</name>
      <email>richard@php.net</email>
      <role>lead</role>
    </maintainer>
    <maintainer>
      <user>tal</user>
      <name>Tal Peer</name>
      <email>tal@php.net</email>
      <role>lead</role>
    </maintainer>
    <maintainer>
      <user>cox</user>
      <name>Tomas V.V. Cox</name>
      <email>cox@idecnet.com</email>
      <role>developer</role>
    </maintainer>
  </maintainers>
  <release>
    <version>1.0.2</version>
    <date>2002-05-26</date>
    <license>PHP</license>
    <state>stable</state>
    <notes>Revert to mode specification instead of using _checkAppend() function</notes>
    <filelist>
      <file role="php" md5sum="882fe5782e46f743fbc0b18dbc84b580" name="File.php"/>
      <file role="php" md5sum="d3a6f8e5366864ed726ecc3bc7bf6535" name="File/CSV.php"/>
      <file role="test" md5sum="df6b5898ff597b7c96511b821cd8145c" name="tests/parser.php"/>
      <file role="test" md5sum="cbecf1c21e14ad72f69b472c240099c8" name="tests/test.csv"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>1.0.1</version>
      <date>2002-05-03</date>
      <state>stable</state>
      <notes>Bugfix in _checkAppend() usage</notes>
    </release>
    <release>
      <version>1.0.0</version>
      <date>2002-05-02</date>
      <state>stable</state>
      <notes>Stable release</notes>
    </release>
    <release>
      <version>0.9.2</version>
      <date>2002-04-24</date>
      <state>beta</state>
      <notes>Fixed bug apparent when using fopen wrappers</notes>
    </release>
    <release>
      <version>0.9.1</version>
      <date>2002-04-09</date>
      <state>beta</state>
      <notes>Initial release</notes>
    </release>
  </changelog>
</package>
