2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00

Merge change.txt from head

[SVN r35971]
This commit is contained in:
Vladimir Prus
2006-11-10 08:43:46 +00:00
parent c546593514
commit 1e223dc60e

View File

@@ -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 <install-source-root> could cause duplicate
mkdir commands.
- Numerious fixes in Boost autolink support
- Numerious fixes in Boost.Python support.
Milestone 11 (Jule 20, 2006)