Jean-Philippe Barrette-LaPierre (17 June 2005) version 0.6.0-pre5
- Changed to version 0.6.0

Jean-Philippe Barrette-LaPierre (29 March 2006) version 0.6.0-pre5
- SList bug fixed.

Jean-Philippe Barrette-LaPierre (25 January 2005) version 0.6.0-pre4
- Added win32 examples's Makefile for VC++.
- Added README.win32.
- Changed to version 0.6.0-pre5

Jean-Philippe Barrette-LaPierre (18 January 2005) version 0.6.0-pre4
- Fixed example 11 binary file "bug".

Jean-Philippe Barrette-LaPierre (17 January 2005) version 0.6.0-pre4
- CookieList is no longer experimental code.
- Added example 12 (HTTP POST)

Jean-Philippe Barrette-LaPierre (03 October 2005) version 0.6.0-pre3
- Added some patches for MS VC++ compiling. (Giuseppe "Cowo" Corbelli)
- Changed year of copyright
- Added examples 10 and 11
- Changed to version 0.6.0-pre4

Jean-Philippe Barrette-LaPierre (17 November 2005) version 0.6.0-pre2
- Fixed the missing utilspp files in the source distribution.
- Changed to version 0.6.0-pre3

Jean-Philippe Barrette-LaPierre (03 October 2005) version 0.6.0-pre1
- Added missing files in Makefile.am
- Changed to version 0.6.0-pre2

Jean-Philippe Barrette-LaPierre (01 October 2005) version 0.6.0-pre1
- Added Types.hpp in Makefile.am

Jean-Philippe Barrette-LaPierre (26 October 2005) version 0.5.2
- Added Exception safe feature for DebugCallback.

Jean-Philippe Barrette-LaPierre (20 October 2005) version 0.5.2
- fixed the SEGFAULT for the functor use.

Jean-Philippe Barrette-LaPierre (25 August 2005) version 0.5.2
- configure script fix.

Jean-Philippe Barrette-LaPierre (25 August 2005) version 0.5.2
- Added Function functor example.
- Member Function functor works.
- All callbacks now uses Functor.
- Removed the cURL namespace.
- Updated the copyright year.
- Added the CURLOPT_COOKIELIST patch from Peter Krumins.
  This patch need to be enabled by the --enable-maintener.
	
Jean-Philippe Barrette-LaPierre (24 August 2005) version 0.5.2
- Removed the Easy::print function.
- Fixed missing getInfo functions.

Jean-Philippe Barrette-LaPierre (18 August 2005) version 0.5.2
- GetInfo patch

Jean-Philippe Barrette-LaPierre (29 July 2005) version 0.5.1
- Changed to version 0.5.2

Jean-Philippe Barrette-LaPierre (29 July 2005) version 0.5.1
- Now we can build with MinGW.
- Improved libcURL test.

Jean-Philippe Barrette-LaPierre (19 July 2005) version 0.5.1
- Added the BUILDING_CURLPP Define (DLL building). 

Jean-Philippe Barrette-LaPierre (18 July 2005) version 0.5.1
- cURLpp::Options::PostFieldSize is now a long, and 
  cURLpp::Options::PostFieldSizeLarge is now a cURL::curl_off_t
  (thanks to Nicolas Le Goff)

Jean-Philippe Barrette-LaPierre (17 July 2005) version 0.5.1
- RPM fixes.
- Missing dllfcn.h added.

Jean-Philippe Barrette-LaPierre (16 July 2005) version 0.5.1
- Added the export feature for MinGW.

Jean-Philippe Barrette-LaPierre (14 July 2005) version 0.5.1
- Updated the documentation related to the exception safe feature.
	
Jean-Philippe Barrette-LaPierre (14 July 2005) version 0.5.0
- Changed to version 0.5.1
	
Jean-Philippe Barrette-LaPierre (14 July 2005) version 0.5.0
- cURLpp::Options::HttpGet and cURLpp::Options::CookieSession are now
  using bool values. (thanks to Peteris Krumins)
	
Jean-Philippe Barrette-LaPierre (27 April 2005) version 0.5.0-rc7
- Changed to version 0.5.0
	
Jean-Philippe Barrette-LaPierre (29 May 2005) version 0.5.0-rc7
- Removed the "string" way to handle memory.

Jean-Philippe Barrette-LaPierre (28 April 2005) version 0.5.0-rc7
- Another patch to be able to compile on Sun's WorkShop C 
  and C++ compilers, version 6. (Thanks to Ben Golding 
  <bgg_no_spam at object dash craft dot com dot au>)

Jean-Philippe Barrette-LaPierre (27 April 2005) version 0.5.0-rc6
- Changed to version 0.5.0-rc7
	
Jean-Philippe Barrette-LaPierre (27 April 2005) version 0.5.0-rc6
- Added the cURLpp::Easy::getHandle function
- Removed the ICE_(STD)_STREAMPOS test.
	
Jean-Philippe Barrette-LaPierre (24 April 2005) version 0.5.0-rc6
- Added the ICE_(STD)_STREAMPOS test.
- Now we can compile it with GCC-2.95

Jean-Philippe Barrette-LaPierre (21 April 2005) version 0.5.0-rc6
- Removed the AC_DISABLE_STATIC in configure script.
- Added the example05.cpp

Jean-Philippe Barrette-LaPierre (21 April 2005) version 0.5.0-rc5
- Changed to version 0.5.0-rc6

