v0.8.5 — alpha
Pre-release
Pre-release
Changes in this version:
- Fixed SHOW not building on strict C++11-compliant compilers
- Fixed "show/multipart.hpp" not compiling under GCC 4.8.5
- Added project version to CMakeLists.txt
- Added use of the "Content-Disposition" header to fileserve example
- Added a unit test revealing a memory error for moved connections
- Fixed a memory error when cleaning up moved connections
- Updated multithreaded server example to use a moved connection instead of a
std::unique_ptr<connection>
- Switched connection buffers from raw
char*
tostd::unique_ptr<std::array<char,N>>
for automatic memory management - Updated some phrasing in the docs/README