summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2016-05-01 04:00:54 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2016-05-01 04:00:54 (GMT)
commit5f97b16abd7a045e3db65894856af16cec74f24e (patch)
tree01404503ce7ae8d9ba312b6835f161f8b46ea9ff
parentca5dfc1ec84404ed25900a85ba88f11f666d06cf (diff)
downloadhdf5-5f97b16abd7a045e3db65894856af16cec74f24e.zip
hdf5-5f97b16abd7a045e3db65894856af16cec74f24e.tar.gz
hdf5-5f97b16abd7a045e3db65894856af16cec74f24e.tar.bz2
[svn-r29846] Comment in RELEASE.txt for the fix to HDFFV-9469.
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index b879ac7..1c1d465 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -257,6 +257,11 @@ Bug Fixes since HDF5-1.8.16
Library
-------
+ - Fixed shared file pointer problem which caused a crash when running a
+ program provided by a user.
+
+ (VC, 2016/04/01, HDFFV-9469)
+
- Fixed some format string warnings that prevent compiling with
-Werror=format-security on gcc.