diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2011-10-10 21:55:45 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2011-10-10 21:55:45 (GMT) |
commit | 62b1372a038bca6ce0f5d121dd4170c691cacc99 (patch) | |
tree | 3f95e150ae9ce21c09291a8aada067a8172448ae /release_docs | |
parent | 873e6aea8d401c95b01c8fc866638a9c44a92f69 (diff) | |
download | hdf5-62b1372a038bca6ce0f5d121dd4170c691cacc99.zip hdf5-62b1372a038bca6ce0f5d121dd4170c691cacc99.tar.gz hdf5-62b1372a038bca6ce0f5d121dd4170c691cacc99.tar.bz2 |
[svn-r21508] Revoked svn check-ins 20913 and 20921 (fix for HDFFV-7579) pending a careful evaluation of enum conversion behavior.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 7e658c3..cac8e6a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -95,10 +95,6 @@ New Features H5Rdereference (Issue 2763). It's called H5Rdereference2 now. The former H5Rdereference function has been deprecated to H5Rdereference1. (SLU - 2011/7/18) - - The library added two new dataset transfer property to control whether - to fill 0xff in the destination data or convert to the destination data - when overflow happens to ENUM data (Issue 7579). The two new functions - are H5Pset(get)_enum_conv_overflow. (SLU - 2011/05/27) - H5Tcreate now supports string type (fixed-length and variable-length). (SLU - 2011/05/20) - Added ability to cache files opened through external links. Added new |