Purpose:
Bug Fix
Description:
Object IDs command-line options weren't being picked up.
Solution:
The wrong flag was being checked for. Changed the flag from "v" to
"i", which is what the documentation says.
Platforms tested:
Linux
Purpose:
Back port of Feature Add
Description:
Added the feature to specify which driver you want for the H5dumper
using the command-line flag "-f D or --filedriver=D".
Platforms tested:
Linux
Purpose:
Fix bugs in XML output of dumper
Description:
Incorrect XML was produced.
Solution:
Do the right thing. See diffs in test files.
Platforms tested:
Solaris.
Bug Fix
Description:
Stride flag was checked as being -T instead of -S as it should be...
Solution:
Changed to check -S instead of -T.
Platforms tested:
Linux