From 66b5a9cc9deed3ea3dab906b36b5758a8c5dc90f Mon Sep 17 00:00:00 2001 From: ScreenTinker Date: Thu, 13 Aug 2026 20:20:20 -0500 Subject: [PATCH] Changelog for 1.9.34-alpha12 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 784f74f..b1e31e3 100644 --- a/CHANGELOG.md +++ b/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