summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2004-10-01 19:42:21 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2004-10-01 19:42:21 (GMT)
commit8231b5f0c94aa6680ad8c8b980e1352f1d50f626 (patch)
tree4bed76ea2b9b3f17e00ce4991e10b66aa16bf21d /release_docs
parent08be85a294f76b57d338fdd46c9224039b0e05f3 (diff)
downloadhdf5-8231b5f0c94aa6680ad8c8b980e1352f1d50f626.zip
hdf5-8231b5f0c94aa6680ad8c8b980e1352f1d50f626.tar.gz
hdf5-8231b5f0c94aa6680ad8c8b980e1352f1d50f626.tar.bz2
[svn-r9351]
Purpose: enhanced feature Description: enable size adjustment for compound datatype. The size can be increased and decreased(as long as the members are not cut). Solution: mainly check if any member is being cut when decreasing the size. Others are simply taking out the assertion against 0 size. Platforms tested: h5committest and fuss. Misc. update: RELEASE.txt
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 4c11f62..af1637f 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -39,6 +39,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
Parallel Library:
-----------------