diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-06-03 15:58:49 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-06-03 15:58:49 (GMT) |
commit | 4bffd76b3ccc6cecf1691f6e350d7e58408fc69e (patch) | |
tree | 6ec89e9fc6b98772fa1014a37ffc753fa6934ebd /release_docs | |
parent | b71a597e86c431c0c72c30e40db6baa9d7046cf5 (diff) | |
download | hdf5-4bffd76b3ccc6cecf1691f6e350d7e58408fc69e.zip hdf5-4bffd76b3ccc6cecf1691f6e350d7e58408fc69e.tar.gz hdf5-4bffd76b3ccc6cecf1691f6e350d7e58408fc69e.tar.bz2 |
[svn-r20929] Issue 4278 - When reading data fails, the error message should say which filter isn't registered. The fix is simple. Most of the effort is on the test. The file with filter enabled is created in gen_filter.c. The verification of the error message is in test_error.c. The output is compared against the standard output.
Tested on jam, koala, and heiwa.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 198cc24..b94d1be 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -286,6 +286,9 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - When a dataset had filters and reading data failed, the error message + didn't say which filter isn't registered. It's fixed now. + (SLU - 2011/6/3) - The datatype handler created with H5Tencode/decode used to have the reference count 0 (zero). I have fixed it. It is 1 (one) now. (SLU - 2011/2/18) |