summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2011-05-20 16:14:33 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2011-05-20 16:14:33 (GMT)
commit2de5fa986fc4e8588af5df33ed5c6500a7fa5a96 (patch)
tree2bbf235f713a682c7890cff3078d6ad043930550 /release_docs
parent0982e11bb483c73b827237ce59886dce93a8fba9 (diff)
downloadhdf5-2de5fa986fc4e8588af5df33ed5c6500a7fa5a96.zip
hdf5-2de5fa986fc4e8588af5df33ed5c6500a7fa5a96.tar.gz
hdf5-2de5fa986fc4e8588af5df33ed5c6500a7fa5a96.tar.bz2
[svn-r20872] Issue 7564 - Allow H5Tcreat to create string type (fixed-length and variable-length). I also added a test case in dtypes.c.
Tested on jam and linew - relatively simple.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 976afb4..b502d67 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -91,6 +91,8 @@ New Features
Library:
--------
+ - 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
public functions H5Pset_elink_file_cache_size(),
H5Pget_elink_file_cache_size(), and H5Fclear_elink_file_cache().