diff options
author | Joel Plutchak <plutchak@hdfgroup.org> | 2013-05-03 19:23:50 (GMT) |
---|---|---|
committer | Joel Plutchak <plutchak@hdfgroup.org> | 2013-05-03 19:23:50 (GMT) |
commit | 99e1300a0f5f93a159d054393eaf1f446ab9ccf5 (patch) | |
tree | 9c23b0481e92e9b6f7173ef6fd74e29a5c1c8792 | |
parent | 30f904dbe995184c81f2d3a71214a73b6abc090f (diff) | |
download | hdf5-99e1300a0f5f93a159d054393eaf1f446ab9ccf5.zip hdf5-99e1300a0f5f93a159d054393eaf1f446ab9ccf5.tar.gz hdf5-99e1300a0f5f93a159d054393eaf1f446ab9ccf5.tar.bz2 |
[svn-r23668] Added fix report for Jira issue HDFFV-8247, and removed it from
the "Known Problem" section.
-rw-r--r-- | release_docs/RELEASE.txt | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4af32d8..cd197f9 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -418,6 +418,12 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - Fixed an error involving failure to write fill values to the user's + buffer when reading unallocated chunks from datasets that have a + fill value set to H5D_FILL_VALUE_DEFAULT. A consequence of this + was the reporting of spurious data values in h5dump and h5diff + output. + (HDFFV-8247; JP - 2013/05/03) - Fixed an error that could occur when calling H5Ocopy within an H5Literate callback (and possibly other situations). (NAF - 2012/7/25 - HDFFV-5853) @@ -1298,14 +1304,6 @@ The following platforms are not supported but have been tested for this release. Known Problems ============== -* The h5dump and h5diff utilities occasionally produce different output - between Linux and Windows systems. This is caused by lower-level library - routines that fail to write fill values to the user's buffer when reading - unallocated chunks from datasets that have a fill value set to - H5D_FILL_VALUE_DEFAULT. Due to platform differences the return of - spurious data values have only been encountered on Windows 32-bit systems. - (Issue HDFFV-8247; JP - 2013/03/27) - * The 5.9 C++ compiler on Sun failed to compile a C++ test ttypes.cpp. It complains with this message: "/home/hdf5/src/H5Vprivate.h", line 130: Error: __func__ is not defined. |