summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-08-23 21:37:10 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-08-23 21:37:10 (GMT)
commit9d68049cc6a6062a95a57d7f2b01ae21ef6ac1eb (patch)
treecbc811f99b39fcf11327484407e4e77d65c50f5f /release_docs
parentbec868b005e3501b99439e7d029061424cf1b76c (diff)
downloadhdf5-9d68049cc6a6062a95a57d7f2b01ae21ef6ac1eb.zip
hdf5-9d68049cc6a6062a95a57d7f2b01ae21ef6ac1eb.tar.gz
hdf5-9d68049cc6a6062a95a57d7f2b01ae21ef6ac1eb.tar.bz2
[svn-r19279] Bug 1934 - I added support of all data types for H5Tget_order. I added a new byte order
H5T_ORDER_MIXED specifically for compound types and its derived types. They report mixed orders if they have members of different orders. Tested on heiwa, jam, and amani.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 75f8238..aa62d49 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -63,8 +63,9 @@ New Features
Library
-------
- - H5Tset_order now supports all data types. Please see bug #1934. (SLU -
- 2010/8/18)
+ - H5Tset_order and H5Tget_order now support all data types. A new byte
+ order H5T_ORDER_MIXED has been added specifically for compound datatype
+ and its derived type. Please see bug #1934. (SLU - 2010/8/23)
- 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)