summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-02-19 19:47:17 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-02-19 19:47:17 (GMT)
commitf6c57546a763d1cf0b0c12f947de9d58ba816257 (patch)
tree0dc52e54d8a8f1fa48a9d51e068bdc20584d3d7a
parenta8cb513c1dd69d272e9376c809585261a3440c91 (diff)
downloadhdf5-f6c57546a763d1cf0b0c12f947de9d58ba816257.zip
hdf5-f6c57546a763d1cf0b0c12f947de9d58ba816257.tar.gz
hdf5-f6c57546a763d1cf0b0c12f947de9d58ba816257.tar.bz2
[svn-r14617] mention to bug fixed
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
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 6 insertions, 0 deletions
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
-------------