diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-07-20 17:11:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-07-20 17:11:36 (GMT) |
commit | 00909f278d64017c21c8348537231daba97be9dd (patch) | |
tree | bf17a4086979f776a008aa4606fea1b3e7a5edb8 /release_docs | |
parent | 129f72fb3ed868fab0fa1cd71854aa1aad366336 (diff) | |
download | hdf5-00909f278d64017c21c8348537231daba97be9dd.zip hdf5-00909f278d64017c21c8348537231daba97be9dd.tar.gz hdf5-00909f278d64017c21c8348537231daba97be9dd.tar.bz2 |
[svn-r8901] Purpose:
Bug fix
Description:
Allow buffer parameter to H5Dread & H5Dwrite to be NULL if there are no
elements to transfer.
Platforms tested:
FreeBSD 4.10 (sleipnir) w/parallel
Too minor to require h5committest
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 68d531c..c9d8bf9 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -146,11 +146,14 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Allow NULL pointer for buffer parameter to H5Dread & H5Dwrite + when not writing data ("none" selection or hyperslab or point + selection with no elements defined). QAK - 2004/07/20 - Calling H5Gcreate() on "/" or "." throws an error instead of - failing quietly. JML - 2004/07/19 + failing quietly. JML - 2004/07/19 - Fixed bug where setting file address size to be very small could - trigger an assert if the file grew to more than 64 KB. Now throws - an error and data can be recovered. JL/NF - 2004/07/14 + trigger an assert if the file grew to more than 64 KB. Now throws + an error and data can be recovered. JL/NF - 2004/07/14 - Fixed bug where "resurrecting" a dataset was failing. QAK - 2004/07/14 - Fixed bug where incorrect data could be read from a chunked dataset |