Changes between Version 9 and Version 10 of AdminReleaseManagement


Ignore:
Timestamp:
Apr 12, 2017, 2:35:03 PM (7 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdminReleaseManagement

    v9 v10  
    2626The version # is stored in boinc/version.h.
    2727
     28In general we try to synchronize releases for all platforms (Win, Mac, Linux, Android).
     29If there is a show-stopper issue that affects only one platform,
     30we can test and release a fix, with a new release #.
     31We'd then skip that release# for the other platforms.
     32
    2833So the overall release management cycle is:
    2934
     
    5156    * update doc/versions.inc
    5257    * 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,
    5459  and it can become the new recommended release.
    5560    * update the client version in the code to an even minor version, release 1.
     
    5863    * update doc/versions.inc
    5964    * 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?
    6066
    6167== Updating client version ==