mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r7502] Snapshot version 1.7 release 4
This commit is contained in:
parent
1a6d53549f
commit
be77a044fe
@ -1,4 +1,4 @@
|
|||||||
HDF5 version 1.7.4 currently under development
|
HDF5 version 1.7.5 currently under development
|
||||||
Please refer to the release_docs/INSTALL file for installation instructions.
|
Please refer to the release_docs/INSTALL file for installation instructions.
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ dnl
|
|||||||
dnl NOTE: Don't forget to change the version number here when we do a
|
dnl NOTE: Don't forget to change the version number here when we do a
|
||||||
dnl release!!!
|
dnl release!!!
|
||||||
dnl
|
dnl
|
||||||
AC_INIT([HDF5], [1.7.4], [hdfhelp@ncsa.uiuc.edu])
|
AC_INIT([HDF5], [1.7.5], [hdfhelp@ncsa.uiuc.edu])
|
||||||
AC_CONFIG_SRCDIR([src/H5.c])
|
AC_CONFIG_SRCDIR([src/H5.c])
|
||||||
AC_CONFIG_HEADER([src/H5config.h])
|
AC_CONFIG_HEADER([src/H5config.h])
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
HDF5 version 1.7.3 released on Sun Sep 14 05:47:50 CDT 2003
|
HDF5 version 1.7.4 released on Sun Sep 21 06:11:04 CDT 2003
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
||||||
|
|
||||||
@ -74,6 +74,8 @@ Bug Fixes since HDF5-1.6.0 release
|
|||||||
|
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
- Revert changes which caused files >2GB to fail when created with
|
||||||
|
MPI-I/O file driver on certain platforms. QAK - 2003/09/16
|
||||||
- Allow compound datatypes to grow in size. SLU - 2003/09/10
|
- Allow compound datatypes to grow in size. SLU - 2003/09/10
|
||||||
- Detect if a type is already packed before attempting to pack it
|
- Detect if a type is already packed before attempting to pack it
|
||||||
again or check if it is locked. SLU - 2003/09/10
|
again or check if it is locked. SLU - 2003/09/10
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
HDF5 version 1.7.4 currently under development
|
HDF5 version 1.7.5 currently under development
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
||||||
|
|
||||||
|
@ -75,10 +75,10 @@ extern "C" {
|
|||||||
/* Version numbers */
|
/* Version numbers */
|
||||||
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
|
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
|
||||||
#define H5_VERS_MINOR 7 /* For minor interface/format changes */
|
#define H5_VERS_MINOR 7 /* For minor interface/format changes */
|
||||||
#define H5_VERS_RELEASE 4 /* For tweaks, bug-fixes, or development */
|
#define H5_VERS_RELEASE 5 /* For tweaks, bug-fixes, or development */
|
||||||
#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
|
#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
|
||||||
/* Empty string for real releases. */
|
/* Empty string for real releases. */
|
||||||
#define H5_VERS_INFO "HDF5 library version: 1.7.4" /* Full version string */
|
#define H5_VERS_INFO "HDF5 library version: 1.7.5" /* Full version string */
|
||||||
|
|
||||||
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
|
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
|
||||||
H5_VERS_RELEASE)
|
H5_VERS_RELEASE)
|
||||||
|
Loading…
Reference in New Issue
Block a user