summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2010-05-15 04:10:53 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2010-05-15 04:10:53 (GMT)
commitd7a89d6c7b67932c9c96e3ddc799605482391fdc (patch)
treeb13bee3e3b066b60f79cabf1876d0d35143cd8f1 /release_docs/RELEASE.txt
parenta6698e571c3e08084e1b572ec29ce66c1d183214 (diff)
downloadhdf5-d7a89d6c7b67932c9c96e3ddc799605482391fdc.zip
hdf5-d7a89d6c7b67932c9c96e3ddc799605482391fdc.tar.gz
hdf5-d7a89d6c7b67932c9c96e3ddc799605482391fdc.tar.bz2
[svn-r18818] Bug fix:
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. Platforms tested: jam with electric fence, amani amd linew
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index f32ce8e..f145629 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -469,6 +469,13 @@ Bug Fixes since HDF5-1.8.0 release
High-Level APIs:
------
+ - 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)
- Fixed a bug where the H5TB API would forget the order of fields when
added out of offset order. (NAF - 2009/10/27 - 1582)
- H5DSis_attached failed to account for different platform types. Added a