From add15fac2bfddad710925d7c2b4bff1f1a86ec1f Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Mon, 10 May 2010 01:22:04 +0000 Subject: 1.44.0 prep [SVN r61887] --- Jamroot | 2 +- index.html | 9 +- libs/config | 2 +- more/getting_started/detail/release-variables.rst | 6 +- more/getting_started/unix-variants.html | 184 ++++++++++----------- more/getting_started/windows.html | 186 +++++++++++----------- 6 files changed, 194 insertions(+), 195 deletions(-) diff --git a/Jamroot b/Jamroot index 1496414c48..65b191111b 100644 --- a/Jamroot +++ b/Jamroot @@ -145,7 +145,7 @@ import build-system ; import configure ; path-constant BOOST_ROOT : . ; -constant BOOST_VERSION : 1.43.0 ; +constant BOOST_VERSION : 1.44.0 ; constant BOOST_JAMROOT_MODULE : $(__name__) ; local version-tag = [ MATCH "^([^.]+)[.]([^.]+)[.]([^.]+)" : $(BOOST_VERSION) ] diff --git a/index.html b/index.html index f03fe992e2..cf073fdac0 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ boost.png (6897 bytes) -

Release 1.43.0

+

Release 1.44.0

@@ -55,11 +55,10 @@

Changes in this release

-

This release includes 2 new libraries - (functional/factory and - functional/forward) +

This release includes ? new + libraries  as well as updates to many existing libraries. See - Release + Release History for more information.

Getting Started

diff --git a/libs/config b/libs/config index 08ebe416a1..4542714613 160000 --- a/libs/config +++ b/libs/config @@ -1 +1 @@ -Subproject commit 08ebe416a14a0608ed18980ed7f1bf09963f9ae2 +Subproject commit 4542714613cd1d92a42eb73cd2a708bf2fa61534 diff --git a/more/getting_started/detail/release-variables.rst b/more/getting_started/detail/release-variables.rst index 3d5a536825..b46ef188db 100644 --- a/more/getting_started/detail/release-variables.rst +++ b/more/getting_started/detail/release-variables.rst @@ -5,8 +5,8 @@ .. This file contains all the definitions that need to be updated .. for each new release of Boost. -.. |boost-version-number| replace:: 1.43.0 -.. |boost_ver| replace:: ``boost_1_43_0`` -.. |boost_ver-bold| replace:: **boost_1_43_0** +.. |boost-version-number| replace:: 1.44.0 +.. |boost_ver| replace:: ``boost_1_44_0`` +.. |boost_ver-bold| replace:: **boost_1_44_0** .. _sf-download: http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041 diff --git a/more/getting_started/unix-variants.html b/more/getting_started/unix-variants.html index 27e7f4b532..3f64049c46 100644 --- a/more/getting_started/unix-variants.html +++ b/more/getting_started/unix-variants.html @@ -3,7 +3,7 @@ - + Boost Getting Started on Unix Variants @@ -40,10 +40,10 @@
  • 5   Prepare to Use a Boost Library Binary

    It's important to note the following:

      -
    1. The path to the boost root directory (often /usr/local/boost_1_43_0) is -sometimes referred to as $BOOST_ROOT in documentation and +

    2. The path to the boost root directory (often /usr/local/boost_1_44_0) is +sometimes referred to as $BOOST_ROOT in documentation and mailing lists .

    3. To compile anything in Boost, you need a directory containing -the boost/ subdirectory in your #include path.

      +the boost/ subdirectory in your #include path.

    4. -
    5. Since all of Boost's header files have the .hpp extension, -and live in the boost/ subdirectory of the boost root, your -Boost #include directives will look like:

      +
    6. Since all of Boost's header files have the .hpp extension, +and live in the boost/ subdirectory of the boost root, your +Boost #include directives will look like:

       #include <boost/whatever.hpp>
       
      @@ -156,9 +156,9 @@ Boost #include direct

      depending on your preference regarding the use of angle bracket includes.

    7. -
    8. Don't be distracted by the doc/ subdirectory; it only +

    9. Don't be distracted by the doc/ subdirectory; it only contains a subset of the Boost documentation. Start with -libs/index.html if you're looking for the whole enchilada.

      +libs/index.html if you're looking for the whole enchilada.

    @@ -194,7 +194,7 @@ before building and installing it)
  • A few libraries have optional separately-compiled binaries: