<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0">
  <name>File_Bittorrent</name>
  <summary>Decode and Encode data in Bittorrent format</summary>
  <description>This package consists of thre classes which handles the encoding and decoding of data in Bittorrent format.
    You can also extract useful informations from .torrent files and create .torrent files.</description>
  <maintainers>
    <maintainer>
      <user>tacker</user>
      <name>Markus Tacker</name>
      <email>m@tacker.org</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>1.0.0RC1</version>
    <date>2005-07-20</date>
    <license>PHP License</license>
    <state>beta</state>
    <notes>Removed UTF-8 de- and encoding. Added File_Bittorrent_MakeTorrent which creates .torrent files.</notes>
    <deps>
      <dep type="pkg" rel="ge" version="1.1.0">PHP_Compat</dep>
    </deps>
    <filelist>
      <file role="php" md5sum="5cb80fb6f7282131645185e1110c9bd9" name="File/Bittorrent/Encode.php"/>
      <file role="php" md5sum="0448fc2480c0a76d4c98bd4ece057cf1" name="File/Bittorrent/Decode.php"/>
      <file role="php" md5sum="4c2890ccdd6a4d47f38b865c7d5c7079" name="File/Bittorrent/MakeTorrent.php"/>
      <file role="doc" md5sum="ea164ec8eb2dfb225952a6d813484b83" name="example.php"/>
      <file role="doc" md5sum="b888b3c9962b701f2e9bee66e8d99452" name="example_mktorrent.php"/>
      <file role="doc" md5sum="37b65e26fbd6bd58a360cfdb8e9882bc" name="torrentinfo.php"/>
      <file role="doc" md5sum="11bb58ec7e89e7813d93936755027cb5" name="freebsd.torrent"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>0.1</version>
      <date>2004-06-25</date>
      <state>alpha</state>
      <notes>First release as proposal.
</notes>
    </release>
    <release>
      <version>0.1.1</version>
      <date>2004-06-28</date>
      <state>alpha</state>
      <notes>Split encoding and decoding in two classes. Now you can encode vars and decode strings, not only .torrent files.
</notes>
    </release>
    <release>
      <version>0.1.2</version>
      <date>2004-07-11</date>
      <state>alpha</state>
      <notes>Implemented changes suggestested during call for votes.
</notes>
    </release>
    <release>
      <version>0.1.3</version>
      <date>2005-01-31</date>
      <state>beta</state>
      <notes>Fixed Bug #3222. Set state to beta.
</notes>
    </release>
    <release>
      <version>0.1.4</version>
      <date>2005-02-04</date>
      <state>beta</state>
      <notes>Fixed an infinite loop when dictionaries where not closed properly.
</notes>
    </release>
    <release>
      <version>0.1.5</version>
      <date>2005-02-07</date>
      <state>beta</state>
      <notes>This release *really* fixes Bug #3222, which was not fixed properly in 0.1.3.
</notes>
    </release>
    <release>
      <version>0.1.6</version>
      <date>2005-02-22</date>
      <state>beta</state>
      <notes>Fix for Bug #3532. Removed integer parsing where not neccessary.
</notes>
    </release>
    <release>
      <version>0.1.7</version>
      <date>2005-06-20</date>
      <state>beta</state>
      <notes>Fixed Bug #3970 (Encoding integers as strings) and Bug #4570 (Arrays with null values breaks encoding).
</notes>
    </release>
    <release>
      <version>0.1.8</version>
      <date>2005-06-21</date>
      <state>beta</state>
      <notes>Fixed Bug #4570 (Array with empty array values were not decoded properly).
</notes>
    </release>
    <release>
      <version>1.0.0RC1</version>
      <date>2005-07-20</date>
      <state>beta</state>
      <notes>Removed UTF-8 de- and encoding which fixes invalid info_hashes. Added File_Bittorrent_MakeTorrent which creates .torrent files.
</notes>
    </release>
  </changelog>
</package>
