Boost 1.54.0 released!
Release 1.54.0 of the Boost C++ Libraries is now available. These open-source libraries work well with the C++ Standard Library, and are usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use. This release contains five new libraries and numerous enhancements and bug fixes for existing libraries. New Libraries: Log: Logging library, from Andrey Semashev. TTI: Type Traits Introspection library, from Edward Diener. Type Erasure: Runtime polymorphism based on concepts. For details, including download links, see http://www.boost.org/users/news/version_1.54.0 You can also download directly from SourceForge: http://sourceforge.net/projects/boost/files/boost/1.54.0/ To install this release on your system, see http://www.boost.org/doc/libs/release/more/getting_started/index.html Thanks, --The Boost release team Beman Dawes Daniel James Eric Niebler Marshall Clow Rene Rivera Vladimir Prus
Congrats and many thanks to the release management team! On Monday 01 July 2013 10:23:05 Marshall Clow wrote:
Release 1.54.0 of the Boost C++ Libraries is now available.
These open-source libraries work well with the C++ Standard Library, and are usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use.
This release contains five new libraries
You mean three new libraries?
and numerous enhancements and bug fixes for existing libraries.
New Libraries: Log: Logging library, from Andrey Semashev. TTI: Type Traits Introspection library, from Edward Diener. Type Erasure: Runtime polymorphism based on concepts.
For details, including download links, see http://www.boost.org/users/news/version_1.54.0
There's this text in the page linked above: Post Beta Changes TODO: Add to main release notes before final release. Is this a left-over of a pre-release content?
You can also download directly from SourceForge: http://sourceforge.net/projects/boost/files/boost/1.54.0/
To install this release on your system, see http://www.boost.org/doc/libs/release/more/getting_started/index.html
And also, is the release branch open for merges now?
On Jul 1, 2013, at 12:10 PM, Andrey Semashev
This release contains five new libraries
You mean three new libraries?
One, two, Five! Three, sir! :-) -- Marshall Marshall Clow Idio Software mailto:mclow.lists@gmail.com A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
On Jul 1, 2013, at 12:10 PM, Andrey Semashev
And also, is the release branch open for merges now?
No. We usually wait a few days to make sure that the release is not catastrophically broken (i.e, so broken that we have to do a .1 release) before opening the release branch. Based on past cycles, I would expect to open the release branch next Monday. -- Marshall Marshall Clow Idio Software mailto:mclow.lists@gmail.com A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
On Monday 01 July 2013 12:23:26 Marshall Clow wrote:
On Jul 1, 2013, at 12:10 PM, Andrey Semashev
wrote: And also, is the release branch open for merges now?
No.
We usually wait a few days to make sure that the release is not catastrophically broken (i.e, so broken that we have to do a .1 release) before opening the release branch.
Based on past cycles, I would expect to open the release branch next Monday.
So, is it open now? Now that we have a maintenance branch for 1.54 (which has patches that the release branch doesn't, BTW) do we really need the release branch locked?
It looks like some of the documentation links are broken, such as in
boost.geometry
broken:
http://www.boost.org/doc/libs/1_54_0/libs/geometry/doc/html/geometry/referen...
linked from:
http://www.boost.org/doc/libs/1_54_0/libs/geometry/doc/html/index.html
Cheers!
Andrew Hundt
On Mon, Jul 1, 2013 at 1:23 PM, Marshall Clow
Release 1.54.0 of the Boost C++ Libraries is now available.
These open-source libraries work well with the C++ Standard Library, and are usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use.
This release contains five new libraries and numerous enhancements and bug fixes for existing libraries.
New Libraries: Log: Logging library, from Andrey Semashev. TTI: Type Traits Introspection library, from Edward Diener. Type Erasure: Runtime polymorphism based on concepts.
For details, including download links, see http://www.boost.org/users/news/version_1.54.0
You can also download directly from SourceForge: http://sourceforge.net/projects/boost/files/boost/1.54.0/
To install this release on your system, see http://www.boost.org/doc/libs/release/more/getting_started/index.html
Thanks,
--The Boost release team
Beman Dawes Daniel James Eric Niebler Marshall Clow Rene Rivera Vladimir Prus
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
On 1 July 2013 23:18, Andrew Hundt
It looks like some of the documentation links are broken, such as in boost.geometry
broken: http://www.boost.org/doc/libs/1_54_0/libs/geometry/doc/html/geometry/referen...
linked from: http://www.boost.org/doc/libs/1_54_0/libs/geometry/doc/html/index.html
Thanks for reporting this. It's a problem with the build script for some new reference documentation in geometry, which is causing it to output empty documentation. I'll see if I can fix it and upload the correct documentation to the site. It'll take a day or two.
On 2 July 2013 00:24, Daniel James
On 1 July 2013 23:18, Andrew Hundt
wrote: It looks like some of the documentation links are broken, such as in boost.geometry
broken: http://www.boost.org/doc/libs/1_54_0/libs/geometry/doc/html/geometry/referen...
linked from: http://www.boost.org/doc/libs/1_54_0/libs/geometry/doc/html/index.html
Thanks for reporting this. It's a problem with the build script for some new reference documentation in geometry, which is causing it to output empty documentation. I'll see if I can fix it and upload the correct documentation to the site. It'll take a day or two.
It should be fixed on the site now. But it will still be missing in the download. The documentation build is also working now, you can see the latest trunk docs at: http://boost-sandbox.sourceforge.net/libs/geometry/doc/html/geometry/referen...
The PDF build of the boost documentation (for those libraries that support it) is now at https://sourceforge.net/projects/boost/files/boost-docs/1.54.0/. Please let me know if there are any SNAFU's. Regards, John.
participants (5)
-
Andrew Hundt
-
Andrey Semashev
-
Daniel James
-
John Maddock
-
Marshall Clow