| | 1 | [[PageOutline]] |
| | 2 | |
| | 3 | = Developer's Library Maintenance Checklist = |
| | 4 | |
| | 5 | == Introduction == |
| | 6 | |
| | 7 | == Checklist == |
| | 8 | |
| | 9 | * Make changes to working copy. |
| | 10 | * Test case changes? |
| | 11 | * Code changes? |
| | 12 | * Documentation changes? |
| | 13 | |
| | 14 | * Test changes on working copy. |
| | 15 | |
| | 16 | * Commit changes to trunk. |
| | 17 | |
| | 18 | * Review trunk regression test results. |
| | 19 | |
| | 20 | * Merge changes from trunk to branches/release. |
| | 21 | |
| | 22 | * Review branches/release regression test results. |
| | 23 | |
| | 24 | * Update release history. |
| | 25 | |
| | 26 | * Update trac ticket (if any). |
| | 27 | |
| | 28 | ---- |
| | 29 | Copyright Beman Dawes 2009 |
| | 30 | |
| | 31 | Distributed under the Boost Software License, Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt) |