summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-14 15:50:30 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-14 15:50:30 (GMT)
commit90315af428610adae95d0928498f2861766f6ed4 (patch)
tree05232cbec1cd01dadf70eaabcfd94d91a2c8ecdc /release_docs/RELEASE.txt
parentbae05c1ad5a067498389eb64ca990e0e435de1da (diff)
downloadhdf5-90315af428610adae95d0928498f2861766f6ed4.zip
hdf5-90315af428610adae95d0928498f2861766f6ed4.tar.gz
hdf5-90315af428610adae95d0928498f2861766f6ed4.tar.bz2
[svn-r27770] Bring r27428 from trunk
Reverts the following changes: 27737, 27742, 27743 These involve double conversions that cause problems with the IBM XL compiler. Tested on: h5committest ostrich w/ XL C compiler
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt25
1 files changed, 0 insertions, 25 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 7ddbd05..92e8fdc 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -170,13 +170,6 @@ New Features
(DER - 2015/09/09 HDFFV-9188)
- - Removed WANT_DATA_ACCURACY symbol and associated code from the
- library.
-
- This is no longer attached to any supported platforms.
-
- (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
@@ -192,24 +185,6 @@ 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)
-
- - 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)
-
- Removed the BAD_LOG2_CODE_GENERATED symbol and associated code from the
library.