]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/beast/CHANGELOG.md
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / beast / CHANGELOG.md
index 2c058a99a98f1b311f9f37be96233253e4f16859..256ad0d3bef2eadfd1cad9a1a120549badb3b9ef 100644 (file)
@@ -1,3 +1,178 @@
+Version 330:
+
+* Update release notes for Boost 1.79.
+
+--------------------------------------------------------------------------------
+
+Version 329:
+
+* Add missing include in `file_body` test.
+
+--------------------------------------------------------------------------------
+
+Version 328:
+
+* Add ARM64 builds to Drone CI.
+
+--------------------------------------------------------------------------------
+
+Version 327:
+
+* Fix async_base documentation link.
+
+--------------------------------------------------------------------------------
+
+Version 326:
+
+* Remove GitHub stalebot.
+
+--------------------------------------------------------------------------------
+
+Version 325:
+
+* WebSocket handshake response is deterministic on failure.
+
+--------------------------------------------------------------------------------
+
+Version 324:
+
+* Fix open append mode for file_posix.
+* Fix open append mode for file_win32.
+* Add tests for file open in append mode.
+* Fix file open with append/append_existing flag on Windows.
+
+--------------------------------------------------------------------------------
+
+Version 323:
+
+* Fix clang-cl UTF8 path handling for `file_win32`.
+* Fix clang-cl UTF8 path handling for `file_stdio`. 
+* Add individual tests to CMake workflow.
+* Update CI to include gcc 11, clang 12, msvc 14.3. 
+* Update code coverage settings.
+
+--------------------------------------------------------------------------------
+
+Version 322:
+
+* Fix typo in `_experimental::test::basic_stream` documentation.
+
+--------------------------------------------------------------------------------
+
+Version 321:
+
+* Remove test framework's dependency on RTTI.
+* Fix CVE-2016-9840 in zlib implementation.
+* Fix TLS SNI handling in websocket_client_async_ssl example.
+* Fix reuse of sliding window in WebSocket permessage_deflate.
+* Fix accept error handling in http_server_async example.
+* Move library-specific docca configuration to Beast.
+* Remove dependency on RTTI in `test::stream`.
+
+--------------------------------------------------------------------------------
+
+Version 320:
+
+* Fix missing includes in `stream_state`.
+* Update GitHub Actions CI.
+
+--------------------------------------------------------------------------------
+
+Version 319:
+
+* Update release notes for Boost 1.77.
+
+--------------------------------------------------------------------------------
+
+Version 318:
+
+* Add a Boost-friendly subproject case to CMakeLists.
+* Remove use of POSIX-only constant.
+
+--------------------------------------------------------------------------------
+
+Version 317:
+
+* Remove travis CI.
+* Fix Drone CI script.
+* Add example of reading large response body.
+
+--------------------------------------------------------------------------------
+
+Version 316:
+
+* Disable GHA CI for clang-9.
+* Update example root certificates.
+
+--------------------------------------------------------------------------------
+
+Version 315:
+
+* Documentation uses docca jam module.
+
+--------------------------------------------------------------------------------
+
+Version 314:
+
+* WebSocket test is deterministic.
+* Add missing compilers to GHA script.
+
+--------------------------------------------------------------------------------
+
+Version 313:
+
+* Fix incorrect websocket test ordering.
+* Fix missing check for error code after header is parsed.
+* Fix case where inflated content is larger than the out buffer.
+
+--------------------------------------------------------------------------------
+
+Version 312:
+
+* Enable Github Actions CI.
+
+--------------------------------------------------------------------------------
+
+Version 311:
+
+* Fix warning in http-server-fast.
+* Parenthesise all uses of min() and max().
+* Extend Drone MSVC tests.
+* Fix MSVC build error.
+
+--------------------------------------------------------------------------------
+
+Version 310:
+
+* Update Release Notes.
+
+--------------------------------------------------------------------------------
+
+Version 309:
+
+* Extra logic error detection in http parser.
+* Move Windows CI to Drone.
+
+--------------------------------------------------------------------------------
+
+Version 308:
+
+* Fix compiler warning in WebSSocket async shutdown.
+* Remove Travis CI status.
+* Repoint B2 refs to new non-boostorg home.
+* Limit async_write instantiations in websocket ops.
+* Add Drone CI status.
+
+--------------------------------------------------------------------------------
+
+Version 307:
+
+* Add executor rebind to test::stream.
+* Remove floating point arithmetic requirement.
+* Add `cxxstd` to json field.
+
+--------------------------------------------------------------------------------
+
 Version 306:
 
 * Revert removal of lowest_layer_type from test stream.