diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-09-29 20:18:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-09-29 20:18:22 (GMT) |
commit | 89404acc45281bef751d1073ce5cf82b5d1db4d1 (patch) | |
tree | bc8f2e920f36efbec3f7b5d57349c4cb034cdec6 /release_docs/RELEASE.txt | |
parent | 0ead3e88734ad130c3991947a7b51cd1d5c37102 (diff) | |
download | hdf5-89404acc45281bef751d1073ce5cf82b5d1db4d1.zip hdf5-89404acc45281bef751d1073ce5cf82b5d1db4d1.tar.gz hdf5-89404acc45281bef751d1073ce5cf82b5d1db4d1.tar.bz2 |
[svn-r17554] Fix for Bug 1562. H5DSis_attached needed to account for platform dependent types. Added test and test files for LE and BE dimension scales. Reworked part of test_ds file as part of debug.
Added missing H5Tclose in region reference routines.
Tested: local linux, smirom, linew
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 2e03923..52472d0 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -147,7 +147,8 @@ Bug Fixes since HDF5-1.8.3 High-Level APIs: ------ - - None + - H5DSis_attached failed to account for different platform types. Added a + get native type call. ADB - 2009/9/29 - 1562 Fortran High-Level APIs: ------ |