diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2009-10-27 22:23:49 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2009-10-27 22:23:49 (GMT) |
commit | 376a788840fe6db1f253a371e3bcde527b4bfd3f (patch) | |
tree | 5aff621b28ab1ff02f41b1ea83325b11d287d13f /release_docs/RELEASE.txt | |
parent | 597739142f65d71f1ccf9eeeda6568b147e506b5 (diff) | |
download | hdf5-376a788840fe6db1f253a371e3bcde527b4bfd3f.zip hdf5-376a788840fe6db1f253a371e3bcde527b4bfd3f.tar.gz hdf5-376a788840fe6db1f253a371e3bcde527b4bfd3f.tar.bz2 |
[svn-r17760] Purpose: Fix problem with H5TB API
Description:
The H5TB API makes some improper assumptions about the order of compound
datatype members. Namely, it assumes that members remain in the order in which
they were inserted. Unfortunately, this assumption is inherent in the design of
the interface. The library has been patched so that this assumption holds in
situations relevant to H5TB.
Tested: jam, linew, amani (h5committest)
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 83c4814..cf5fea3 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -406,6 +406,8 @@ Bug Fixes since HDF5-1.8.0 release High-Level APIs: ------ + - Fixed a bug where the H5TB API would forget the order of fields when + added out of offset order. (NAF - 2009/10/27) - H5DSis_attached failed to account for different platform types. Added a get native type call. (ADB - 2009/9/29 - 1562) - Dimension scales: The scale index return value in H5DSiterate_scales was not always |