Changes between Version 18 and Version 19 of AppPlanSpec


Ignore:
Timestamp:
Jun 27, 2014, 1:46:08 AM (10 years ago)
Author:
bema
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppPlanSpec

    v18 v19  
    3636   information provided by the client in the os_version string.
    3737   Examples:
    38       1) plan class requires OSX "Lion" 10.7.0, client reports Darwin "11.00.00", min_os_version 110000.
    39       2) plan class requires Windows 7 SP1, client reports "(Microsoft Windows 7 ..., Service Pack 1, (06.01.7601.00))", min_os_version is 601760100.
     38      1) plan class requires OSX "Lion" 10.7.0, client reports Darwin "11.00.00", numerical os version is 110000.
     39      2) plan class requires Windows 7 SP1, client reports "(Microsoft Windows 7 ..., Service Pack 1, (06.01.7601.00))", numerical os version is 601760100.
    4040 <max_os_version>x</max_os_version>:: max numerical OS version (see above)
    4141 <cpu_feature>x</cpu_feature>:: a required CPU feature (such as sse3). You can include more than one.