summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-05-08 19:52:58 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-05-08 19:52:58 (GMT)
commit2c892178f1e1a08a8548b969417f6a50659a324a (patch)
tree194130c8c73156e5709a30d59a80786d35f2eada /release_docs
parent8f58213e3914ca8d2e7133ef0719d6476783478b (diff)
parent943129f61000899e394b75405723a3f110a21205 (diff)
downloadhdf5-2c892178f1e1a08a8548b969417f6a50659a324a.zip
hdf5-2c892178f1e1a08a8548b969417f6a50659a324a.tar.gz
hdf5-2c892178f1e1a08a8548b969417f6a50659a324a.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)
* commit '943129f61000899e394b75405723a3f110a21205': 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:
------