summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-10 11:11:32 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-10 11:11:32 (GMT)
commitacbcc04f88d9745215d01542b44ccb4c037ae4ce (patch)
tree6c6032f0345e063231494ffb873d01fe686b484e /release_docs/RELEASE.txt
parent982ec313d61fda25b3eb27f2c3193f7ca5201a31 (diff)
downloadhdf5-acbcc04f88d9745215d01542b44ccb4c037ae4ce.zip
hdf5-acbcc04f88d9745215d01542b44ccb4c037ae4ce.tar.gz
hdf5-acbcc04f88d9745215d01542b44ccb4c037ae4ce.tar.bz2
[svn-r27743] Merge of r26625 from the trunk
Remove the LLONG_TO_LDOUBLE_CORRECT macro/define, it's working around bugs in very old SGI/FreeBSD/Windows compilers. Tested on: jam (minor change that has baked in the trunk for months)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 0eedcee..b7e81e1 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -174,6 +174,15 @@ New Features
(DER - 2015/09/10 HDFFV-9192)
+ - Removed LLONG_TO_LDOUBLE_CORRECT symbol and associated code from the
+ library.
+
+ This was a part of a work-around for Visual Studio 6, OS X 10.4,
+ IRIX 6.5, and very old versions of FreeBSD and 64-bit Solaris. None
+ of these platforms/compilers are currently supported.
+
+ (DER - 2015/09/10 HDFFV-9193)
+
Library
-------