summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--doc/html/ADGuide/RELEASE.txt13
-rw-r--r--src/H5public.h2
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, \