summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-08-18 19:32:26 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-08-18 19:32:26 (GMT)
commitd221d97f992d66540d39b0dfdca80b37849a7dd6 (patch)
tree49d1ef12bb771273d1b168c3c62a4490f4d6d46f /release_docs/RELEASE.txt
parent0949a25c13b4fa4e139b96eb0355d1ce0111e312 (diff)
downloadhdf5-d221d97f992d66540d39b0dfdca80b37849a7dd6.zip
hdf5-d221d97f992d66540d39b0dfdca80b37849a7dd6.tar.gz
hdf5-d221d97f992d66540d39b0dfdca80b37849a7dd6.tar.bz2
[svn-r19250] New feature(bug #1934): I made H5Tset_order support all data types with some restictions:
1. For enum type, members shouldn't be defined yet. 2. H5T_ORDER_NONE only works for reference and fixed-length string. 3. For opaque type, the order will be ignored. 4. For compound type, all restrictions above apply to the members. I'll change H5Tget_order and do another commit. Tested on jam, heiwa, and amani.
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 4d4893f..75f8238 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -63,6 +63,8 @@ New Features
Library
-------
+ - H5Tset_order now supports all data types. Please see bug #1934. (SLU -
+ 2010/8/18)
- Improved performance of metadata I/O by changing the default algorithm
to perform I/O from all processes (instead of just process 0) when using
parallel I/O drivers. (QAK - 2010/07/19)