diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-09-10 04:24:57 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-09-10 04:24:57 (GMT) |
commit | 868cb97660cd668f3ff58c8935c74979ce404ce0 (patch) | |
tree | 77be4de2be861c2417ab0117bb87a01f765161ab | |
parent | 9541338eb3074637abfb6a11514d0116da94fffd (diff) | |
download | hdf5-868cb97660cd668f3ff58c8935c74979ce404ce0.zip hdf5-868cb97660cd668f3ff58c8935c74979ce404ce0.tar.gz hdf5-868cb97660cd668f3ff58c8935c74979ce404ce0.tar.bz2 |
[svn-r27739] Updated RELEASE.txt with _BSD_SOURCE (HDFFV-9079) info.
Tested on: N/A (docs)
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 81b792d..d3bbba2 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -150,6 +150,13 @@ New Features (DER - 2015/09/09 HDFFV-9194) + - Removed _BSD_SOURCE and _DEFAULT_SOURCE from configure.ac + + These are old BSD-compatibility symbols that are no longer needed by + the library. + + (DER - 2015/09/10 HDFFV-9079) + Library ------- |