summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-01-13 15:39:34 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-01-13 15:39:34 (GMT)
commit7c2b004f25da184a59fc4892eb6dec2997e96154 (patch)
tree5e0f88f9341ee0b5d86e10632511efde9843dd8c
parenta7724facc70ef6b8297f8a1fe6cf486305967d0e (diff)
downloadhdf5-7c2b004f25da184a59fc4892eb6dec2997e96154.zip
hdf5-7c2b004f25da184a59fc4892eb6dec2997e96154.tar.gz
hdf5-7c2b004f25da184a59fc4892eb6dec2997e96154.tar.bz2
[svn-r28876] Updated RELEASE.txt for HDFFV-9640.
Tested on: N/A
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 1a6c7ef..35c7f41 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -122,8 +122,8 @@ Bug Fixes since HDF5-1.8.16
Configuration
-------------
- - Updated Linux language level flags to match the Autotools and these
- flags are no longer used on OS X.
+ - Updated Linux language level flags to match the Autotools. Removed
+ Linux-specific flags from OS X.
An addition to the flags simply being out of sync with the Autotools,
the Linux flags were used on OS X builds which led to symbols not being
@@ -142,7 +142,13 @@ Bug Fixes since HDF5-1.8.16
Library
-------
- - None
+ - Fixed some format string warnings that prevent compiling with
+ -Werror=format-security on gcc.
+
+ These only appeared in error messages and would not cause problems
+ under normal operation.
+
+ (DER, 2016/01/13, HDFFV-9640)
Parallel Library
----------------