summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2012-02-10 21:51:40 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2012-02-10 21:51:40 (GMT)
commit7d8acc2824a6295e9bf60292027dbb704d44eb11 (patch)
tree1e82296dcf01f97b9c261285baa0b78389f1904e /release_docs
parent944da8a83b54eeaf228d64def88337418fa50311 (diff)
downloadhdf5-7d8acc2824a6295e9bf60292027dbb704d44eb11.zip
hdf5-7d8acc2824a6295e9bf60292027dbb704d44eb11.tar.gz
hdf5-7d8acc2824a6295e9bf60292027dbb704d44eb11.tar.bz2
[svn-r21927] Updated RELEASE.txt with HDFFV-7780 information.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 71fcf30..96a130e 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -108,6 +108,9 @@ Bug Fixes since HDF5-1.8.8
- The library had seg fault when it tried to shrink the size of compound
type through H5Tset_size immediately after the type was created (Issue
7618). It's fixed now. (SLU - 2011/11/4)
+ - Changed Windows thread creation to use _beginthread() instead of
+ CreateThread(). Threads created by the latter can be killed in
+ low-memory situations. (DER - 2012/2/10, HDFFV-7780)
Parallel Library
----------------