diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-16 18:55:48 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-16 18:55:48 (GMT) |
commit | 8efb3398b251f5698c9cd2d1a32ebda05b5e8706 (patch) | |
tree | 3b8b206ec59b0c255b0bf2304fbfc951245215b3 /release_docs/RELEASE.txt | |
parent | e9f6bf020abe8c3ee01c5f5858bad35f8f67ba3e (diff) | |
download | hdf5-8efb3398b251f5698c9cd2d1a32ebda05b5e8706.zip hdf5-8efb3398b251f5698c9cd2d1a32ebda05b5e8706.tar.gz hdf5-8efb3398b251f5698c9cd2d1a32ebda05b5e8706.tar.bz2 |
[svn-r7378] Purpose:
Bug fix
Description:
Linking and unlinking objects with multiple internal and/or trailing '/'s
was not handled well in the library.
Solution:
"Normalize" strings by removing trailing '/'s and collapsing multiple
internal '/'s down into just one '/' before operating on the name.
Platforms tested:
FreeBSD 4.8 (sleipnir)
h5committested
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 0feebda..3a75b58 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -56,6 +56,8 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Corrected bugs with multiple '/' characters in names for H5Glink + and H5Gunlink. QAK - 2003/08/16 - Corrected bug with user blocks that didn't allow a user block to be inserted in front of a file after the file was created. AK - 2003/08/13 |