How can find Bigfix version update release date

Hi All,

Where can find the bigfix application release date for each version update, (like 9.2.7, 9.2.8, … 9.5.2, 9,5,3, …)

Is there any link would help this,

Thanks,
Nagaraj,

Try the release notes:
https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/Tivoli%20Endpoint%20Manager/page/Change%20and%20Release%20Notes

You need to look at the oldest version of each, otherwise revisions to the notes confuse things.

I need like below example,

Bigfix version 9.5.3 -release date xx.xx.xxxx,
Bigfix version 9.2.9 - release date xx.xx.xxxx,

Is this format can get from any ware ?

I think you’d have to form it yourself. You can look at each release notes section on the following page: http://support.bigfix.com/bes/release/

It might also be possible to dump it out with some relevance from the upgrade fixlets for each platform version

2 Likes

Interesting idea!

Here’s some session relevance that might do the trick for most versions:

unique values of (item 0 of it & " - " & item 1 of it as string) of (first matches (regex "(\d+\.)(\d+\.)(\d+)") of name of it, source release date of it) of bes fixlets whose (display name of site of it = "BES Support" AND name of it contains "Updated Windows Installation Folders" AND name of it does not contain "Superseded")

3 Likes