diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2012-03-28 21:02:30 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2012-03-28 21:02:30 (GMT) |
commit | 84487458917a55d39171cb4607178e4ba25a208d (patch) | |
tree | d2f6e5966d1daa5a59a5f38dd6ff0c1cc994debc /release_docs | |
parent | 35a0e27e885e63c40449483733c105649e3c99dc (diff) | |
download | hdf5-84487458917a55d39171cb4607178e4ba25a208d.zip hdf5-84487458917a55d39171cb4607178e4ba25a208d.tar.gz hdf5-84487458917a55d39171cb4607178e4ba25a208d.tar.bz2 |
[svn-r22173] Purpose: Fix HDFFV-7762
Description:
When copying an object with attribute creation order tracked, the attribute
creation order was not copied correctly to the destination file, causing an
error if the creation order was also indexed (due to attempting to insert
duplicate keys) or incorrect creation orders otherwise. Fixed to copy the
creation order correctly.
Also fixed the attribute character set not being copied, and fixed an issue
where an attribute opened with H5Aopen (or similar, but not by_idx), from an
object using the latest format but without creation order being tracked, would
always report the creation order as 0 (and marked as valid).
Tested: jam, koala, ostrich (h5committest), durandal
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 58ad605..e2ab4ce 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -373,6 +373,8 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - Fixed an error that would occur when copying an object with attribute + creation order tracked and indexed. (NAF - 2012/3/28 - HDFFV-7762) - Fixed a bug in H5Ocopy(): When copying an opened object, call the object's flush class action to ensure that cached data is flushed so that H5Ocopy will get the correct data. |