Changes between Version 9 and Version 10 of AdminReleaseManagement
- Timestamp:
- Apr 12, 2017, 2:35:03 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdminReleaseManagement
v9 v10 26 26 The version # is stored in boinc/version.h. 27 27 28 In general we try to synchronize releases for all platforms (Win, Mac, Linux, Android). 29 If there is a show-stopper issue that affects only one platform, 30 we can test and release a fix, with a new release #. 31 We'd then skip that release# for the other platforms. 32 28 33 So the overall release management cycle is: 29 34 … … 51 56 * update doc/versions.inc 52 57 * email the Alpha testers again (tell them to test the new release). 53 * At some point you'll have a version with no major bugs and > 90% test coverage,58 * At some point we'll have a version with no major bugs and > 90% test coverage, 54 59 and it can become the new recommended release. 55 60 * update the client version in the code to an even minor version, release 1. … … 58 63 * update doc/versions.inc 59 64 * update boinc_alpha/test.inc and email the Alpha testers saying they're done for now. 65 * Upload the Android package to the Google and Amazon playstores. TODO: how do we do this? 60 66 61 67 == Updating client version ==