* Version 1.1.0 (stable) - API 63 (stable) - 2007-03-13

* Stable release
* Switched Tests to PHPUnit3

* Version 0.1 (alpha) - API 0.1 (alpha) - 2004-06-25

First release as proposal.

* Version 0.1.1 (alpha) - API 0.1.1 (alpha) - 2004-06-28

Split encoding and decoding in two classes. Now you can encode vars and decode strings, not only .torrent files.

* Version 0.1.2 (alpha) - API 0.1.2 (alpha) - 2004-07-11

Implemented changes suggestested during call for votes.

* Version 0.1.3 (beta) - API 0.1.3 (beta) - 2005-01-31

Fixed Bug #3222. Set state to beta.

* Version 0.1.4 (beta) - API 0.1.4 (beta) - 2005-02-04

Fixed an infinite loop when dictionaries where not closed properly.

* Version 0.1.5 (beta) - API 0.1.5 (beta) - 2005-02-07

This release *really* fixes Bug #3222, which was not fixed properly in 0.1.3.

* Version 0.1.6 (beta) - API 0.1.6 (beta) - 2005-02-22

Fix for Bug #3532. Removed integer parsing where not neccessary.

* Version 0.1.7 (beta) - API 0.1.7 (beta) - 2005-06-20

Fixed Bug #3970 (Encoding integers as strings) and Bug #4570 (Arrays with null values breaks encoding).

* Version 0.1.8 (beta) - API 0.1.8 (beta) - 2005-06-21

Fixed Bug #4570 (Array with empty array values were not decoded properly).

* Version 1.0.0RC1 (beta) - API 1.0.0RC1 (beta) - 2005-07-20

Removed UTF-8 de- and encoding which fixes invalid info_hashes. Added File_Bittorrent_MakeTorrent which creates .torrent files.

* Version 1.0.0RC2 (beta) - API 1.0.0RC2 (beta) - 2005-07-25

Added querying of the tracker to decoder. Fixed a bug where only the first level of the path was displayed with File_Bittorrent::decodeFile().

* Version 1.0.0 (stable) - API 49 (stable) - 2005-10-19

* First stable release
* Changed license from PHP to LGPL.
* Changed package.xml to version 2.
* A warm welcome to Justin (handle: nagash) as new developer.
* Enhances File_Bittorrent_Decode::decodeFile() filename handling.
* Check for allow_url_fopen.
* Raise an error in File_Bittorrent_MakeTorrent if no file is given.
* Save last PEAR_Error object in public property.

* Version 1.0.1 (stable) - API 57 (stable) - 2006-07-02

* Updated dependencies to PEAR 1.4.2 / PHP 4.4.
* Fixed _addDir return value. Bug #7406.
* Changed announce_list behaviour. Bug #8085.

* Version 1.0.2 (stable) - API 62 (stable) - 2006-09-04

* Alexiev fixed bug #5836
* Added test for info hash

* Version 1.1.0RC1 (beta) - API 63 (stable) - 2006-10-23

* Added enhancements to invalid data from Bug #9093. Thanks to Robin H. Johnson.
* Added AllTests.php
* Added tests to release

* Version 1.1.0 (stable) - API 63 (stable) - 2007-03-13

* Stable release
* Switched Tests to PHPUnit3

