From f6c57546a763d1cf0b0c12f947de9d58ba816257 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Tue, 19 Feb 2008 14:47:17 -0500 Subject: [svn-r14617] mention to bug fixed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- release_docs/RELEASE.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 3283e4d..b34416b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -79,6 +79,12 @@ 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 + Documentation ------------- -- cgit v0.12