diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2002-12-16 16:39:11 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2002-12-16 16:39:11 (GMT) |
commit | fe49d0bc4facc785307d266bdce0b5b00b2f1dbe (patch) | |
tree | c394b6d2d5cfec81a3216ef0a86adf757f9eff3d /release_docs | |
parent | 70862d68a1c3689a181bc76b5aa768ada64dda11 (diff) | |
download | hdf5-fe49d0bc4facc785307d266bdce0b5b00b2f1dbe.zip hdf5-fe49d0bc4facc785307d266bdce0b5b00b2f1dbe.tar.gz hdf5-fe49d0bc4facc785307d266bdce0b5b00b2f1dbe.tar.bz2 |
[svn-r6208]
Misc. update:
Update an error assertion improvement for nil VL string.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 8fb4b57..3a2faf5 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -35,6 +35,8 @@ Bug Fixes since HDF5-1.4.0 Library ------- + * Improved error assertion for nil VL strings, making it fails with error + stack instead of just assertion failure. SLU - 2002/12/16 * Added two new API functions: H5Zunregister & H5Zfilter_avail. QAK - 2002/11/16 * Add data shuffle filter(source code H5Zshuffle.c), the combination of the |