diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2009-01-27 15:56:48 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2009-01-27 15:56:48 (GMT) |
commit | bf4789092a2a63d8418677e66410a7cbee665fa5 (patch) | |
tree | 859103103d2d56da3dcc3cdfc6bdb8d26c601c45 /release_docs | |
parent | a6dcbd6a0ffbc17179b83e0910aca3e78b9b706a (diff) | |
download | hdf5-bf4789092a2a63d8418677e66410a7cbee665fa5.zip hdf5-bf4789092a2a63d8418677e66410a7cbee665fa5.tar.gz hdf5-bf4789092a2a63d8418677e66410a7cbee665fa5.tar.bz2 |
[svn-r16360] Purpose: Fix potential error with H5Tset_order
Description: H5Tset_order will now properly reject H5T_ORDER_NONE for most
datatypes. Previously this could cause major problems as the file could not be
flushed.
Tested: jam, smirom (h5committest)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 230cb8c..4e35418 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -141,6 +141,8 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - Changed H5Tset_order to properly reject H5T_ORDER_NONE for most + datatypes. (NAF - 2009/01/27) - Fixed a bug where H5Tpack wouldn't remove trailing space from an otherwise packed compound type. (NAF - 2009/01/14) - Fixed up some old v2 btree assertions that get run in debug mode that |