diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-10-05 18:36:03 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-10-05 18:36:03 (GMT) |
commit | d595bab80e5932009c0ff626ddc75f1346fcef1e (patch) | |
tree | de9204ddd68494fe85e86ce36a5c576381c82bb5 /release_docs/RELEASE.txt | |
parent | 7ba45c05b3e9345bc8d77a5d205bb41086b78f1e (diff) | |
download | hdf5-d595bab80e5932009c0ff626ddc75f1346fcef1e.zip hdf5-d595bab80e5932009c0ff626ddc75f1346fcef1e.tar.gz hdf5-d595bab80e5932009c0ff626ddc75f1346fcef1e.tar.bz2 |
[svn-r9366]
Purpose: feature change
Description: Prevent creating datatype of size 0.
Platforms tested: fuss(simple change)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index cfa6f5f..2c29bb8 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -52,8 +52,8 @@ New Features -------- - 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 + cutting the last member) as long as it doesn't go down to zero. + 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 |