summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2009-04-20 16:48:14 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2009-04-20 16:48:14 (GMT)
commit4446e5da7186aad436db16600bf3aca6cadc7635 (patch)
tree010685e578e968e23371631dc0e577b3fffe27dc /MANIFEST
parentf7a982a64eabcdbe8844b3b4c1bff6c0c368ec16 (diff)
downloadhdf5-4446e5da7186aad436db16600bf3aca6cadc7635.zip
hdf5-4446e5da7186aad436db16600bf3aca6cadc7635.tar.gz
hdf5-4446e5da7186aad436db16600bf3aca6cadc7635.tar.bz2
[svn-r16802] 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 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index ca961eb..9d78d42 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1503,6 +1503,7 @@
./tools/h5repack/testfiles/h5repack_early.h5
./tools/h5repack/testfiles/h5repack_layout.h5
./tools/h5repack/testfiles/h5repack_layouto.h5
+./tools/h5repack/testfiles/h5repack_named_dtypes.h5