diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2001-07-02 22:37:49 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2001-07-02 22:37:49 (GMT) |
commit | d096777503bf2ff5162b649c109f976bb82edc26 (patch) | |
tree | d8aa867e813143a62d15d3cf159cc9a4b2550280 | |
parent | ee0f7e22189012cc93f54cac6a720fa073648d19 (diff) | |
download | hdf5-d096777503bf2ff5162b649c109f976bb82edc26.zip hdf5-d096777503bf2ff5162b649c109f976bb82edc26.tar.gz hdf5-d096777503bf2ff5162b649c109f976bb82edc26.tar.bz2 |
[svn-r4098] Snapshot version 1.4 release 1 (post3)
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | RELEASE.txt | 2 | ||||
-rw-r--r-- | doc/html/ADGuide/RELEASE.txt | 28 | ||||
-rw-r--r-- | src/H5public.h | 4 |
4 files changed, 27 insertions, 9 deletions
@@ -1,4 +1,4 @@ -This is hdf5-1.4.1-post3 currently under development +This is hdf5-1.4.1-post4 currently under development Please refer to the INSTALL file for installation instructions. ------------------------------------------------------------------------------ diff --git a/RELEASE.txt b/RELEASE.txt index f2f9017..3827029 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 library version 1.4.1-post3 currently under development +HDF5 library version 1.4.1-post4 currently under development ================================================================================ diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt index c2070f7..bde891d 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.4.1-post2 released on Sat May 12 23:46:31 CDT 2001 +HDF5 version 1.4.1-post3 released on Mon Jul 2 17:36:32 CDT 2001 ================================================================================ @@ -43,8 +43,22 @@ New Features an hdf5 library or hdf5 application binary. Also added a verification of the consistency between H5_lib_vers_info_g and other version information in the source code. - - + * Parallel HDF5 now runs on the HP V2500 and HP N4000 machines. + * 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. + * F90 APIs are available on HPUX 11.00 and IBM SP platforms. + * H5 <-> GIF convertor has been added. This is available under + tools/gifconv. The convertor supports the ability to create animated + gifs as well. + * Verified correct operation of library on Solaris 2.8 in both 64-bit and + 32-bit compilation modes. See INSTALL document for instructions on + compiling the distribution with 64-bit support. + * Added support for the Metrowerks Code Warrior compiler for Windows. + Bug Fixes since HDF5-1.4.1 Release ================================== @@ -62,12 +76,15 @@ Bug Fixes since HDF5-1.4.1 Release * H5 <-> GIF convertor has been added. This is available under tools/gifconv. The convertor supports the ability to create animated gifs as well. + * Removed limitation that the data transfer buffer size needed to be + set for datasets whose dimensions were too large for the 'all' selection + code to handle. Any size dimensioned datasets should be handled + correctly now. Documentation ============= - Platforms Tested ================ @@ -81,6 +98,8 @@ Platforms Tested HP-UX B.11.00 HP C HP92453-01 A.11.01.20 IRIX 6.5 MIPSpro cc 7.30 IRIX64 6.5 (64 & n32) MIPSpro cc 7.3.1m + Linux 2.4.4 gcc-2.95.3 + g++ 2.95.3 Linux 2.2.18smp gcc-2.95.2 g++ 2.95.2 OSF1 V4.0 DEC-V5.2-040 @@ -123,4 +142,3 @@ Known Problems * See "Known problems" section for the HDF5 1.4.0 release in the HISTORY.txt file. - diff --git a/src/H5public.h b/src/H5public.h index 7dd6eab..4a1c1e1 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -61,9 +61,9 @@ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 4 /* For minor interface/format changes */ #define H5_VERS_RELEASE 1 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "post3" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "post4" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.4.1-post3" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.4.1-post4" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |