summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-08-16 18:54:40 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-08-16 18:54:40 (GMT)
commitd99164a9ed4fb031db5d3cf3d3086862f25f48f1 (patch)
tree1f096cd8a25e5532cd66dfc3aa0102fda849260f /release_docs
parentf126a1cf6f3584509e535fba22c1af8730864108 (diff)
downloadhdf5-d99164a9ed4fb031db5d3cf3d3086862f25f48f1.zip
hdf5-d99164a9ed4fb031db5d3cf3d3086862f25f48f1.tar.gz
hdf5-d99164a9ed4fb031db5d3cf3d3086862f25f48f1.tar.bz2
[svn-r7377] 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')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 400b4ec..91a7447 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -73,6 +73,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.
QAK - 2003/08/13