summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-08-24 16:00:20 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-08-24 16:00:20 (GMT)
commit9fbdf8f07aeb41e04108e369196c426b7403881a (patch)
tree7c9dc70860cf8daa4d7ce588b3dcae383b67c5c6 /release_docs
parent11e5e1c588ec8a0c3ae6eb5a5601fe9b8b720cd0 (diff)
downloadhdf5-9fbdf8f07aeb41e04108e369196c426b7403881a.zip
hdf5-9fbdf8f07aeb41e04108e369196c426b7403881a.tar.gz
hdf5-9fbdf8f07aeb41e04108e369196c426b7403881a.tar.bz2
[svn-r19288] 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. There is no change to configure.in, config, and Makefile.am in the top directory. They have some property changes when I merged the code from 1.8. Tested on jam. I tested the same change for 1.8 with h5committest.
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 9696ec7..dc2d398 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -76,8 +76,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 the chunk cache by avoiding unnecessary b-tree
lookups of chunks already in cache. (NAF - 2010/06/15)
- Greatly improved performance of extending a dataset with early