Changes between Version 1 and Version 2 of Versions/ReleaseProcess
- Timestamp:
- 01/11/17 14:40:55 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Versions/ReleaseProcess
v1 v2 1 {{{#!div class="box"2 1 = Release Process = 3 2 4 3 Always subject to change, see also the [/roadmap]. 5 4 5 [[BR]] 6 7 {{{#!div class="box" 6 8 == Development Phase == 7 9 roughly 2 months: … … 10 12 * beta builds 11 13 * run automated tests 14 }}} 12 15 16 {{{#!div class="box" 13 17 == Stabilisation Phase == 14 18 roughly 1 month - much more for LTS releases: … … 21 25 * whitespace / tabspace cleanup 22 26 * tagging the version in [/browser/xpra/tags the repository] 27 }}} 23 28 29 {{{#!div class="box" 24 30 == Release == 25 31 a few weeks at most - bug fixes only: … … 28 34 * update [/wiki/Source] and also this page 29 35 * send announcements emails 36 }}} 30 37 31 == Maintenance Updates == 38 {{{#!div class="box" 39 == Maintenance / Stable Updates == 32 40 33 41 Fixes are almost always committed to trunk before landing in other branches, you can find a list of the currently [/wiki/Versions/PendingFixes pending fixes here]. 42 34 43 The exact schedule of those updates depends mostly on the severity of the issues fixed. 35 44 }}}