[release] Boost 1.83.0 beta 1 released

Marshall Clow via Boost-announce <[email protected]> Wed, 12 Jul 2023 19:52:03 -0700
Newsgroups gmane.comp.lib.boost.announce,gmane.comp.lib.boost.devel
Message-ID <[email protected]>
Boost release 1.83.0 beta 1 is now available at:
	https://boostorg.jfrog.io/artifactory/main/beta/1.83.0.beta1/source/

The SHA256 checksums are:
69fe7224568acfa5491bfaa04fd522bf7cfca1800aa192de96ce560da714902f  boost_1_83_0_b1.7z
49afc7c20d65949f7b775060bbec403e7e81d207949dd9f412e2d4569ea5d3f7  boost_1_83_0_b1.zip
fe3895ee9ac78cf57328415f1b3bf3da7ea2ccb3ad87bf0d9b720910d99d18ae  boost_1_83_0_b1.tar.bz2
fbbe0d439db5b65f194eb61b89b5cda0575387b0b23fbb85900c3c9ef9eb64bf  boost_1_83_0_b1.tar.gz

There was one bug reported during the beta process; Boost.Context does not
build on ARM64 systems.   This will be fixed for the final release.

If you want to fix it locally, edit the file libs/context/build/Jamfile.v2:

-     else if [ os.platform ] = "ARM" { tmp = aapcs ; }
+     else if [ os.platform ] in ARM ARM64 { tmp = aapcs ; }

The web site has not yet been updated (tomorrow, I hope) but when it is,
the release notes will be at:
	https://www.boost.org/users/history/version_1_83_0.html

Please try the beta and report any problems you encounter.

Thanks to everyone who contributed to the release.

-- Boost Release Team