diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-14 12:22:01 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-14 12:22:01 (GMT) |
commit | e9f6bf020abe8c3ee01c5f5858bad35f8f67ba3e (patch) | |
tree | d8e80db65c23b12827508ccc6c3d8101edd977da /release_docs | |
parent | f4c720276227ba5c17097b9e36740bbef0fd1536 (diff) | |
download | hdf5-e9f6bf020abe8c3ee01c5f5858bad35f8f67ba3e.zip hdf5-e9f6bf020abe8c3ee01c5f5858bad35f8f67ba3e.tar.gz hdf5-e9f6bf020abe8c3ee01c5f5858bad35f8f67ba3e.tar.bz2 |
[svn-r7363] 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 2233ede..0feebda 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -56,6 +56,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. + AK - 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 |