Skip to content

v0.8.5 — alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@JadeMatrix JadeMatrix released this 04 Jun 17:17
· 16 commits to master since this release
6a4c830

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* to std::unique_ptr<std::array<char,N>> for automatic memory management
  • Updated some phrasing in the docs/README