summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-10 03:23:40 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-10 03:23:40 (GMT)
commit7655dd3b0fd82bac9d187b16497784267cfc5b9b (patch)
tree7ccf1f9de748dc681d5dcf67493b2f0029ff9087 /release_docs/RELEASE.txt
parenteec2aa6e8ce680de8273564d88ee043c4f64c4b5 (diff)
downloadhdf5-7655dd3b0fd82bac9d187b16497784267cfc5b9b.zip
hdf5-7655dd3b0fd82bac9d187b16497784267cfc5b9b.tar.gz
hdf5-7655dd3b0fd82bac9d187b16497784267cfc5b9b.tar.bz2
[svn-r27736] Merge of r26605 from trunk
Remove CONVERT_DENORMAL_FLOAT, since this was only set in obsolete configure files. Tested on: jam (has baked in the trunk for over 6 months)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 076daf1..6ad90e5 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -132,7 +132,16 @@ New Features
Neither of these were used in any current library code and only appeared
in the dt_arith test.
- (DER - 2015/09/09 HDFFV-9187)
+ (DER - 2015/09/09 HDFFV-9187)
+
+ - Removed CONVERT_DENORMAL_FLOAT symbol and associated code from the
+ library.
+
+ This was only set in configure files for Cray and NEC computers. These
+ config files no longer exist so there is no effect on currently
+ supported platforms.
+
+ (DER - 2015/09/09 HDFFV-9188)
Library
-------