On Tue, Aug 21, 2012 at 9:09 AM, Marshall Clow <mclow.lists@gmail.com> wrote:
Release 1.51.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 1 new library (Boost.Context, by Oliver Kowalke) and numerous enhancements and bug fixes for existing libraries. For details, including download links, see http://www.boost.org/users/news/version_1_51_0

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

I've also completed a (separate) build for vc11. The source from this build differs from the 1.51 release because there was a bug in signals that would keep it from working. The change I applied to create the vc11 build is outlined here:
http://lists.boost.org/Archives/boost/2012/08/195729.php

Tom Kent