summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-08-10 21:02:28 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-08-10 21:02:28 (GMT)
commit129660f3767e0642c8997660188718ae428ad24d (patch)
tree9315d51cf9b0f33e4dd2cc42b086d1ab7e34eeec
parent02eaee2fc9760f7c539c9ffeaefede8562b252a9 (diff)
downloadhdf5-129660f3767e0642c8997660188718ae428ad24d.zip
hdf5-129660f3767e0642c8997660188718ae428ad24d.tar.gz
hdf5-129660f3767e0642c8997660188718ae428ad24d.tar.bz2
[svn-r21215] Correct location of xml schema files. JIRA HDFFV-7688
-rw-r--r--release_docs/RELEASE.txt7
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)