diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2008-04-08 15:50:26 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2008-04-08 15:50:26 (GMT) |
commit | a5030f853b44a46736604aa39687a5aae98bc30f (patch) | |
tree | 29dd4e14aab0020be12fcac49f9e91ef0d057715 /release_docs | |
parent | 202a3d4a6f4c5eb582dc4563349ece362e6c7b8e (diff) | |
download | hdf5-a5030f853b44a46736604aa39687a5aae98bc30f.zip hdf5-a5030f853b44a46736604aa39687a5aae98bc30f.tar.gz hdf5-a5030f853b44a46736604aa39687a5aae98bc30f.tar.bz2 |
[svn-r14810] Add fix for H5Lcreate_external() to the list of bug fixes.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 46f9bfb..161f185 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -91,6 +91,10 @@ Bug Fixes since HDF5-1.8.0 Library ------- + - Fixed the problem with the searching of target file for H5Lcreate_external(). + The searching pattern will depend on whether the target file's + pathname is an absolute or a relative path. Please see the + description in the RM for H5Lcreate_external(). (VC - 4/8/08) - Fixed possible file corruption bug when encoding datatype descriptions for compound datatypes whose size was between 256 & 511 bytes and the file was opened with the "use the |