diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2008-04-08 15:48:15 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2008-04-08 15:48:15 (GMT) |
commit | 00b2f545a365f67c8ef83ed95824c4bb7f3735a5 (patch) | |
tree | 039843e42cebcffd878dcd911b17ba7b0585869e | |
parent | fe445ca865bc24619349a2647d7bfcdb214bd8d7 (diff) | |
download | hdf5-00b2f545a365f67c8ef83ed95824c4bb7f3735a5.zip hdf5-00b2f545a365f67c8ef83ed95824c4bb7f3735a5.tar.gz hdf5-00b2f545a365f67c8ef83ed95824c4bb7f3735a5.tar.bz2 |
[svn-r14809] Add fix for H5Lcreate_external() to the list of bug fixes.
-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 9af0ef0..17c74d6 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -70,6 +70,10 @@ Bug Fixes since HDF5-1.8.0 release 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 |