Bugzilla – Bug 14903
SBS update check should take revision number into account, even when a current version (but earlier build) is being run
Last modified: 2009-10-23 02:06:54 UTC
Currently if a user is running a pre-release of the latest version, he's not offered the update to the official release, as only the version number is compared. We should check the revision in this case too.
Not a hotfix, as SBS side changes are needed as well.
== Auto-comment from SVN commit #28987 to the slim repo by michael == == https://svn.slimdevices.com/slim?view=revision&revision=28987 == Bug: 14903 Description: don't assume we're up to date if the installer doesn't have a revision number. If mysb.com returns an installer to download, then do download it. Otherwise pre-release versions will not be updated to the release once its out.
== Auto-comment from SVN commit #7663 to the network repo by michael == == https://svn.slimdevices.com/network?view=revision&revision=7663 == Fixed Bug: 14903 +1 Description: respect the revision number, even if the version is the latest. Otherwise pre-release installations don't get the released build.