$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Boost.Process 0.5: Minor update
From: Boris Schaeling (boris_at_[hidden])
Date: 2012-10-28 15:12:41
I've uploaded a new version of Boost.Process 0.5 to
<http://www.highscore.de/boost/process0.5/>:
- search_path() added which was called find_executable_in_path() in
previous versions (Windows implementation changed quite a lot)
- shell_path() added which returns the absolute path to a shell executable
- set_args() added which is an initializer to pass command line arguments
as a collection (with automatic escaping)
- Minor bug fixes
There is one more update planned to somewhat mitigate remaining
cross-platform differences.
Please keep the feedback coming (here on the mailing list or by email)!
Boris