wiki:DeveloperChecklist

Developer's Library Maintenance Checklist

Checklist

  • Make changes to working copy.
    • Test case changes?
    • Code changes?
    • Documentation changes?

  • Test changes on working copy.
  • Run inspect on working copy.
  • Commit changes to trunk.
  • Merge changes from trunk to branches/release.
  • Update release history.
  • Update Trac ticket (if any).

Details

Run inspect

Merge changes from trunk to branches/release

Update release history

URL: https://svn.boost.org/svn/boost/website/public_html/beta/feed/history

There will be a file in that directory named boost_n_nn_n.qbk, where n_nn_n is the release number. Edit the [section Updated Libraries] portion of that file to add a description of changes to your library. For example:

* [phrase library..[@/libs/interprocess/index.html Interprocess]:]
 *  Updated documentation to show rvalue-references funcions instead of emulation functions.
 *  More non-copyable classes are now movable.
 *  Move-constructor and assignments now leave moved object in default-constructed state
    instead of just swapping contents.
 *  Several bugfixes ([@https://svn.boost.org/trac/boost/ticket/2391 #2391],
    [@https://svn.boost.org/trac/boost/ticket/2431 #2431],
    [@https://svn.boost.org/trac/boost/ticket/1390 #1390],
    [@https://svn.boost.org/trac/boost/ticket/2570 #2570],
    [@https://svn.boost.org/trac/boost/ticket/2528 #2528]).

Ask questions or request help on the Boost Documentation mailing list: boost-docs@…


Copyright Beman Dawes 2009

Distributed under the Boost Software License, Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt)

Last modified 14 years ago Last modified on Jan 29, 2009, 2:55:44 PM
Note: See TracWiki for help on using the wiki.