On Mon, Feb 4, 2013 at 12:47 PM, Marshall Clow <mclow.lists@gmail.com> wrote:
Release 1.53.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:
* Atomic:                       C++11-style atomic<>, from Helge Bahmann, maintained by Tim Blechmann.
* Coroutine:            Coroutine library, from Oliver Kowalke.
* Lockfree:             Lockfree data structures, from Tim Blechmann.
* Multiprecision:       Extended precision arithmetic types for floating point, integer and rational arithmetic from John Maddock and Christopher Kormanyos.
* Odeint:                       Solving ordinary differential equations, from Karsten Ahnert and Mario Mulansky.

For details, including download links, see http://www.boost.org/users/news/version_1.53.0

You can also download directly from SourceForge: http://sourceforge.net/projects/boost/files/boost/1.53.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


I've built windows libraries (vc8, vc9, vc10, vc11) for this release in both 32 and 64 bit binaries, if you want them, you can get them from my website:
http://boost.teeks99.com 

Tom Kent