From bd5e702c9004f2fff828735676c260972f1cd37d Mon Sep 17 00:00:00 2001 From: Richard Hodges Date: Wed, 3 Nov 2021 21:03:49 +0100 Subject: [PATCH] Update release notes for Boost 1.78 --- doc/qbk/release_notes.qbk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/qbk/release_notes.qbk b/doc/qbk/release_notes.qbk index 529c28d4..4ceef677 100644 --- a/doc/qbk/release_notes.qbk +++ b/doc/qbk/release_notes.qbk @@ -11,6 +11,24 @@ [/-----------------------------------------------------------------------------] +[heading Boost 1.78] + +[*Fixes] + +* Fix CVE-2016-9840 in zlib implementation. +* Fix TLS SNI handling in websocket_client_async_ssl example. +* [Issue 2313] Fix reuse of sliding window in WebSocket permessage_deflate. +* Fix accept error handling in http_server_async example. + +[*Miscellaneous] + +* Remove test framework's dependency on RTTI. +* Move library-specific docca configuration to Beast. +* Remove dependency on RTTI in `test::stream`. +* Fix missing includes in test headers. + + + [heading Boost 1.77] [*Fixes]