summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs/RELEASE.txt')
-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.