[Cppcms-users] CppCMS 1.1.1 Release Candidate 1 is Available
Brought to you by:
artyom-beilis
From: Artyom B. <art...@gm...> - 2017-12-03 21:42:21
|
New version includes following changes: - Nightly build system updated to moderns OSes/compilers: 1. Windows XP -> Windows 7 2. MSVC 2008 x86 to MSVC 2017 x86/x65 3. MinGW GCC 4.5 x86 -> 7.1 x86/x64 4. OpenSolars 2009 to Solaris 11 5. FreeBSD 10 -> FreeBSD 11.1 6. Added travis.yml for Mac OS X builds - Improved http timeouts handling on non Linux/Windows OSes. - Fixed incorrect asynchronous IO handing in `*cgi` API. - Added support of `SOL_SNDBUF/SOL_RCVBUF` to service configuration - Fixed HTTP timeout handling on Solaris - Fixed #24 failure to send large blocks asynchronously over FastCGI - Fixied issue #21 Program produces 100% CPU load on one core - due to incorrect EOF handling - Fixed icu backend test for ICU >= 60.1 - Fixed missing `getenv(std::string const &)` issue #16 - Fixed issues with codecvt generation FreeBSD/clang - Use Windows Vista/7 API by defaults since XP reached EOL. - Fixed incorrect async connect error handling - Lineup with Boost.Locale 1.65 - Updated session interface for external languages and unit tests Regards, Artyom Beilis |