Jean-Philippe Barrette-LaPierre (21 April 2005) version 0.5.0-rc5
- Patch to be able to compile on Sun's WorkShop C 
  and C++ compilers, version 6. (Thanks to Ben Golding 
  <bgg_no_spam at object dash craft dot com dot au>)
- Added an option to disable gcc warnings option.

Jean-Philippe Barrette-LaPierre (19 April 2005) version 0.5.0-rc5
- Fixed the VC++ "Release (dynamic)" configuration.

Jean-Philippe Barrette-LaPierre (30 March 2005) version 0.5.0-rc5
- Updated namespace problems in example04.cpp.
	
Jean-Philippe Barrette-LaPierre (23 March 2005) version 0.5.0-rc4
- Changed to version 0.5.0-rc5

Jean-Philippe Barrette-LaPierre (23 March 2005) version 0.5.0-rc4
- The Visual Studio .NET 2003 project is now available.
- The MingGW cross-compiling scripts are now updated to 
  work on debian.

Jean-Philippe Barrette-LaPierre (18 March 2005) version 0.5.0-rc4
- Compilation fix for OptionSetter specialization of HTTPPOST.
  (Thanks to Glenn <crass_no_spam at users dot berlios dot de>)
- Compilation fix for CXXFLAGS (-0 option glitch).
  (Thanks to Glenn <crass_no_spam at users dot berlios dot de>)

Jean-Philippe Barrette-LaPierre (22 February 2005) version 0.5.0-rc4
- Fixed some presentation errors in the guide.

Jean-Philippe Barrette-LaPierre (24 January 2005) version 0.5.0-rc3
- Changed to version 0.5.0-rc4

Jean-Philippe Barrette-LaPierre (24 January 2005) version 0.5.0-rc3
- Fixed a compilation error for VC++ .NET
  (Thanks to  Hoef Jan <jan dot hoef_no_spam at siemens_no_spam dot com>)

Jean-Philippe Barrette-LaPierre (16 January 2005) version 0.5.0-rc3
- Added cross-compiling scripts for mingw.

Jean-Philippe Barrette-LaPierre (16 January 2005) version 0.5.0-rc2
- Changed to version 0.5.0-rc3

Jean-Philippe Barrette-LaPierre (16 January 2005) version 0.5.0-rc2
- Fixed a gcc 3.4 compilation error. 
  (see http://www.dis.com/gnu/gcc/Name-lookup.html for more details). 
  (Thanks to Gisle Vanem)

Jean-Philippe Barrette-LaPierre (10 January 2005) version 0.5.0-rc1
- Changed to version 0.5.0-rc2

Jean-Philippe Barrette-LaPierre (10 January 2005) version 0.5.0-rc1
- Fixed a namespace problem in Form.hpp.
- Added VC++ project files
	
Jean-Philippe Barrette-LaPierre (08 January 2005) version 0.5.0-rc1
- Added missing EXTRA_DIST files.

Jean-Philippe Barrette-LaPierre (07 January 2005) version 0.3.1
- Changed to version 0.5.0-rc1
	
Jean-Philippe Barrette-LaPierre (07 January 2005) version 0.3.1
- Took the curlpp.spec.in from the 0.3.x versions.
- Added HttpPost specialization class. 
- Moved source files from "src/curlpp/" to "curlpp/".
- Moved namespace cURL from cURLpp, now it stands alone.
- Renamed the class Curl to CurlHandle.
- Removed CurlFactory system because it wasn't thread safe.

Jean-Philippe Barrette-LaPierre (03 January 2005) version 0.3.1
- Fixed the latex bug in the guide.
- Text formating in the guide.

Jean-Philippe Barrette-LaPierre (02 January 2005) version 0.3.1
- Added cURL.hpp
- Fixed a bug in OptionList.cpp that caused and endless loop.

Jean-Philippe Barrette-LaPierre (01 January 2005) version 0.3.1
- Added StorageOption class.
- Added example04 in maintener examples.
- Added TypeTrait.hpp

Jean-Philippe Barrette-LaPierre (26 November 2004) version 0.3.1
- Patched a minor grammatical error and a spelling error in the 
  documentation. Thanks to:
  Jonathan Wakely <cow_no_spam at compsoc dot man dot ac dot uk>
  
Jean-Philippe Barrette-LaPierre (25 November 2004) version 0.3.1
- Patched documentation's spelling errors. Thanks to:
  Paul Lacy <paul dot lacy_no_spam at hsd dot com dot au>, 
  Jonathan Wakely <cow_no_spam at compsoc dot man dot ac dot uk>
- Removed broken examples.
- The libcurl interface is now included in the 
  cURLpp::cURL namespace.

Jean-Philippe Barrette-LaPierre (12 November 2004) version 0.3.1
- Added example03.cpp (for verbose callback)
- Applied a patch from Glenn Washburn <glenniii_no_spam at mail dot utexas dot edu>
  for configure.ac
- example02.cpp doesn't refer to example18 anymore.

Jean-Philippe Barrette-LaPierre (10 November 2004) version 0.3.1
- Worked on the guide.
- Changed the OptionContainerType policy for the std::string. 
  It could eventually cause a memory corruption.

Jean-Philippe Barrette-LaPierre (07 November 2004) version 0.3.1
- Fixed a memory leak in SList.
- Slist is now usable for std::list< std::string > options.

Jean-Philippe Barrette-LaPierre (12 October 2004) version 0.3.1
- Added some missing simple options.
- Started to work on the new guide.
- Added the SList class (C++ wrapper over curl_slist).
- non_copyable class now respect naming conventions.

