diff options
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e122005..9264bc1 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.9.51-FA_a4 currently under development +HDF5 version 1.9.52-FA_a4 currently under development ================================================================================ @@ -39,6 +39,10 @@ New Features Configuration: ------------- + - Added the xlc-* and mpcc_r-* BASENAME patterns to be recognized as IBM + compilers so that the ibm compiler options can be added properly. This + allows non-system-default compiler command names (e.g. xlc-m.n.k.l) be + recognized. AKC 2009/11/26. - 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 @@ -138,6 +142,8 @@ New Features Tools: ------ + - h5diff: fix for displaying garbage value on LE machine for BE data. + (JKM - 2009/11/20) - h5dump subsetting now allows default for count. Also trailing ; in short form can be omitted after last specified value. (ADB - 2009/09/04) - h5dump/h5ls now can display data in region references @@ -464,11 +470,11 @@ Bug Fixes since HDF5-1.8.0 release Platforms Tested ================ - AIX 5.2 (32/64 bit) xlc 8.0.0.11 - xlC 8.0 - xlf 10.01.0000.0 - mpcc_r 6.0.0.8 - mpxlf_r 8.1.1.7 + AIX 5.3 xlc 7.0.0.8, 8.0.0.20, 9.0.0.4 + (LLNL Up) xlC 7.0.0.8, 8.0.0.20, 9.0.0.4 + xlf 9.1.0.8, 10.1.0.9, 11.1.0.7 + mpcc_r 7.0.0.8 + mpxlf_r 09.01.0000.0008 FreeBSD 6.2-STABLE i386 gcc 3.4.6 [FreeBSD] 20060305 (duty) g++ 3.4.6 [FreeBSD] 20060305 gcc 4.2.1 20080123 |