Every packages are now available on the main website (http://rrette.com/curlpp.html), but no longer on sourceforge. The CVS has been moved as well.
After many months, the new curlpp-0.3.1 is there! This version fix many bugs. For those who were using the CVS version, notice that the http_post option is not included in this version.
I've decided to stop develloping the project for a moment. The reason of this decision is that I've come to a bottleneck concerning the design of curlpp and I need to think carefully of what I'm gonna do to resolve that.
I was planning to make a release soon, but I have a lot of work to do before and all functionnality are inter-dependant, so I'll need to finish them all before the next release, be patient!
The next release will be completely thread-safe and the storage design will be much better.
This version has now almost all the HTTP features, except for the form post. FTP features will be here soon.
I released the documentation for curlpp. This is based on the libcurl guide. It's a very simple and short guide. I'll improve it in a short time.
This version is the first version that I'm almost sure of the design, so future release should not be very different from this version's design.
I decided to pass to the MIT license. In my opinion, the MIT license is less restrictive than the LGPL, and is more accessible for everybody. I don't want to restrict devellopers to use my library in any sort of way.
I made the first release of curlpp. This release doesn't wrap all functionnalities of libcurl, but it permit you to do some simples queries.