diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2008-10-14 19:53:26 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2008-10-14 19:53:26 (GMT) |
commit | 56b70ea5052cc7821b5ad8837a49af772743368a (patch) | |
tree | 5b4728fa28b7865ad56e2f2faf93b87fe69188cb | |
parent | 2f910f3fc770cfe9463bbdaa5a5c857e82acf324 (diff) | |
download | hdf5-56b70ea5052cc7821b5ad8837a49af772743368a.zip hdf5-56b70ea5052cc7821b5ad8837a49af772743368a.tar.gz hdf5-56b70ea5052cc7821b5ad8837a49af772743368a.tar.bz2 |
[svn-r15865] Description:
Added new Fortran features and bug fixes in this release.
-rw-r--r-- | release_docs/RELEASE.txt | 40 |
1 files changed, 35 insertions, 5 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 8a99023..e4bf944 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -86,8 +86,11 @@ New Features F90 API ------ - - None - + - Added optional parameter 'mounted' to H5Gget_info_f, H5Gget_info_by_idx_f, + H5Gget_info_by_name_f (MSB - 2008/09/24) + - Added H5Tget_native_type_f (MSB - 2008/09/30) + + C++ API ------ - None @@ -163,7 +166,34 @@ Bug Fixes since HDF5-1.8.1 F90 API ------ - - None + - h5sselect_elements_f: Added additional operators H5S_SELECT_APPEND and + H5S_SELECT_PREPEND (MSB 9/30/2008) + - h5sget_select_elem_pointlist: Fixed list of returned points by rearranging the point + list correctly by accounting for C conventions.(MSB 9/30/2008) + - h5sget_select_hyper_blocklist_f: Fixed error in transposed dimension of + arrays.(MSB 9/30/2008) + - h5sget_select_bounds_f: Swapped array bounds to account for C and Fortran reversed + array notation (MSB 9/30/2008) + - Changed to initializing string to a blank character instead of a null type in + tH5P.f90 to fix compiling error using AIX 5.3.0 (MSB 7/29/2008) + - Fixed missing commas in H5test_kind.f90 detected by NAG compiler (MSB 7/29/2008) + - Fixed passing and array to a scalar in tH5A_1_8.f90 detected by + NAG compiler (MSB 7/29/2008) + - Added the ability of the test programs to use the status of HDF5_NOCLEANUP to + determine if the *.h5 files should be removed or not after the tests are + completed (MSB 10/1/2008) + - In nh5tget_offset_c: (MSB 9/12/2008) + If offset was equal to 0 it returned the error code of -1, this was changed to return + an error code of -1 when the offset value is < 0. + - Uses intrinsic Fortran function SIZEOF if available when detecting type of INTEGERs + and REALs in H5test_kind.f90 (MSB 9/3/2008) + - Put the DOUBLE PRECISION interfaces in a separate module and added a USE statement for + the module. The interfaces are included/excluded depending on + the state of FORTRAN_DEFAULT_REALisDBLE_F which detects if the default REAL + is DOUBLE PRECISION. This allows the library to be compiled with -r8 Fortran flag + without the user needing to edit the source code. (MSB 8/27/2008) + - Enable building shared library for fortran by adding the flag -fPIC to the compile + flags for versions of Intel Fortran compiler >=9 (MSB 8/26/2008) C++ API ------ @@ -208,8 +238,8 @@ The following platforms and compilers have been tested for this release. Linux 2.6.16.27 x86_64 AMD gcc 4.1.0 (SuSE Linux), g++ 4.1.0, (smirom) g95 (GCC 4.0.3) - PGI 7.1-6 (pgcc, pgf90, pgCC) - Intel 9.1 (icc, ifort, icpc) + PGI 7.2-1 (pgcc, pgf90, pgCC) + Intel 10.1 (icc, ifort, icpc) Linux 2.6.5-7.252.1-rtgfx #1 Intel(R) C++ Version 9.0 SMP ia64 Intel(R) Fortran Itanium(R) Version 9.0 |