* Version 1.2.5 (stable) - API 1.2.5 (stable) - 2008-05-03

- Removed deprecated cURL option CURLOPT_MUTE (Bug #13489) 
- Changed the license to the New BSD License (Bug #13831)
- Cleaned up code to (mostly) comply with phpcs
- Converted package.xml to version 2.0

* Version 1.2.4 (stable) - API 1.2.4 (stable) - 2006-11-23

- Fixed bug #9427 POST-FileUpload

* Version 1.2.3 (stable) - API 1.2.3 (stable) - 2006-06-16

- Fixed bug #7918 Cookie Handling

* Version 1.2.2 (stable) - API 1.2.2 (stable) - 2005-08-11

- Fixed a bug #5156 URL encoding of POSTed values

* Version 1.2.1 (stable) - API 1.2.1 (stable) - 2005-08-11

- Fixed a bug in setOption() that resulted in options not being set
- Rearranged verifyPeer/verifyHost handling so you can now turn off all SSL verification
- Changed some of the internal code to use setOption() instead of curl_setopt()
- Updated the example fetchPage.php to take the URL as a command-line argument 
- Updated the example fetchPage.php to use Net_Curl::create() as this is now best practice
- Removed David Costa from maintainer list in package.xml

* Version 1.2.0 (stable) - API 1.2.0 (stable) - 2005-07-13

- Fixed coding standards, which included variable name changes (ie. http_headers to httpHeaders) 
- Fixed file uploads (Bug #3580)
- Added check for HTTP status code (Bug #2562)
- Added certificate authority options (Bug #2887)
- Added Net_Curl::getInfo() (Bug #2887)
- Added Net_Curl::setOption() (Bug #2887)
- Added dependencies for PHP 4.2.0 and the cURL extension (Bug #1941)
- Added __construct()/__destruct() for PHP 5.x compatibility and switched PHP 4.x constructor to call PHP 5.x constructor for BC
- Added Joe Stump as a lead
- Added Philippe Jausions as a lead
- Moved David Costa to developer

* Version 1.0.1beta (beta) - API 1.0.1beta (beta) - 2004-05-10

- Added PHP5 compatibility maintaining BC
- Fixed bugs 822 and 1200
- Added FTP Upload support 
- Verbose support function: New function verbose all
- added the user agent option to the constructor

* Version 0.2 (stable) - API 0.2 (stable) - 2003-12-16

- Remove PEAR
- Add username,password support (Alan Knowles)
- Add other HTTP header support, and fix wrong cookie data string (Colin Viebrock)

* Version 0.1 (stable) - API 0.1 (stable) - 2002-01-26

This is the initial release of the Net_Curl package which has been in php4/pear for a while.

