tracker issue : CF-3323518

select a category, or use search below
(searches all categories and all time range)
Title:

CF10 does not identify itself as 10.0.1 after the 10.0.1 install

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Adam Cameron / Adam Cameron (Adam Cameron)

Created: 09/04/2012

Components: General Server

Versions: 10.0

Failure Type:

Found In Build/Fixed In Build: Final /

Priority/Frequency: Major / Some users will encounter

Locale/System: English / Win XP All

Vote Count: 2

Problem Description:
CF10  still reports itself as 10,0,0,282462 after the 10.0.1 updater.

Steps to Reproduce:
Install updater.  Check server version on info page and via dumping the server scope

Actual Result:
10,0,0,282462

Expected Result:
10,0,1,nnnnnn

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3323518

External Customer Info:
External Company:  
External Customer Name: Adam Cameron.
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments:

The build number will not change after applying the update. However, you would see the update level in the "System Information page" as well as in the "Server Updates" page in the administrator. Therefore this is not a bug.
Comment by Rupesh K.
18193 | September 04, 2012 02:08:38 AM GMT
I beg to differ, Rupesh. If you're calling it "10.0.1", then it should identify itself as "10.0.1". That's how these things work. -- Adam
Comment by External U.
18194 | September 04, 2012 02:25:50 AM GMT
How could you (Rupesh) say that this is not a bug. It is definitely a BUG!
Comment by External U.
18195 | September 04, 2012 09:47:50 AM GMT
This isn't consistent behavior with previous releases of ColdFusion. Anything that was labeled as an Updater changed the version and build number according to Adobe Release Terminology, http://www.adobe.com/support/updaters/terms.html There needs to be a way to get the Update Level programmatically and from cfinfo. which I filed as an enhancement #CF-3324088
Comment by External U.
18196 | September 04, 2012 01:56:23 PM GMT
It's clearly a but that this doesn't happen now.
Vote by External U.
18201 | September 05, 2012 03:21:06 AM GMT
it MUST be a BUG!!! Also the information provided in Server.ColdFusion.ProductVersion is still 10,0,0,282462. or, 'update level' should be provided in Server.ColdFusion struct
Comment by External U.
18197 | September 07, 2012 01:19:24 PM GMT
http://adamcameroncoldfusion.blogspot.com/2012/09/which-version-of-coldfusion-am-i_5.html
Vote by External U.
18202 | September 07, 2012 01:24:24 PM GMT
Hi all, It is difficult to have discussions in bugbase.adobe.com b/c it does not send email notifications when comments are added. Thus, I've posted my reply here: http://blogs.coldfusion.com/post.cfm/coldfusion-10-update-1-10-0-1-released and added a link back to this ticket. FWIW, I am also confused. Thanks, -Aaron
Comment by External U.
18198 | September 16, 2012 01:22:27 AM GMT
Just noting that CF Administrator formats the version# incorrectly. Repro: 1) In CF9.0.1, login to CF Admin and click 'i' (System Information page) 2) See: 9,0,1,274733 (formatted as list w/ length of 4) 3) In CF10.0.1, login to CF Admin and click 'i' (System Information page) 4) See: ColdFusion 10,282462 (formatted as list w/ length of 2) Issue: CF 10's "System Information" page should format the version number as a list having a length of 4. (Admin API and SERVER-scope return version number correctly formatted w/ list length of 4) Thanks, -Aaron
Comment by External U.
18199 | September 17, 2012 11:06:21 AM GMT
I am sort of with Rupesh on this, but on the same token not. Confused.... Well the thing is small hotfixes, do not warrant a minor version increment, unless the update is such. So the thing to note, is that the revision number must change, its not about being able to eye ball the version in the Administrator, but our code uses the server version for knowing what version of ColdFusion we are running on. If one of these updates fixes something in my code, I need a way to check to see if that hot fix has been applied or not.
Comment by External U.
18200 | September 27, 2012 07:10:53 PM GMT