Changes between Initial Version and Version 1 of DeveloperChecklist


Ignore:
Timestamp:
Jan 29, 2009, 2:01:46 PM (14 years ago)
Author:
Beman Dawes
Comment:

Create page with initial content

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperChecklist

    v1 v1  
     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----
     29Copyright Beman Dawes 2009
     30
     31Distributed under the Boost Software License, Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt)