Changes between Version 3 and Version 4 of ReleasePractices/ManagerCheckList
- Timestamp:
- Jul 2, 2008, 5:27:33 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleasePractices/ManagerCheckList
v3 v4 20 20 21 21 * For each new library added this release: 22 23 22 * Verify root/index.htm Latest News entry has been made and reads well. 24 25 23 * Verify root/libs/libraries.htm entry has been made, both in the alphabetic list and in the category lists. 26 27 24 * Verify the root/libs/xxx directory contains an index.htm or index.html file; either the main docs or a redirection to the main docs. To do: automate this. 28 29 25 * Skim read the primary docs pages to make sure they meet Boost requirements and guidelines. Don't leave this until too late; it has turned up lots of issues in the past. 30 31 26 * Generate the header dependency table and update the CVS. To do: coordinate with John Maddock's new dependency tools. 32 27 … … 34 29 35 30 * Monitor regression tests (http://boost.sourceforge.net/regression-logs) to verify that errors are actively being reduced or accounted for on key platforms and compilers. 36 37 31 * Boost errors are being actively worked on by library maintainers. 38 32 * Compiler or standard library errors are at least identified, and preferably reported to the supplier.