$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-11-06 12:29:32
I'm pleased to announce that a bugfix release of Boost.Build V2 is
available at
http://prdownloads.sourceforge.net/boost/boost-build-2.0-m9.1.tar.bz2
http://prdownloads.sourceforge.net/boost/boost-build-2.0-m9.1.zip
See also
http://boost.sourceforge.net/boost-build2/
for online docs (a copy is included in distribution).
It fixes a regression found in just released Milestone 9:
- The 'unit-test' rule used to ignore <library> properties.
And one unrelated problem:
- The gcc toolset used to ignore <threading> property.
- Volodya