<?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 three classes which handles the encoding and decoding of data in Bittorrent format.
    You can also extract useful informations from .torrent files, create .torrent files and query the torrent's scrape page to get its statistics.</description>
  <maintainers>
    <maintainer>
      <user>tacker</user>
      <name>Markus Tacker</name>
      <email>m@tacker.org</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>1.0.0RC2</version>
    <date>2005-07-25</date>
    <license>PHP License</license>
    <state>beta</state>
    <notes>Added querying of the tracker to decoder. Fixed a bug where only the first level of the path was displayed with File_Bittorrent::decodeFile().</notes>
    <deps>
      <dep type="pkg" rel="ge" version="1.1.0">PHP_Compat</dep>
    </deps>
    <filelist>
      <file role="php" md5sum="78d0ae749012509a32c2c98b073e61d1" name="File/Bittorrent/Encode.php"/>
      <file role="php" md5sum="7dcaf2a257568024031a3529e19fb906" name="File/Bittorrent/Decode.php"/>
      <file role="php" md5sum="90a7928aa794fd011b7ce9474f5e89a4" 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="a9cf89c00a9c86446295f07c3c90c4e4" name="scrape.php"/>
      <file role="doc" md5sum="e798c61d7185940ee917094cfe340c10" name="install-x86-universal-2005.0.iso.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>
    <release>
      <version>1.0.0RC2</version>
      <date>2005-07-25</date>
      <state>beta</state>
      <notes>Added querying of the tracker to decoder. Fixed a bug where only the first level of the path was displayed with File_Bittorrent::decodeFile().
</notes>
    </release>
  </changelog>
</package>
