diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2008-02-28 15:07:27 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2008-02-28 15:07:27 (GMT) |
commit | 31a6a50a84413e7af8af52ee66e9927e65a448c5 (patch) | |
tree | 3b629c07de136251aea3b20cc6dfac17106d2679 /release_docs/RELEASE.txt | |
parent | 66fa79b4234287d1b51ef62b394aa92fcafe7dd2 (diff) | |
download | hdf5-31a6a50a84413e7af8af52ee66e9927e65a448c5.zip hdf5-31a6a50a84413e7af8af52ee66e9927e65a448c5.tar.gz hdf5-31a6a50a84413e7af8af52ee66e9927e65a448c5.tar.bz2 |
[svn-r14693] Description:
Update release notes with recent variable-length string fix for h5diff
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 868415c..98513df 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -79,11 +79,16 @@ Bug Fixes since HDF5-1.8.0 release Tools ----- - - h5import bug on Windows w/binary datasets. fread in windows needs a binary file - to be open with 'rb' instead of 'r' otherwise it terminates execution if an end - of file character is found on the input file. Besides that the binary file - generated needs to be open with 'wb' , otherwise an end of line character is - read twice. PVN - 2008/2/19 + - Fixed bug in h5diff that prevented datasets & attributes with + variable-length string elements from comparing correctly. + (QAK - 2008/02/28) + + - h5import bug on Windows w/binary datasets. fread in windows needs a + binary file to be open with 'rb' instead of 'r' otherwise it + terminates execution if an end of file character is found on the + input file. Besides that the binary file generated needs to be open + with 'wb' , otherwise an end of line character is read twice. + (PVN - 2008/02/19) Documentation |