
27 Jan
2009
27 Jan
'09
10:36 p.m.
Hi Beman, Cmake needs a README.txt file based on the release notes. There's an out of date one in trunk, but nothing in the release branch. We generate this fairly easily using the lynx browser: lynx -dump -nolist -display_charset=utf-8 \ http://beta.boost.org/users/history/minimal.php/version_1_38_0 \ > README.txt It's probably easiest for you to add this to your release scripts, but if you prefer I could do it when generating the documentation, and upload the README.txt file and you could then copy it into place. Daniel