<?xml version="1.0" encoding="ISO-8859-1"?>
<package packagerversion="1.8.0alpha1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
 <name>File_Bittorrent2</name>
 <channel>pear.php.net</channel>
 <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&apos;s scrape page to get its statistics.
		PHP5 only.</description>
 <lead>
  <name>Markus Tacker</name>
  <user>tacker</user>
  <email>m@tacker.org</email>
  <active>yes</active>
 </lead>
 <developer>
  <name>Justin Jones</name>
  <user>nagash</user>
  <email>j.nagash@gmail.com</email>
  <active>no</active>
 </developer>
 <date>2009-03-22</date>
 <time>22:20:53</time>
 <version>
  <release>1.3.0</release>
  <api>94</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
 <notes>
* Fixed File_Bittorrent2_Decode::getAnnounceList() not returning announce list.
* Added option to File_Bittorrent2_Decode::getInfoHash() to return raw info_hash.
 </notes>
 <contents>
  <dir name="/">
   <file md5sum="c026d7045533f5cb5083bba4e2e973a2" name="File/Bittorrent2/Decode.php" role="php" />
   <file md5sum="393b1dbaf09d148620fc9d24a385807d" name="File/Bittorrent2/Encode.php" role="php" />
   <file md5sum="08ae9cd506a451cc2550e455bdaec2ed" name="File/Bittorrent2/MakeTorrent.php" role="php" />
   <file md5sum="8a2df02dd5859915a4ea84579feb4402" name="File/Bittorrent2/Exception.php" role="php" />
   <file md5sum="540330b08be4fed67fa86b34571adb12" name="Tests/AllTests.php" role="test" />
   <file md5sum="c8cb9c3a5d4f82f1a5171b7a8963eecf" name="Tests/Bug7406.php" role="test" />
   <file md5sum="ac005df4a2b1081e105473db47d17fcc" name="Tests/Bug8085.php" role="test" />
   <file md5sum="537b4f0f822f86cc45b4edcdb7df47e4" name="Tests/Bug14013.php" role="test" />
   <file md5sum="62f079c6b7bbdea0a96d7c8f199848ae" name="Tests/Bug15453.php" role="test" />
   <file md5sum="99c22fc3ad9aadf9f09efa4066ed2761" name="Tests/ticket-19.php" role="test" />
   <file md5sum="f5574e8095a037f4fdf0933c948829f8" name="Tests/FileBittorrent2.php" role="test" />
   <file md5sum="5c997aee2a05496770e3449f4c68fc32" name="example.php" role="doc" />
   <file md5sum="9dac2e50edd33ad043f5cc382636d3e5" name="example_mktorrent.php" role="doc" />
   <file md5sum="e798c61d7185940ee917094cfe340c10" name="install-x86-universal-2005.0.iso.torrent" role="doc" />
   <file md5sum="d46b91b13a126dec8fe8b64c267c3d3e" name="scrape.php" role="doc" />
   <file md5sum="0c21e58d4f1f04c67a897618b3f502bd" name="torrentinfo.php" role="doc" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>5.0.0</min>
   </php>
   <pearinstaller>
    <min>1.5.4</min>
   </pearinstaller>
  </required>
 </dependencies>
 <phprelease />
 <changelog>
  <release>
   <date>2009-03-22</date>
   <time>00:00:00</time>
   <version>
    <release>1.3.0</release>
    <api>94</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
   <notes>
* Fixed File_Bittorrent2_Decode::getAnnounceList() not returning announce list.
* Added option to File_Bittorrent2_Decode::getInfoHash() to return raw info_hash.
   </notes>
  </release>
  <release>
   <date>2009-01-26</date>
   <time>00:00:00</time>
   <version>
    <release>1.2.2</release>
    <api>82</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
   <notes>
* Fixed a problem with trackers escaping spaces in dictionary keys in scrape responses. See PEAR Bug #15453.
   </notes>
  </release>
  <release>
   <date>2009-01-25</date>
   <time>00:00:00</time>
   <version>
    <release>1.2.1</release>
    <api>82</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
   <notes>
* Changed PEAR dependency to 1.5.4. See http://pear.php.net/advisory-20070507.txt
* Added test case for Bug #15453
   </notes>
  </release>
  <release>
   <date>2008-06-12</date>
   <time>00:00:00</time>
   <version>
    <release>1.2.0</release>
    <api>82</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
   <notes>
* Implemented private flag for torrents. See PEAR Bug #14013.
   </notes>
  </release>
  <release>
   <date>2008-01-12</date>
   <time>00:00:00</time>
   <version>
    <release>1.1.0</release>
    <api>78</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
   <notes>
* Stable Release
		        * Added File_Bittorrent2_MakeTorrent::addFiles() and File_Bittorrent2_MakeTorrent::setName() by barry hunter
   </notes>
  </release>
  <release>
   <date>2007-08-26</date>
   <time>00:00:00</time>
   <version>
    <release>1.0.0RC1</release>
    <api>74</api>
   </version>
   <stability>
    <release>beta</release>
    <api>stable</api>
   </stability>
   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
   <notes>
* First PHP5 only release
* Introduced Exceptions
   </notes>
  </release>
 </changelog>
</package>
