summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2012-03-30 21:00:55 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2012-03-30 21:00:55 (GMT)
commit5799eccab8aec8921773a2a1706b13c3cd79a925 (patch)
treedd6f882f009d8457528f8d1784251773503627b3 /release_docs
parent56d950d3264aae3d935854470a9178a333614bff (diff)
downloadhdf5-5799eccab8aec8921773a2a1706b13c3cd79a925.zip
hdf5-5799eccab8aec8921773a2a1706b13c3cd79a925.tar.gz
hdf5-5799eccab8aec8921773a2a1706b13c3cd79a925.tar.bz2
[svn-r22210] Purpose:
Merge fix for HDFFV-944 (r22149) from trunk to hdf5_1_8. (Also reran bin/reconfigure which updated trace information for the two new MPI functions for getting/setting atomicity in src/H5Fmpi.c) Tested: h5committest
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 44977e2..789b079 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -118,6 +118,9 @@ Bug Fixes since HDF5-1.8.8
Configuration
-------------
+ - Fixed Makefile issue in which "-Wl," was not properly specified
+ prior to -rpath when building parallel fortran libraries with
+ an Intel compiler. (MAM - 2012/03/26)
- Makefiles generated by other packages using h5cc as the compiler
no longer error when 'make' is invoked more than once in order
to 'rebuild' after changes to source. (MAM - 2012/03/26)