File Release Notes and Changelog
Release Name: 1.7.1
Notes:
Thanks for
Lee Peik Feng
Stefano Lenzi
Smolander Visa
Roland Moser
Changes:
* Changed HTTPRequest::post() to add a HOST headedr before the posting.
* Changed HTTPSocket::post() to add a Date headedr to the HTTPResponse before the posting.
* Fixed HTTPPacket::set() to parse the chunk size as a hex string.
* Fixed HTTPPacket::post() to output the chunk size as a hex string.
* Fixed HTTPSocket::post() to output the chunk size as a hex string.
* Fixed a bug of Device::getParentDevice() to return the parent device normally.
* Changed XML::EscapeXMLChars() to process the '&' character at first for libxml2.
* Changed DatagramSocket::bind() to set the specified address and port whether the binding is failed.
* Fixed some bugs to parser the name spaces using libxml2.
* Changed the configure to run 'make install' normally.