summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2020-05-08 18:48:53 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2020-05-08 18:48:53 (GMT)
commit943129f61000899e394b75405723a3f110a21205 (patch)
tree2889b8a619234990521874ead8adff1c55333bc1 /release_docs
parente76c191daab49dcb4d5fb5d826023f50fb9f0e0c (diff)
parent8dc9001a21cc3101059335a394e1f0bb7e3c3867 (diff)
downloadhdf5-943129f61000899e394b75405723a3f110a21205.zip
hdf5-943129f61000899e394b75405723a3f110a21205.tar.gz
hdf5-943129f61000899e394b75405723a3f110a21205.tar.bz2
Merge pull request #2567 in HDFFV/hdf5 from alloc_0sized_dset_fix_1_12 to hdf5_1_12
* commit '8dc9001a21cc3101059335a394e1f0bb7e3c3867': Add note to release notes. Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion. Add thread_id.c to the MANIFEST and the CMakeLists.txt per Allen's request. Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX Threads implementation ought to be portable to any system that has POSIX Threads. On Windows, I use the same API call as before. Align contents of CMake and autotools testfile cleanup lists. Avoid allocating a chunk index for datasets with 0-sized dimensions, until the dataset is extended.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8fafd0d..5ecb8b6 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -109,7 +109,10 @@ Bug Fixes since HDF5-1.12.0 release
==================================
Library
-------
-
+ - Don't allocate an empty (0-dimensioned) chunked dataset's chunk
+ index, until the dataset's dimensions are increased.
+
+ (QAK - 2020/05/07)
Tools:
------