| 1 | = Release ''Heads Up'' Messages = |
| 2 | |
| 3 | These 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 | |
| 7 | To be posted at the beginning of each release cycle when branches/release opens for commits: |
| 8 | |
| 9 | {{{ |
| 10 | |
| 11 | branches/release is open for merging all stable changes from trunk, including |
| 12 | bug fixes and major upgrades to existing libraries. Breaking changes should be |
| 13 | coordinated via the mailing list with the developers of the other libraries |
| 14 | affected. New libraries may be added, but require permission of a release manager. |
| 15 | |
| 16 | In other words, except for new libraries, merging changes *does not* need |
| 17 | permission from a release manager. I.e. just do it! |
| 18 | |
| 19 | Links 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 | |
| 33 | To be posted one week before branches/release closes for new libraries: |
| 34 | |
| 35 | {{{ |
| 36 | |
| 37 | One week from today branches/release will close for commits of new libraries. |
| 38 | |
| 39 | Blah, blah, blah... |
| 40 | |
| 41 | }}} |
| 42 | |
| 43 | |
| 44 | == Etc == |