-
-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hdf5 1 8 22 - Reverts lock/unlock callback signature to 1.8.21 version (
#267) * Restores maintainer mode in the autotools (#200) Maintainer mode should be enabled in development branches. Also adds helpful commenting. Add bin/switch_maint_mode Disable maintainer mode for release. Fix incomplete merge for stub functions in H5Fdhdfs.c * Update configure for Restores maintainer mode in the autotools (#200). * Update MANIFEST for switch_maint_mode script. * Update so numbers for 1.8.22 release. * Add so numbers changes in Makefile.ins for 1.8.22 release. * Update pkgconfig settings with version - #218 (#223) * Add notice of final HDFF5 1.8 release. Add solaris 64bit alignment issue to "Known Problems". * Update 1.8 final release notice. * Update CMake/HDF5Examples version in bin/release * Fixed typo in an error message. (#227) * Remove duplicate setting (#239) * RELEASE.txt cleanup. * Add macOS Big Sur to tested machines, also missing entries for macOS 10.13 and 10.14. * )Update version. * Reverts lock/unlock callback signature to 1.8.21 version (#254) * Reverts lock/unlock callback signature to 1.8.21 version This callback is unused in 1.8. The ros3 and hdfs VFDs are the only VFDs that have the lock callback implemented and that is just as no-op stubs. These stubs were removed so the callbacks are now NULL pointers, like the other VFDs in 1.8. * Trivial whitespace fix * Update version to 1.8.22-14. Co-authored-by: Dana Robinson <[email protected]> Co-authored-by: Allen Byrne <[email protected]> Co-authored-by: bmribler <[email protected]>
- Loading branch information
1 parent
28b6191
commit f266b51
Showing
9 changed files
with
22 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#! /bin/sh | ||
# From configure.ac Id. | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.69 for HDF5 1.8.22-13. | ||
# Generated by GNU Autoconf 2.69 for HDF5 1.8.22-14. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -591,8 +591,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='HDF5' | ||
PACKAGE_TARNAME='hdf5' | ||
PACKAGE_VERSION='1.8.22-13' | ||
PACKAGE_STRING='HDF5 1.8.22-13' | ||
PACKAGE_VERSION='1.8.22-14' | ||
PACKAGE_STRING='HDF5 1.8.22-14' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -1511,7 +1511,7 @@ if test "$ac_init_help" = "long"; then | |
# Omit some internal or obsolete options to make the list less imposing. | ||
# This message is too long to be a string in the A/UX 3.1 sh. | ||
cat <<_ACEOF | ||
\`configure' configures HDF5 1.8.22-13 to adapt to many kinds of systems. | ||
\`configure' configures HDF5 1.8.22-14 to adapt to many kinds of systems. | ||
|
||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
||
|
@@ -1581,7 +1581,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of HDF5 1.8.22-13:";; | ||
short | recursive ) echo "Configuration of HDF5 1.8.22-14:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
||
|
@@ -1823,7 +1823,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
HDF5 configure 1.8.22-13 | ||
HDF5 configure 1.8.22-14 | ||
generated by GNU Autoconf 2.69 | ||
|
||
Copyright (C) 2012 Free Software Foundation, Inc. | ||
|
@@ -2760,7 +2760,7 @@ cat >config.log <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
|
||
It was created by HDF5 $as_me 1.8.22-13, which was | ||
It was created by HDF5 $as_me 1.8.22-14, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
|
||
$ $0 $@ | ||
|
@@ -3631,7 +3631,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='hdf5' | ||
VERSION='1.8.22-13' | ||
VERSION='1.8.22-14' | ||
|
||
|
||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -30282,7 +30282,7 @@ Usage: $0 [OPTIONS] | |
Report bugs to <[email protected]>." | ||
|
||
lt_cl_version="\ | ||
HDF5 config.lt 1.8.22-13 | ||
HDF5 config.lt 1.8.22-14 | ||
configured by $0, generated by GNU Autoconf 2.69. | ||
|
||
Copyright (C) 2011 Free Software Foundation, Inc. | ||
|
@@ -32358,7 +32358,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
# report actual input values of CONFIG_FILES etc. instead of their | ||
# values after options handling. | ||
ac_log=" | ||
This file was extended by HDF5 $as_me 1.8.22-13, which was | ||
This file was extended by HDF5 $as_me 1.8.22-14, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
|
||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -32424,7 +32424,7 @@ _ACEOF | |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | ||
ac_cs_version="\\ | ||
HDF5 config.status 1.8.22-13 | ||
HDF5 config.status 1.8.22-14 | ||
configured by $0, generated by GNU Autoconf 2.69, | ||
with options \\"\$ac_cs_config\\" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ AC_PREREQ([2.69]) | |
## NOTE: Do not forget to change the version number here when we do a | ||
## release!!! | ||
## | ||
AC_INIT([HDF5], [1.8.22-13], [[email protected]]) | ||
AC_INIT([HDF5], [1.8.22-14], [[email protected]]) | ||
AC_CONFIG_SRCDIR([src/H5.c]) | ||
AC_CONFIG_HEADERS([src/H5config.h]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters