diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2002-06-04 16:22:19 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2002-06-04 16:22:19 (GMT) |
commit | a7f08bc1bb584afff9e208bc038cdc441daeaf26 (patch) | |
tree | 7af01c8b2b1e1779881dde5552b806414006dbfa /release_docs/RELEASE.txt | |
parent | ba26e8f2ad29dbefd3078b2f97b7a731ba39db1e (diff) | |
download | hdf5-a7f08bc1bb584afff9e208bc038cdc441daeaf26.zip hdf5-a7f08bc1bb584afff9e208bc038cdc441daeaf26.tar.gz hdf5-a7f08bc1bb584afff9e208bc038cdc441daeaf26.tar.bz2 |
[svn-r5524]
Purpose:
Bug fix (#699), fix provided by a user, approved by Quincey
Description:
When a scalar dataspace was written to the file and then
subsequently queried with the H5Sget_simple_extent_type function,
type was reported H5S_SIMPLE instead of H5S_SCALAR.
Solution:
Applied a fix (see bug report 699)
Platforms tested:
Solaris 2.7 and Linux 2.2.18
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4a2bd3d..ffa3ccf 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -35,7 +35,10 @@ Bug Fixes since HDF5-1.4.0 Library ------- - + * Fixed bug (#699, fix provided by a user) where a scalar dataspace was + written to the file and then subsequently queried with the + H5Sget_simple_extent_type function, type was reported H5S_SIMPLE instead + of H5S_SCALAR. EIP - 2002/06/04 * Clear symbol table node "dirty" flag when flushing symbol tables to disk, to reduce I/O calls made & improve performance. QAK - 2002/06/03 * Fixed bug where an object's header could get corrupted in certain obscure |