mirror of
https://github.com/screentinker/screentinker.git
synced 2026-08-14 06:16:20 -06:00
Changelog for 1.9.34-alpha12
This commit is contained in:
parent
26c059c1b8
commit
66b5a9cc9d
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,5 +1,20 @@
|
|||
# Changelog
|
||||
|
||||
## 1.9.34-alpha12
|
||||
|
||||
### Fixed — updates were refused as "already newer" from alpha10 onward
|
||||
The update check compared the prerelease part of a version as plain text, so "alpha11" sorted below
|
||||
"alpha8" — because "1" comes before "8". Every build from alpha10 on was therefore treated as older
|
||||
than alpha8 and alpha9, and the server refused to offer it while naming it as the latest version in
|
||||
the same reply. A player on those builds could not be moved forward at all, and nothing about the
|
||||
failure pointed at version ordering.
|
||||
|
||||
Prerelease numbers are now compared as numbers. Ordinary precedence is unchanged: beta still comes
|
||||
after alpha, rc after beta, and a finished release still beats any prerelease of the same version.
|
||||
|
||||
The BrightSign host package carried the same comparison and is fixed with it — there, a wrong
|
||||
answer replaces the script that starts the player.
|
||||
|
||||
## 1.9.34-alpha11
|
||||
|
||||
### Fixed — an update that will not install now says why
|
||||
|
|
|
|||
Loading…
Reference in a new issue