Changelog:
2014-12-07 Sebastien DIAZ <sebastien.diaz@gmail.com>
Patches on 3.2.16
patch #7845: HTTP PUT method support from Yury Knigin
patch #8581: Added HTML5 Support from Tim O'Neil
* Correction of bugs
Changes 3.2.8:
* Correction of bugs on compilation
Changes 3.2.7:
* Correction of bugs on compilation
Changes 3.2.6:
* Correction of bugs, see changelog file
Changes 3.2.5:
* Add the XHTML support from David Roberts work
* Longstanding bug in form_urldecode fixed
* Bug in FastCGI demo fixed
* Documentation formatting problems fixed
* Demonstration applications updated
Changes 3.2.2:
* Memory leak during restoration of CGI environments fixed
* New getDoubleValue and getIntegerValue methods added to allow caller to
determine if value was bounded
* Bug in getDoubleValue fixed
* Bug in parsing of cookie names fixed
Changes 3.2.1:
* Bug that caused multiple cookies to be output incorrectly fixed
* Better support added for Borland C++ Builder and HP aCC
* Bona fide support for FastCGI added
* Documentation fixes
Changes 3.2:
* License changed to the Lesser GNU General Public License
* HTTP header classes rewritten and refactored
* HTML output now more XML-compliant
* Documentation rewritten in Doxygen format
* Added a demo on cookie usage