diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-10-01 18:27:06 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-10-01 18:27:06 (GMT) |
commit | 5b1292e39b5d0bb25215fa9354a77f9a78dcf085 (patch) | |
tree | b3b57afed88d754fe23bd152ca68bd18455f2b93 /release_docs | |
parent | bb24f1844ef0803e152088faa650bd75ec4240d5 (diff) | |
download | hdf5-5b1292e39b5d0bb25215fa9354a77f9a78dcf085.zip hdf5-5b1292e39b5d0bb25215fa9354a77f9a78dcf085.tar.gz hdf5-5b1292e39b5d0bb25215fa9354a77f9a78dcf085.tar.bz2 |
[svn-r9349] Purpose: New feature enhancement
Description: enable size adjustment for compound datatype. The size
can be increased and decreased(as long as the last member isn't cut).
Solution: mainly check if the last member is being cut when decreasing
the size. Others are simply taking out assertion to enable this feature.
Platforms tested: h5committest and fuss.
Misc. update: RELEASE.txt
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 9f6ed06..6d22637 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -50,6 +50,10 @@ New Features Library: -------- + - Compound datatype has been enhanced with a new feature of size + adjustment. The size can be increased and decreased(without + cutting the last member). No API change is involved. SLU - + 2004/10/1 - Put back 6 old error API functions to be backward compatible with version 1.6. They are H5Epush, H5Eprint, H5Ewalk, H5Eclear, H5Eset_auto, H5Eget_auto. Their new equivalent functions are |