diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-08-10 21:02:28 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-08-10 21:02:28 (GMT) |
commit | 129660f3767e0642c8997660188718ae428ad24d (patch) | |
tree | 9315d51cf9b0f33e4dd2cc42b086d1ab7e34eeec /release_docs | |
parent | 02eaee2fc9760f7c539c9ffeaefede8562b252a9 (diff) | |
download | hdf5-129660f3767e0642c8997660188718ae428ad24d.zip hdf5-129660f3767e0642c8997660188718ae428ad24d.tar.gz hdf5-129660f3767e0642c8997660188718ae428ad24d.tar.bz2 |
[svn-r21215] Correct location of xml schema files. JIRA HDFFV-7688
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 0fa2af5..c327575 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -133,6 +133,13 @@ Bug Fixes since HDF5-1.8.7 Tools ----- + - Fixed h5dump to correct schema location: + <hdf5:HDF5-File + xmlns:hdf5="http://hdfgroup.org/HDF5/XML/schema/HDF5-File" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://hdfgroup.org/HDF5/XML/schema/HDF5-File + http://www.hdfgroup.org/HDF5/XML/schema/HDF5-File.xsd"> + (ADB - 2011/08/10) - Fixed h5diff to display instructive error message and exit with 1 when mutually exclusive options (-d, -p and --use-system-epsilon) are used together. HDFFV-7600 (JKM 07/07/2011) |