Changes between Version 75 and Version 76 of ReleasePractices/ManagerCheckList
- Timestamp:
- Jul 2, 2012, 9:22:13 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleasePractices/ManagerCheckList
v75 v76 17 17 18 18 * In trunk, 19 * In more/getting_started, run bjam.19 * In more/getting_started, run`b2`. 20 20 * Inspect results. 21 21 … … 31 31 * Verify the root/index.html, root/boost/version.hpp, root/Jamroot release numbers are correct and agree. 32 32 33 * Verify via jamboost@yahoogroups.com that bjampre-built executables up-to-date.33 * Verify via jamboost@yahoogroups.com that `b2` pre-built executables up-to-date. 34 34 35 35 * Create a placeholder for release information at: website/public_html/live/feed/history/, for example for boost 1.39.0: … … 117 117 cd <boost-root> 118 118 bootstrap 119 .\b jam >bjam.log 2>&1119 .\b2 >build.log 2>&1 120 120 }}} 121 121