$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-06-24 06:27:36
I plan to release Milestone 5 on Jule 5. The planned features are mostly
left-over from M4:
1. Improve dependency scanning. There are two known bugs with generated
headers, and it's all a bit slow.
2. Implement GNU gettext tools support.
3. Allow inline declaration of main targets:
test-suite foo : [ test a : a.cpp ] ;
4. Fix some bugs. The most important is that free features cannot be specified
in user-defined build variants.
- Volodya