summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-02-21 13:52:48 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-02-21 13:52:48 (GMT)
commit0ecf47141483e63a02f8b2f3b9d9c790a3ff4b63 (patch)
tree418e38c9b85f1906eefaa962c30f5053e0503642 /release_docs
parent2b195049effb4bfd58a03d4b87037da35b5bccc5 (diff)
downloadhdf5-0ecf47141483e63a02f8b2f3b9d9c790a3ff4b63.zip
hdf5-0ecf47141483e63a02f8b2f3b9d9c790a3ff4b63.tar.gz
hdf5-0ecf47141483e63a02f8b2f3b9d9c790a3ff4b63.tar.bz2
[svn-r26264] Merge of r26225 from trunk.
Removed a a work-around for a broken CodeWarrior open() call from configure that causes a test in test/tfile.c to be skipped. This change removes the H5_NO_SHARED_WRITING symbol. Tested on: jam (no code changes w/ non-CodeWarrior compilers)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index dc452bf..879ec2d 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -77,7 +77,19 @@ New Features
- Remove option to enable or disable large file support. It will
always be enabled.
(MSC - 2015/02/19 HDFFV-9097)
-
+
+ - Removed configuration feature
+
+ When configure detected that the CodeWarrior compiler was being used it
+ would define a symbol that caused a test in test/tfile.c to be skipped
+ due to a broken CodeWarrior open() command.
+
+ Since this only masks the problem instead of fixing it and we don't
+ support CodeWarrior anyway, this functionality was removed.
+
+ (DER - 2015/02/21, HDFFV-9080)
+
+
Library
-------
- None