diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2013-09-30 11:54:33 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2013-09-30 11:54:33 (GMT) |
commit | 9d1730c534e10ac630f5fe6d4f860b2cfa0e7351 (patch) | |
tree | 16cc37356b54904a2c09cf4450813b2d7aed3eb9 | |
parent | c52f4442b759727519859f9551b23df4febec19a (diff) | |
download | hdf5-9d1730c534e10ac630f5fe6d4f860b2cfa0e7351.zip hdf5-9d1730c534e10ac630f5fe6d4f860b2cfa0e7351.tar.gz hdf5-9d1730c534e10ac630f5fe6d4f860b2cfa0e7351.tar.bz2 |
[svn-r24222] Updated with HDFFV-8271 fix.
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index f1f0a2e..55cf72b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -150,6 +150,8 @@ Bug Fixes since HDF5-1.8.11 Testing ------- + - test/big sometimes failed with the message of "file selection+offset not + within extent". This has been fixed. (AKC - 2013/09/28 HDFFV-8271). - tools/h5diff/testh5diff.sh is run in every "make check", even after it has passed in the previous run. It should not run again if there is no code changes. Fixed. (AKC - 2013/07/19 HDFFV-8392) |