1 | | = Release ''Heads Up'' and Other Messages = |
2 | | [[PageOutline]] |
3 | | |
4 | | These are the boilerplate messages that are posted to the Boost developers list as various deadlines loom and/or arrive. |
5 | | |
6 | | == [n.nn.n] Open for merging == |
7 | | |
8 | | To be posted at the beginning of each release cycle when branches/release opens for commits: |
9 | | |
10 | | {{{ |
11 | | |
12 | | The release branch (https://svn.boost.org/svn/boost/branches/release) is open for merging all stable changes from trunk, including bug fixes and major upgrades to existing libraries. Breaking changes should be coordinated via the mailing list with the developers of the other libraries affected. New libraries may be added, but require permission of a release manager. |
13 | | |
14 | | In other words, merging *does not* require permission from a release manager, except for new libraries. |
15 | | |
16 | | Boost Calendar with the release schedule: http://www.boost.org/development/index.html |
17 | | |
18 | | Release schedule explanation: http://svn.boost.org/trac/boost/wiki/ReleaseSchedule |
19 | | |
20 | | Release practices for developers: http://svn.boost.org/trac/boost/wiki/ImprovingPractices |
21 | | |
22 | | -- The Release Managers, |
23 | | |
24 | | Beman Dawes |
25 | | Daniel James |
26 | | Eric Niebler |
27 | | Marshall Clow |
28 | | Rene Rivera |
29 | | Vladimir Prus |
30 | | }}} |
31 | | |
32 | | == [n.nn.n] Deadline for new libraries approaching == |
33 | | |
34 | | To be posted one week before branches/release closes for new libraries: |
35 | | |
36 | | {{{ |
37 | | |
38 | | One week from today branches/release will close for commits of new libraries. |
39 | | |
40 | | Blah, blah, blah... |
41 | | |
42 | | }}} |
43 | | |
44 | | == [n.nn.n] Release branch closed except by permission, beta one week from today == |
45 | | |
46 | | {{{ |
47 | | |
48 | | The release branch is now closed for all changes except by permission from one of the release managers. |
49 | | |
50 | | The beta release is planned for one week from today. |
51 | | |
52 | | }}} |
53 | | |
54 | | == [n.nn.n] Release branch post-beta merges == |
55 | | |
56 | | {{{ |
57 | | |
58 | | The release branch is is now open for post-beta merges, but only as described in the Post-Beta Merge Policy. See http://svn.boost.org/trac/boost/wiki/ReleasePractices/PostBetaMerges |
59 | | |
60 | | The final release is currently planned for ???. |
61 | | |
62 | | }}} |
63 | | |
64 | | == [n.nn.n] Release candidates available == |
65 | | |
66 | | {{{ |
67 | | |
68 | | Release candidate files for 1.50.0 are available at http://boost.cowic.de/rc/ |
69 | | |
70 | | As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy. |
71 | | |
72 | | This helps ensure the candidates build OK before we push them out to SourceForge. |
73 | | |
74 | | Thanks, |
75 | | |
76 | | --The Boost release team |
77 | | |
78 | | }}} |
79 | | |
80 | | == Boost n.nn.n Beta n Release Notice == |
81 | | |
82 | | {{{ |
83 | | Boost release n.nn.n beta n is now available from SourceForge |
84 | | |
85 | | See http://sourceforge.net/projects/boost/files/ |
86 | | |
87 | | This release contains N new libraries (names here) |
88 | | and numerous enhancements and bug fixes for existing libraries. |
89 | | |
90 | | For details of what's in the release, see http://www.boost.org/users/history/version_n_nn_n.html. Note that the links to files on this web page are for the final release - use the SourceForge link above to get the beta files. |
91 | | |
92 | | Please download the beta, give it a try, and report any problems you encounter. |
93 | | |
94 | | Thanks, |
95 | | |
96 | | -- The Boost Release Team |
97 | | }}} |
98 | | |
99 | | == Boost n.nn.n Release Notice == |
100 | | |
101 | | {{{ |
102 | | |
103 | | Release n.nn.n of the Boost C++ Libraries is now available. |
104 | | |
105 | | These open-source libraries work well with the C++ Standard Library, and are usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use. |
106 | | |
107 | | This release contains N new libraries (names here) and numerous enhancements and bug fixes for existing libraries. For details, including download links, see http://www.boost.org/users/news/version_n_nn_n |
108 | | |
109 | | You can also download directly from SourceForge: http://sourceforge.net/projects/boost/files/boost/n.nn.n/ |
110 | | |
111 | | To install this release on your system, see http://www.boost.org/doc/libs/release/more/getting_started/index.html |
112 | | |
113 | | Thanks, |
114 | | |
115 | | --The Boost release team |
116 | | |
117 | | Beman Dawes |
118 | | Daniel James |
119 | | Eric Niebler |
120 | | Marshall Clow |
121 | | Rene Rivera |
122 | | Vladimir Prus |
123 | | |
124 | | }}} |
| 1 | Superseded by [https://github.com/boostorg/boost/wiki/Release-Communications this]. |