summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 9aa03dd..ebc43aa 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.9.44-FA_a3 currently under development
+HDF5 version 1.9.45-FA_a3 currently under development
================================================================================
@@ -39,6 +39,8 @@ New Features
Configuration:
-------------
+ - Configuration suite now uses Automake 1.11 and Autoconf 2.64.
+ MAM 2009/08/11.
- Changed default Gnu fortran compiler from g95 to gfortran since
gfortran is more likely installed with gcc now. -AKC 2009/07/19-
- Added libtool version numbers to generated c++, fortran, and
@@ -151,6 +153,9 @@ New Features
The size of the hyperslabs are defined as the size of each dimension or a
predefined constant, whatever is smaller. This assures that the chunk
read fits in the chunk cache. (PVN - 2008/11/21)
+ - h5diff: h5diff treats two INFINITY values different. Fixed by checking (value==expect)
+ before call ABS(...) at h5diff_array.c This will make that (INF==INF) is true
+ (INF is treated as an number instead of NaN) (PC -- 2009/07/28)
High-Level APIs:
------
@@ -163,6 +168,8 @@ New Features
Support for new platforms, languages and compilers.
=======================================
+ - PathScale compilers are recognized and can build the HDF5 library
+ properly. AKC - 2009/7/28 -
Bug Fixes since HDF5-1.8.0 release
==================================
@@ -287,6 +294,8 @@ Bug Fixes since HDF5-1.8.0 release
Configuration
-------------
+ - The PathScale compiler (v3.2) was mistaken as gcc v4.2.0 but it fails to
+ recognize some gcc options. Fixed. (see bug 1301). AKC - 2009/7/28 -
- The --enable-static-exec flag has been fixed and will now generate
static executables within the installed bin directory when used.
MAM - 2009/07/23 - BZ #1583
@@ -548,6 +557,11 @@ SuSe Linux 2.6.5
Known Problems
==============
+* The PathScale MPI implementation, accessing a Panasas file system, would
+ cause H5Fcreate() with H5F_ACC_EXCL to fail even when the file is not
+ existing. This is due to the MPI_File_open() call failing if the amode has
+ the MPI_MODE_EXCL bit set. (See bug 1468 for details.) AKC - 2009/8/11
+
* Parallel tests failed with 16 processes with data inconsistency at testphdf5
/ dataset_readAll. Parallel tests also failed with 32 and 64 processes with
collective abort of all ranks at t_posix_compliant / allwrite_allread_blocks