diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-07-23 19:58:13 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-07-23 19:58:13 (GMT) |
commit | c92ac941072e08b5e1196edac3dd98983b9def5e (patch) | |
tree | 243cbccc1628e3b97ccc16a6ffd42d99689379c0 /release_docs/RELEASE.txt | |
parent | 34bd25f361f81efc396314528f1824fe63af494e (diff) | |
download | hdf5-c92ac941072e08b5e1196edac3dd98983b9def5e.zip hdf5-c92ac941072e08b5e1196edac3dd98983b9def5e.tar.gz hdf5-c92ac941072e08b5e1196edac3dd98983b9def5e.tar.bz2 |
[svn-r11145] Purpose:
Bug fix
Description:
If a named datatype is copied and the copy is used to create a dataset,
the dataset would inadvertantly refer to the original named datatype instead
of a local (possibly modified) copy of the named datatype.
Solution:
Fixed datatype copying routine.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Too minor to require h5committest
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b02e09a..0ea3559 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -305,6 +305,9 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Fixed a bug with named datatypes where a copy of a named datatype + used to create a dataset would accidentally use the original + named datatype for the dataset's datatype. QAK - 2005/07/23 - Made H5Fget_name() be consistent and always return name of actual file the ID is in. (Instead of the name of the top file in a file mounting hierarchy). QAK - 2005/07/19 |