genotrance / appsnap

Automatically exported from code.google.com/p/appsnap
0 stars 0 forks source link

Version scrape wrong for Agent Ransack #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(I had mentioned this in the "zero bytes" thread in discussion, but it
looks like it got missed)

Somehow I got the version scrape wrong (well, maybe because it was my
first try ;) ). The build number is not really reflected in the
registry, so it should be:

version         = version ([0-9]+\.[0-9]+\.[0-9]+)

Also my instversion was wrong, but it appears you corrected it before
adding it to the database:

instversion     = REGISTRY_SEARCH:DisplayName=Agent Ransack Version
([0-9]+\.[0-9]+\.[0-9]) 

Original issue reported on code.google.com by daddyd...@gmail.com on 25 Jun 2008 at 9:21

GoogleCodeExporter commented 9 years ago
Good catch. I fixed this in the master database. Thanks :)

Original comment by ganesh...@gmail.com on 11 Oct 2008 at 6:02