summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-04 18:07:32 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-04 18:07:32 (GMT)
commit2b35b265e91dea7157347aa0a631cc35bcabf6c9 (patch)
treec3c333a32c2aeb323c59ba971371e3bd2a3ae4cc /release_docs/RELEASE.txt
parent9b6980687c8c9b208827773cb311bbc931d30782 (diff)
downloadhdf5-2b35b265e91dea7157347aa0a631cc35bcabf6c9.zip
hdf5-2b35b265e91dea7157347aa0a631cc35bcabf6c9.tar.gz
hdf5-2b35b265e91dea7157347aa0a631cc35bcabf6c9.tar.bz2
[svn-r27680] Merge of r27675, 27641, and 27645 from trunk
- Changes AC_CONFIG_HEADER to AC_CONFIG_HEADERS - Removes nsl and socket library checks on Solaris (no longer needed) - Removes obsolete and/or unmaintained configuration files from config/ Fixes HDFFV-9284, HDFFV-9118, HDFFV-9116 Tested on: h5committest
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt25
1 files changed, 24 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 497080b..46cca57 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -87,7 +87,30 @@ New Features
(DER - 2015/08/13 HDFFV-9119, HDFFV-9421)
-
+ - Removed obsolete/unmaintained files from config/
+
+ Several files were removed from the config directory. These files
+ represent old operating systems, were no longer necessary, and/or
+ were no longer maintained. configure.ac was updated to reflect the
+ removed files.
+
+ Removed:
+
+ craynv
+ dec-flags
+ hpux11.23
+ ia64-linux-gnu
+ nec-superux14.1
+ sv1-cray
+ x86_64-redstorm-linux-gnu
+
+ As a part of this work, a few lines that deal with locating the
+ sys/fpu.h header on SGI machines and some OSF/1 configure lines
+ were also removed. The Solaris config was also renamed to not have
+ a version number since the version number was ignored by configure
+ as it applies to all Solaris versions.
+
+ (DER - 2015/09/04 HDFFV-9116)
Library
-------