-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 4.0.0
-
Fix Version/s: 4.0.1
-
Component/s: Application update
-
Tags:
-
Sprint:nxDrive 10.10.1
-
Story Points:1
This is sadly not usable at the time as the real server version is unknown (we can know the HF version at the install time, but not the real installed version).
So the patch added with NXDRIVE-1284 is temporary useless and will ask users to downgrade most of the time.
The fix is to remove min_all from versions.yml:
4.0.0: checksum: algo: sha256 dmg: 7b1040a16f3742da5241a308dd66c30bbad199990a2643fd2c74423f876cfab9 exe: f6257328c37d294ce1421ae9f90bfb5f8fd06be9cccc879b4660bd9f80da85da min: '7.10' min_all: '10.10': 10.10-SNAPSHOT '10.3': 10.3-SNAPSHOT '7.10': 7.10-HF47 '8.10': 8.10-HF38 '9.10': 9.10-HF20 type: beta
will become:
4.0.0: checksum: algo: sha256 dmg: 7b1040a16f3742da5241a308dd66c30bbad199990a2643fd2c74423f876cfab9 exe: f6257328c37d294ce1421ae9f90bfb5f8fd06be9cccc879b4660bd9f80da85da min: '7.10' type: beta
- depends on
-
NXP-29168 Set the real server version in the CMIS endpoint
- Resolved