diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2009-04-20 16:37:47 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2009-04-20 16:37:47 (GMT) |
commit | 6d13b7a243e968b4ee365a8ea2b54c5f7640e8f6 (patch) | |
tree | dcd3cd02916c026c54829261d30a8bd398186ef7 /release_docs | |
parent | 22acfa9fe13b5dca4344a8b65c202d47f38b6ef0 (diff) | |
download | hdf5-6d13b7a243e968b4ee365a8ea2b54c5f7640e8f6.zip hdf5-6d13b7a243e968b4ee365a8ea2b54c5f7640e8f6.tar.gz hdf5-6d13b7a243e968b4ee365a8ea2b54c5f7640e8f6.tar.bz2 |
[svn-r16800] Purpose: Fix bug 1516
Description:
h5repack previously would not take named datatypes into consideration when copying
datasets and attributes. This would cause extra anonymous datatypes in the target file
at best, and cause errors halfway through the repacking at worst. h5repack should now
always handle named datatypes correctly. Named datatypes are also now converted to the
native type when -n is given.
Tested: jam, linew, 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 b702907..33fed05 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -293,6 +293,8 @@ Bug Fixes since HDF5-1.8.0 release Tools ----- + - Fixed many problems that could occur when using h5repack with named + datatypes. (NAF - 2009/4/20 - 1516/1466) - h5dump, h5diff, h5repack were not reading (by hyperslabs) datasets that have a datatype datum size greater than H5TOOLS_BUFSIZE, a constant defined as 1024Kb, such as array types with large |