Changes between Initial Version and Version 1 of ReleasePractices/HeadsUpMessages


Ignore:
Timestamp:
Oct 11, 2008, 1:38:42 PM (14 years ago)
Author:
Beman Dawes
Comment:

Initial commit

Legend:

Unmodified
Added
Removed
Modified
  • ReleasePractices/HeadsUpMessages

    v1 v1  
     1= Release ''Heads Up'' Messages =
     2
     3These are the boilerplate messages that are posted to the Boost developers list as various deadlines loom.
     4
     5== [n.nn.n] Open for merging ==
     6
     7To be posted at the beginning of each release cycle when branches/release opens for commits:
     8
     9{{{
     10
     11branches/release is open for merging all stable changes from trunk, including
     12bug fixes and major upgrades to existing libraries. Breaking changes should be
     13coordinated via the mailing list with the developers of the other libraries
     14affected. New libraries may be added, but require permission of a release manager.
     15
     16In other words, except for new libraries, merging changes *does not* need
     17permission from a release manager. I.e. just do it!
     18
     19Links relating to this release:
     20
     21* Google Calendar with the release schedule: <http://www.boost.org/testing/index.html>.
     22
     23* Release schedule explanation: <http://svn.boost.org/trac/boost/wiki/ReleaseSchedule>.
     24
     25* Release practices for developers: <http://svn.boost.org/trac/boost/wiki/ImprovingPractices>.
     26
     27--(Release manager's names here)
     28
     29}}}
     30
     31== [n.nn.n] Deadline for new libraries approaching ==
     32
     33To be posted one week before branches/release closes for new libraries:
     34
     35{{{
     36
     37One week from today branches/release will close for commits of new libraries.
     38
     39Blah, blah, blah...
     40
     41}}}
     42
     43
     44== Etc ==