File tree Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Original file line number Diff line number Diff line change
1
+ Version 358:
2
+
3
+ * Added missing ` cstdint ` header to ` detail/cpu_info.hpp `
4
+ * Conditionally defined ` immediate_executor_type ` in ` async_base `
5
+ * Replaced ` detail/work_guard.hpp ` with ` net::executor_work_guard `
6
+ * Used ` handshake_timeout ` for closing handshake during read operations
7
+ * Removed moved sections from documentation
8
+ * Removed superfluous log messages from tests
9
+
10
+ --------------------------------------------------------------------------------
11
+
1
12
Version 357:
2
13
3
14
* Added new examples for Unix domain sockets
Original file line number Diff line number Diff line change 16
16
#
17
17
#-------------------------------------------------
18
18
cmake_minimum_required (VERSION 3.8...3.20 )
19
- set (BOOST_BEAST_VERSION 357 )
19
+ set (BOOST_BEAST_VERSION 358 )
20
20
if (BOOST_SUPERPROJECT_VERSION )
21
21
set (BOOST_BEAST_VERSION ${BOOST_SUPERPROJECT_VERSION} )
22
22
endif ()
Original file line number Diff line number Diff line change 11
11
12
12
[/-----------------------------------------------------------------------------]
13
13
14
+ [heading Boost 1.89]
15
+
16
+ [*Fixes]
17
+
18
+ * [issue 3002] Conditionally defined `immediate_executor_type` in `async_base`
19
+ * [issue 2999] Used `handshake_timeout` for closing handshake during read operations
20
+ * [issue 3003] Added missing `cstdint` header to `detail/cpu_info.hpp`
21
+
22
+ [*Improvements]
23
+
24
+ * [issue 3005] Replaced `detail/work_guard.hpp` with `net::executor_work_guard`
25
+
26
+ [*Documentation]
27
+
28
+ * [issue 3009] Removed moved sections from documentation
29
+ * [issue 3009] Removed superfluous log messages from tests
30
+
14
31
[heading Boost 1.88]
15
32
16
33
[*Fixes]
Original file line number Diff line number Diff line change 20
20
This is a simple integer that is incremented by one every
21
21
time a set of code changes is merged to the develop branch.
22
22
*/
23
- #define BOOST_BEAST_VERSION 357
23
+ #define BOOST_BEAST_VERSION 358
24
24
25
25
// A string describing BOOST_BEAST_VERSION, that can be used in http headers.
26
26
#define BOOST_BEAST_VERSION_STRING " Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)
You can’t perform that action at this time.
0 commit comments