diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2009-01-27 16:05:53 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2009-01-27 16:05:53 (GMT) |
commit | 4cd5a378c473faefd822beabbeccbb6e4f2f873e (patch) | |
tree | 83da835564a4e1440e57d38f90ecddb569478579 /release_docs | |
parent | 4f48c9c5552c9c11347480de48d98eeae32b6546 (diff) | |
download | hdf5-4cd5a378c473faefd822beabbeccbb6e4f2f873e.zip hdf5-4cd5a378c473faefd822beabbeccbb6e4f2f873e.tar.gz hdf5-4cd5a378c473faefd822beabbeccbb6e4f2f873e.tar.bz2 |
[svn-r16361] 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 6fbedda..40326bf 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -113,6 +113,8 @@ Bug Fixes since HDF5-1.8.2 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 |