
On Thu Jan 22 2015 at 11:01:30 AM Beman Dawes
As we started through the process of adding the sort library as a module, it became obvious the docs for how to do this were quite out-of-date. The best document for adding new libraries is https://svn.boost.org/trac/boost/wiki/ReleasePractices/ManagerCheckList# NewLibraryChecklist, and that section has now been updated.
Although this document is written from the perspective of release managers, the New Library Checklist section serves as a roadmap for what is expected as a new library goes through the stages of being added to a Boost distribution.
Comments and corrections welcome,
--Beman
Thanks Beman. It looks like we're now at the "Add library as a submodule on boost master branch" stage. Who should make these changes in the boost root that the release manager is supposed to verify? Should these same changes also be made in develop?