summaryrefslogtreecommitdiffstats
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-05-01 16:45:18 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-05-01 16:45:18 (GMT)
commit881a560e0338fd8e7700cfaa57bdcf8718b35c14 (patch)
tree285a793cfe6b053445bebb2e4b4bdea6ef6e58df /RELEASE.txt
parent119f3f86f9809946c8f40ab39f9cf6f4770f2694 (diff)
downloadhdf5-881a560e0338fd8e7700cfaa57bdcf8718b35c14.zip
hdf5-881a560e0338fd8e7700cfaa57bdcf8718b35c14.tar.gz
hdf5-881a560e0338fd8e7700cfaa57bdcf8718b35c14.tar.bz2
[svn-r3880] Purpose:
Documented Bug Fix Description: Documented the fix for the Linux --enable-static-exec bug.
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt42
1 files changed, 20 insertions, 22 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 7be0052..f2953f1 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -45,13 +45,14 @@ Library
definition are removed since we have not used it consistently before.
* Fixed bug with non-zero userblock sizes causing raw data to not write
correctly.
+ * Fixed build on Linux systems with --enable-static-exec flag. It now
+ works correctly.
Configuration
-------------
- * Changed the default value of $NPROCS from 2 to 3 since 3 processes
- have a much bigger chance catching parallel errors than just 2.
- * Basic port to Compaq (nee DEC) Alpha OSF 5.
-
+ * Changed the default value of $NPROCS from 2 to 3 since 3 processes
+ have a much bigger chance catching parallel errors than just 2.
+ * Basic port to Compaq (nee DEC) Alpha OSF 5.
Tools
@@ -64,21 +65,21 @@ Documentation
New Features
============
- * C++ API:
- - Added two new member functions: Exception::getFuncName() and
- Exception::getCFuncName() to provide the name of the member
- function, where an exception is thrown.
- - IdComponent::operator= becomes a virtual function because DataType,
- DataSpace, and PropList provide their own implementation. The new
- operator= functions invoke H5Tcopy, H5Scopy, and H5Pcopy to make a
- copy of a datatype, dataspace, and property list, respectively.
- * F90 API:
- - Added aditional parameter "dims" to the h5dread/h5dwrite and
- h5aread/h5awrite subroutines. This parameter is 1D array of size 7 and
- contains the sizes of the data buffer dimensions.
-
- * F90 static library is available on Windows platforms. See INSTALL_Windows.txt
- for details.
+ * C++ API:
+ - Added two new member functions: Exception::getFuncName() and
+ Exception::getCFuncName() to provide the name of the member
+ function, where an exception is thrown.
+ - IdComponent::operator= becomes a virtual function because
+ DataType, DataSpace, and PropList provide their own
+ implementation. The new operator= functions invoke H5Tcopy,
+ H5Scopy, and H5Pcopy to make a copy of a datatype, dataspace,
+ and property list, respectively.
+ * F90 API:
+ - Added aditional parameter "dims" to the h5dread/h5dwrite and
+ h5aread/h5awrite subroutines. This parameter is 1D array of size
+ 7 and contains the sizes of the data buffer dimensions.
+ * F90 static library is available on Windows platforms. See
+ INSTALL_Windows.txt for details.
Platforms Tested
@@ -128,9 +129,6 @@ Known Problems
libraries on Solaris are available in a static format.
The --enable-static-exec configure flag also fails to correctly compile
- on Linux platforms using the gcc-2.95.2 compiler.
-
- The --enable-static-exec configure flag also fails to correctly compile
on IBM SP2 platform for the serial mode. The parallel mode works fine
with this option.