History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SPARK-673
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Derek DeMoro
Reporter: Greg Unrein
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spark

Spark update check does not see 2.5.0 as newer than 2.5.0beta4

Created: 04/04/07 05:30 PM   Updated: 04/06/07 04:56 PM
Component/s: Enterprise: General
Affects Version/s: 2.5.0
Fix Version/s: 2.5.1

Time Tracking:
Not Specified

Support Plan Customer Issue: No
Resolution Date: 04/06/07 04:56 PM
Acceptance Test - Add?: No


 Description  « Hide
Originally reported here:
http://www.igniterealtime.org/forum/thread.jspa?threadID=25650

I was able to reproduce locally on Wildfire 3.2.3 Enterprise using spark_2_5_0.exe and spark_2_5_0_beta4.exe. When I log in to the server with Spark 2.5.0 beta 3 and the server is configured to deliver spark_2_5_0.exe there is no update notification. If I switch the active build to spark_2_5_0_beta4.exe then there is an update notification.

Steps to reproduce:

1) Upload spark_2_5_0.exe and spark_2_5_0_beta4.exe
2) Select spark_2_5_0.exe as the active version in Enterprise
3) Log in using Spark 2.5.0 beta 3
4) Note that you receive an update notification
5) Switch the active version in Enterprise to spark_2_5_0_beta4.exe
6) Select "Help > Check for updates" in Spark 2.5.0 beta 3
7) There is no update



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Matt Tucker - 04/04/07 05:44 PM
My suggestion is that we codify the meaning of the "." characters a bit more. Given:

W.X.Y.Z

W = major version, numerical ordering
X = minor version, numerical ordering
Y = revision version, numerical ordering
Z = alpha or beta designation, alphabetical ordering. Additionally, any versions with a Y.Z value should be considered to be "before" a version with just the same Y value.