diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-14 12:18:34 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-14 12:18:34 (GMT) |
commit | f29e3e10975ee2164ca1ad1c0964108f3dc117d0 (patch) | |
tree | af4af98e9ba8f166f29429a5eeb9aaa0c8283ac3 /release_docs | |
parent | 374ad0ef30754b2a4a78c5ab3a16acd8e5c4c6fc (diff) | |
download | hdf5-f29e3e10975ee2164ca1ad1c0964108f3dc117d0.zip hdf5-f29e3e10975ee2164ca1ad1c0964108f3dc117d0.tar.gz hdf5-f29e3e10975ee2164ca1ad1c0964108f3dc117d0.tar.bz2 |
[svn-r7362] Purpose:
Bug fix
Description:
Allow a user block to be "inserted" in front of a file (probably by
writing a validly-sized userblock to a new file and then appending another
HDF5 file to the new file).
Platforms tested:
FreeBSD 4.8 (sleipnir)
h5committested
Diffstat (limited to 'release_docs')
-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 e291c1a..400b4ec 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -73,6 +73,9 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - 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 - Corrected errors with using point selections to access data in chunked datasets. QAK - 2003/07/23 - Corrected error with variable-length datatypes and chunked datasets |