Version 0.7.4
Major Changes:
- Improved autotools scripts (thanks to montdidier [email protected]
- Improved CMake integration (thanks to Sqeaky [email protected])
- Added c++14 compatibility: since c++14 std::auto_ptr is deprecated (thanks to Douglas Cordeiro [email protected])
Minor Changes:
- Fixed linkage error due to stl linkage problems (thanks to Aidan Edwards [email protected])
- Switched from istream::readsome to istream::read usage in StreamReadCallback (thanks to Josh Kelley [email protected])
- Fixed references to config.win32.h and config.h.(thanks to Josh Kelley [email protected])
- Fixed minor compilation warning (thanks to Frank Celler [email protected])
- Fixing automake problems related to boost and cygwin