summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-04-07 16:05:19 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-04-07 16:05:19 (GMT)
commit36db7357636e00ea796300ddb0b50468fa0a1049 (patch)
tree6678674cb11a52d0ad1c08cfabe316ebd8671f41 /release_docs
parent584b7f16d64a0ae5c6954ac042615333901b2f4c (diff)
downloadhdf5-36db7357636e00ea796300ddb0b50468fa0a1049.zip
hdf5-36db7357636e00ea796300ddb0b50468fa0a1049.tar.gz
hdf5-36db7357636e00ea796300ddb0b50468fa0a1049.tar.bz2
[svn-r14804] mention to bug fixed
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e5f4539..9af0ef0 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -90,13 +90,15 @@ Bug Fixes since HDF5-1.8.0 release
- 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)
+ - Fixed bug in h5dump that caused binary output to be made only for the first
+ dataset, when several datasets were requested. (PVN - 2008/04/07)
+
Documentation