mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
@@ -4,6 +4,7 @@ Version 145:
|
||||
* Refactor basic_fields allocator internals
|
||||
* Refactor HTTP async read composed operations
|
||||
* null_buffers is deprecated
|
||||
* Version 124 works with Boost 1.65.1 and earlier
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
14
README.md
14
README.md
@@ -8,6 +8,20 @@ Branch | Linux/OSX | Windows | Coverage | Documentation | Matrix
|
||||
[master](https://github.com/boostorg/beast/tree/master) | [](https://travis-ci.org/boostorg/beast) | [](https://ci.appveyor.com/project/vinniefalco/beast/branch/master) | [](https://codecov.io/gh/boostorg/beast/branch/master) | [](http://www.boost.org/doc/libs/master/libs/beast/doc/html/index.html) | [](http://www.boost.org/development/tests/master/developer/beast.html)
|
||||
[develop](https://github.com/boostorg/beast/tree/develop) | [](https://travis-ci.org/boostorg/beast) | [](https://ci.appveyor.com/project/vinniefalco/beast/branch/develop) | [](https://codecov.io/gh/boostorg/beast/branch/develop) | [](http://www.boost.org/doc/libs/develop/libs/beast/index.html) | [](http://www.boost.org/development/tests/develop/developer/beast.html)
|
||||
|
||||
# Important Notice About Versions
|
||||
|
||||
The version of Beast at the tip of the **master** and **develop** branches
|
||||
requires the latest version of Boost.Asio. Specifically it requires the
|
||||
developmental version of Boost.Asio located at the **master** branch of
|
||||
the Boost.Asio repository.
|
||||
|
||||
The latest Beast cannot be compiled against Boost 1.65.1 and earlier. To
|
||||
use Boost 1.65.1 and earlier with Beast it is necessary to use Beast
|
||||
version 124, which is available here: https://github.com/boostorg/beast/tree/v124
|
||||
|
||||
This situation is temporary until Boost 1.66.0 is released, where Beast and
|
||||
Asio will work correctly with each other within the monolithic Boost release.
|
||||
|
||||
## Contents
|
||||
|
||||
- [Introduction](#introduction)
|
||||
|
Reference in New Issue
Block a user