summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-10 10:59:56 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-10 10:59:56 (GMT)
commit982ec313d61fda25b3eb27f2c3193f7ca5201a31 (patch)
tree3c87bb67838825123a5f61ac52903e29f11acae7 /release_docs/RELEASE.txt
parentf1c17f305426190dc7027bc63fcb4d28b90ba89d (diff)
downloadhdf5-982ec313d61fda25b3eb27f2c3193f7ca5201a31.zip
hdf5-982ec313d61fda25b3eb27f2c3193f7ca5201a31.tar.gz
hdf5-982ec313d61fda25b3eb27f2c3193f7ca5201a31.tar.bz2
[svn-r27742] Merge of r26623 from the trunk
Remove the LDOUBLE_TO_LLONG_ACCURATE macro/define, it's working around bugs in older SGI, HP/UX, MacOSX and Windows .NET 2003 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 96cb8db..0eedcee 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -165,6 +165,15 @@ New Features
(DER - 2015/09/10 HDFFV-9189)
+ - Removed LDOUBLE_TO_LLONG_ACCURATE symbol and associated code from the
+ library.
+
+ This was part of a work-around for VS.NET 2003, 64-bit IRIX 6.5,
+ OS X 10.4, and some versions of HP/UX, none of which are currently
+ supported.
+
+ (DER - 2015/09/10 HDFFV-9192)
+
Library
-------