diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2010-05-15 04:28:50 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2010-05-15 04:28:50 (GMT) |
commit | b8f131dc78aba5ce6998401bc6de2b4a69b44412 (patch) | |
tree | 76e7ed4397a1cb411b781f0eaee414f62aac3ebb /release_docs | |
parent | 96c13847a638a0a028afb2f1b31a513bf70110e4 (diff) | |
download | hdf5-b8f131dc78aba5ce6998401bc6de2b4a69b44412.zip hdf5-b8f131dc78aba5ce6998401bc6de2b4a69b44412.tar.gz hdf5-b8f131dc78aba5ce6998401bc6de2b4a69b44412.tar.bz2 |
[svn-r18820] Bug fix:
Fixed a bug (1822) 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
DIMENSION_LIST attribute; modified the function to comply
with the Spec: DIMENSION_LIST attribute is deleted now when no
dimension scales left attached.
Platforms tested: jam with electric fence, amani amd linew
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 3215f54..d2aa396 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -96,7 +96,13 @@ New Features High-Level APIs --------------- - - None + - 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 + DIMENSION_LIST attribute; modified the function to comply + with the Spec: DIMENSION_LIST attribute is deleted now when no + dimension scales left attached. + (EIP - 2010/05/14 -1822) F90 API ------- |