Changes between Version 56 and Version 57 of ReleasePractices/ManagerCheckList


Ignore:
Timestamp:
Jun 10, 2010, 9:58:01 PM (12 years ago)
Author:
Daniel James
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleasePractices/ManagerCheckList

    v56 v57  
    6060Before a new library is merged into branches/release, the release manager should verify:
    6161
    62     * root/index.html includes the library in its list of new libraries.
    6362    * root/libs/libraries.htm entry is OK, both in the alphabetic list and in the category lists.
    6463    * root/libs/maintainers.txt entry is OK.
    65     * website/public_html/beta/feed/history/ entry is OK.
    66     * The library has been added to the website documentation list
    6764    * The library's root/libs/xxx directory contains an index.html file with either the main docs or a redirection to the main docs.
    6865    * The primary docs pages meet Boost requirements and guidelines. Don't leave this until too late; it has turned up lots of issues in the past.
    69     * Component has been added to Trac. See https://svn.boost.org/trac/boost/admin/ticket/components
    7066    * Trunk inspection report is clean.
    7167    * Trunk regression tests are reasonably clean or marked up.
     
    7672    * Release branch inspection report is clean.
    7773    * Release branch regression tests are reasonably clean or marked up.
     74
     75Before the beta test, the release managers should ensure that:
     76
     77    * root/index.html includes the library in its list of new libraries.
     78    * website/public_html/beta/feed/history/ entry is OK.
     79    * The library has been added to the website documentation list
     80    * Component has been added to Trac. See https://svn.boost.org/trac/boost/admin/ticket/components
    7881
    7982== Beta Release ==