diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2011-04-15 17:23:22 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2011-04-15 17:23:22 (GMT) |
commit | a3a0794eb34e4b0464fa8fbce4ed2b3c8338825b (patch) | |
tree | 8e202a1c772a382c50b91eb4231864bf22955cf3 | |
parent | 755d168ff7860886d032bbbef7429f9f9b1cda4c (diff) | |
download | hdf5-a3a0794eb34e4b0464fa8fbce4ed2b3c8338825b.zip hdf5-a3a0794eb34e4b0464fa8fbce4ed2b3c8338825b.tar.gz hdf5-a3a0794eb34e4b0464fa8fbce4ed2b3c8338825b.tar.bz2 |
[svn-r20509] Added my bugfixes and known issues to RELEASE.txt.
-rw-r--r-- | release_docs/RELEASE.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 7415af1..7ed95ac 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -125,6 +125,13 @@ Bug Fixes since HDF5-1.8.6 - The datatype handler created with H5Tencode/decode used to have the reference count 0 (zero). I have fixed it. It is 1 (one) now. (SLU - 2011/2/18) + - Fixed the definition of H5_HAVE_GETTIMEOFDAY on Windows so that + HDgettimeofday() is defined and works properly. Bug HDFFV-5931 + (DER - 2011/04/14) + - Added basic VFD tests for the Windows, STDIO and log VFD tests. The + STDIO test is skipped for now due to failures on a few older platforms + (see "known problems", below). + (DER - 2011/04/11) Parallel Library ---------------- @@ -478,6 +485,12 @@ Known Problems a non-zero for this particular test, therefore it concludes the test has failed when it receives 0 from yod. Skip all the "failing" test for now by changing them as following. + +* The STDIO VFD does not work on some architectures, possibly due to 32/64 + bit or large file issues. The basic STDIO VFD test is known to fail on + 64-bit SunOS 5.10 on SPARC when built with -m64 and 32-bit OS X/Darwin + 10.7.0. The STDIO VFD test has been disabled while we investigate and + a fix should appear in 1.8.8. ======== Original tools/h5ls/testh5ls.sh ========= TOOLTEST tgroup-1.ls 1 -w80 -r -g tgroup.h5 |