summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-07-12 19:27:24 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-07-12 20:45:40 (GMT)
commit4c34ec0668595edcdb5cf5b5e8bd500d130b7575 (patch)
treed5d75624ec33326afd08f4cf1b7dd081a165bd2a /release_docs
parent00c5a9fc4f9cc7ecc90b43db3c152467e296f811 (diff)
downloadhdf5-4c34ec0668595edcdb5cf5b5e8bd500d130b7575.zip
hdf5-4c34ec0668595edcdb5cf5b5e8bd500d130b7575.tar.gz
hdf5-4c34ec0668595edcdb5cf5b5e8bd500d130b7575.tar.bz2
HDFFV-10254 release note for change to use macro for copy files
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index a4a74a7..45b8fe2 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -63,8 +63,8 @@ New Features
Flags for older versions of the compiler were consolidated into the
common flags section. Moving these flags simplifies maintenance of
- the file.
-
+ the file.
+
The upshot of this is that building with ancient versions of gcc
(<= 4.0) will possibly no longer work without hand-hacking the file
to remove the flags not understood by that version of the compiler.
@@ -205,6 +205,15 @@ Bug Fixes since HDF5-1.10.0-patch1 release
(HDFFV-10248, DER, 2017/07/05)
+ - cmake
+
+ To many commands for POST_BUILD step caused command line to be
+ too big on windows.
+
+ Changed foreach of copy command to use a custom command with the
+ use of the HDFTEST_COPY_FILE macro.
+
+ (ADB - 2017/07/12, HDFFV-10254)
Performance
-------------