diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2010-05-22 17:30:45 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2010-05-22 17:30:45 (GMT) |
commit | 18ae0c6e6d780d40d86488793352329cd8026df4 (patch) | |
tree | 666cf76ee6823511ebf4aa466a68ffa891a5adf6 /release_docs/RELEASE.txt | |
parent | 00d38d62f725e23189f10d7bb6d3ebc56aad5cd8 (diff) | |
download | hdf5-18ae0c6e6d780d40d86488793352329cd8026df4.zip hdf5-18ae0c6e6d780d40d86488793352329cd8026df4.tar.gz hdf5-18ae0c6e6d780d40d86488793352329cd8026df4.tar.bz2 |
[svn-r18880] Bug fix:
Fixed a bug (1855) in H5DSattach_scale, H5DSis_attached and H5DSdetach_scale
caused by using H5Tget_native_type function to determine the native
type for reading REFERENCE_LIST attribute. The bug was exposed on Mac PPC.
Platforms tested: juniper (Mac PPC), jam, amani, linew
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 469ca38..7982b48 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -471,6 +471,11 @@ Bug Fixes since HDF5-1.8.0 release High-Level APIs: ------ + - Fixed a bug in H5DSattach_scale, H5DSis_attached and H5DSdetach_scale + caused by using H5Tget_native_type function to determine the native + type for reading REFERENCE_LIST attribute. The bug was exposed + on Mac PPC. + (EIP - 2010/05/22 -1855) - Fixed a bug in the H5DSdetach_scale function when 0 bytes were allocated after the last reference to a dim. scale was removed from the list of references in a VL element of the |