From 6611d35258f8e10490067f3e3a8d3e26e36388f3 Mon Sep 17 00:00:00 2001 From: HDF Admin Date: Sat, 5 May 2001 23:46:05 -0500 Subject: [svn-r3890] Snapshot version 1.4 release 1 (post1) --- README | 2 +- doc/html/ADGuide/RELEASE.txt | 13 +++++++++---- src/H5public.h | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README b/README index 961b835..bfe522a 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is hdf5-1.4.1-post1 currently under development +This is hdf5-1.4.1-post2 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 d79d23a..b8778fa 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -38,10 +38,15 @@ New Features ============ - Bug Fixes since HDF5-1.4.1 Release ================================== - + * Fixed bug with non-zero userblock sizes causing raw data to not + write correctly. + * Fixed problems with Pablo build and linking with non-standard MPI I/O. + * Fixed build on Linux systems with --enable-static-exec flag. It now + works correctly. + * IMPORTANT: Fixed file metadata corruption bug which could cause metadata + data loss in certain situations. Documentation @@ -98,8 +103,8 @@ Known Problems * The shared library failed compilation on IRIX 6.5. - * After "make install" or "make install-doc" one may need to reload the source - from the tar file before doing another build. + * After "make install" or "make install-doc" one may need to reload + the source from the tar file before doing another build. * 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 00a34be..536b050 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -61,7 +61,7 @@ #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 "post1" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "post2" /* For pre-releases like snap0 */ /* Empty string for real releases. */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ -- cgit v0.12