From 1e223dc60e028dec1f1ceeaa7c218247ac856c1a Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 10 Nov 2006 08:43:46 +0000 Subject: [PATCH] Merge change.txt from head [SVN r35971] --- v2/changes.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/v2/changes.txt b/v2/changes.txt index f6c9ddaff..38950f6ee 100644 --- a/v2/changes.txt +++ b/v2/changes.txt @@ -2,6 +2,34 @@ Copyright 2004, 2006 Vladimir Prus Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +Milestone 12 (in development) + +Changes in this release: + + - Support for precompiled headers for gcc toolset, + and improvements for msvc. + - Mechanism for removing inherited requirements. + - The 'make' rule support specifying usage-requirements. + - New 'project.extension' rule for declaring standalone + projects. + - New 'conditional' convenience rule. + - New 'path.glob-tree' rule. + - Inline targets are now marked explicit automatically. + +Documentation changes: + + - Installation instructions for Linux distributors. + +The following bugs were fixed: + + - The 'cflags' and 'linkflags' features not working for Darwin. + - The intel toolset not working on Windows. + - Fix library search options for CodeWarriour toolset. + - The could cause duplicate + mkdir commands. + - Numerious fixes in Boost autolink support + - Numerious fixes in Boost.Python support. + Milestone 11 (Jule 20, 2006)