From f594637c839347faad08107642893db1ef526cb2 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Mon, 16 Jul 2001 19:10:33 -0500 Subject: [svn-r4226] Snapshot version 1.4 release 2 (pre3) --- README.txt | 2 +- doc/html/ADGuide/RELEASE.txt | 6 +++++- release_docs/RELEASE.txt | 2 +- src/H5public.h | 4 ++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index ac6c71f..16b8739 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -HDF5 version 1.4.2-pre3 currently under development +HDF5 version 1.4.2-pre4 currently under development Please refer to the INSTALL file for installation instructions. ------------------------------------------------------------------------------ diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt index bde891d..5161ecc 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.4.1-post3 released on Mon Jul 2 17:36:32 CDT 2001 +HDF5 version 1.4.2-pre3 released on Mon Jul 16 19:07:49 CDT 2001 ================================================================================ @@ -80,6 +80,10 @@ Bug Fixes since HDF5-1.4.1 Release set for datasets whose dimensions were too large for the 'all' selection code to handle. Any size dimensioned datasets should be handled correctly now. + * Changed behavior of H5Tget_member_type to correctly emulate HDF5 v1.2.x + when --enable-hdf5v1_2 configure flag is enabled. + * Added --enable-linux-lfs flag to allow more control over whether to enable + or disable large file support on Linux. Documentation ============= diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 47f2627..f46e8a7 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.4.2-pre3 currently under development +HDF5 version 1.4.2-pre4 currently under development ================================================================================ diff --git a/src/H5public.h b/src/H5public.h index 656225f..1fc9e86 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 2 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "pre3" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "pre4" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.4.2-pre3" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.4.2-pre4" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) -- cgit v0.12