diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-08-03 21:04:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 21:04:30 (GMT) |
commit | 04f1bff6757892df07cd72520af276f7691ff43b (patch) | |
tree | 7f823542a69a17fd01c25d3d7bca01596e63bf06 /release_docs | |
parent | 48a05aa887ae7d18512756bf1eeb177e08d0feaf (diff) | |
download | hdf5-04f1bff6757892df07cd72520af276f7691ff43b.zip hdf5-04f1bff6757892df07cd72520af276f7691ff43b.tar.gz hdf5-04f1bff6757892df07cd72520af276f7691ff43b.tar.bz2 |
Updates the RELEASE.txt file with a note about the variable-length fill (#871)
value issue. A fix is in progress, but it might be a while before
we have time to finish it up.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 314a713..20ee467 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1455,6 +1455,10 @@ The following platforms are not supported but have been tested for this release. Known Problems ============== + Setting a variable-length dataset fill value will leak the memory allocated + for the p field of the hvl_t struct. A fix is in progress for this. + HDFFV-10840 + CMake files do not behave correctly with paths containing spaces. Do not use spaces in paths because the required escaping for handling spaces results in very complex and fragile build files. |