Skip to content

Commit

Permalink
updated CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbarrette committed Mar 4, 2008
1 parent 3ca5629 commit 1d87448
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
Changes from version 0.7.0-pre1 to 0.7.1
Changes from version 0.7.1 to 0.7.2
- Added utility functions. (operator<< overloading for std::ostreams)
- Added global.h to distribution
- Removed config.h usage
- Took Jeff Ye changes for the curlpp.spec
- Namespace semicolon fix provided by Joerg.
- mErrorBuffer memset problem fixed
(Thanks to Graziano Giuliani)
- Fixed HttpPost problem (https://www.rrette.com/pipermail/curlpp/2007-February/000273.html)
(Thanks to Gazi Alankus)
- Fixed utilspp::clone_ptr bug (Thanks to Piotr Niemcunowicz)
- Fixed cURLpp::Multi bug (Thanks to Piotr Niemcunowicz)
- Fixed missing entry in utilspp/Makefile.am.
- Fixed Forms (HttpPost) memory leak.
- Fixed missing specialization declaration in InfoTypeConverter.
(Thanks to Ryan Allen for bug report)
- Fixed possible memory corruption for Easy::operator<< function.

Changes from version 0.7.0 to 0.7.1-pre1
- Fixed Functor arguments binding.
Expand Down

0 comments on commit 1d87448

Please sign in to comment.