summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2001-07-17 00:10:33 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2001-07-17 00:10:33 (GMT)
commitf594637c839347faad08107642893db1ef526cb2 (patch)
treeecb9087d482f0b9218e42ebbabf9403c24ef3563
parentd70a29d088823c5c29a390dc62811508135143a5 (diff)
downloadhdf5-f594637c839347faad08107642893db1ef526cb2.zip
hdf5-f594637c839347faad08107642893db1ef526cb2.tar.gz
hdf5-f594637c839347faad08107642893db1ef526cb2.tar.bz2
[svn-r4226] Snapshot version 1.4 release 2 (pre3)
-rw-r--r--README.txt2
-rw-r--r--doc/html/ADGuide/RELEASE.txt6
-rw-r--r--release_docs/RELEASE.txt2
-rw-r--r--src/H5public.h4
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)