diff options
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | c++/configure | 18 | ||||
-rw-r--r-- | c++/configure.in | 2 | ||||
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | doc/html/ADGuide/RELEASE.txt | 33 | ||||
-rwxr-xr-x | fortran/configure | 18 | ||||
-rw-r--r-- | fortran/configure.in | 2 | ||||
-rw-r--r-- | release_docs/RELEASE.txt | 2 | ||||
-rw-r--r-- | src/H5public.h | 4 |
10 files changed, 66 insertions, 37 deletions
@@ -1,4 +1,4 @@ -HDF5 version 1.6.6-snap20 currently under development +HDF5 version 1.6.6-snap21 currently under development Please refer to the release_docs/INSTALL file for installation instructions. ------------------------------------------------------------------------------ diff --git a/c++/configure b/c++/configure index 04fabd5..8e027bd 100755 --- a/c++/configure +++ b/c++/configure @@ -1,7 +1,7 @@ #! /bin/sh # From c++/configure.in Id: configure.in 13608 2007-04-06 23:55:29Z acheng . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for HDF5 C++ 1.6.6-snap20. +# Generated by GNU Autoconf 2.61 for HDF5 C++ 1.6.6-snap21. # # Report bugs to <help@hdfgroup.org>. # @@ -734,8 +734,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='HDF5 C++' PACKAGE_TARNAME='hdf5-c--' -PACKAGE_VERSION='1.6.6-snap20' -PACKAGE_STRING='HDF5 C++ 1.6.6-snap20' +PACKAGE_VERSION='1.6.6-snap21' +PACKAGE_STRING='HDF5 C++ 1.6.6-snap21' PACKAGE_BUGREPORT='help@hdfgroup.org' ac_unique_file="src/H5Library.cpp" @@ -1375,7 +1375,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 C++ 1.6.6-snap20 to adapt to many kinds of systems. +\`configure' configures HDF5 C++ 1.6.6-snap21 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1440,7 +1440,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of HDF5 C++ 1.6.6-snap20:";; + short | recursive ) echo "Configuration of HDF5 C++ 1.6.6-snap21:";; esac cat <<\_ACEOF @@ -1546,7 +1546,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -HDF5 C++ configure 1.6.6-snap20 +HDF5 C++ configure 1.6.6-snap21 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1560,7 +1560,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 C++ $as_me 1.6.6-snap20, which was +It was created by HDF5 C++ $as_me 1.6.6-snap21, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -11622,7 +11622,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by HDF5 C++ $as_me 1.6.6-snap20, which was +This file was extended by HDF5 C++ $as_me 1.6.6-snap21, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -11665,7 +11665,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -HDF5 C++ config.status 1.6.6-snap20 +HDF5 C++ config.status 1.6.6-snap21 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/c++/configure.in b/c++/configure.in index ed68925..8a750ef 100644 --- a/c++/configure.in +++ b/c++/configure.in @@ -28,7 +28,7 @@ dnl dnl NOTE: Don't forget to change the version number here when we do a dnl release!!! dnl -AC_INIT([HDF5 C++], [1.6.6-snap20], [help@hdfgroup.org]) +AC_INIT([HDF5 C++], [1.6.6-snap21], [help@hdfgroup.org]) AC_CONFIG_SRCDIR([src/H5Library.cpp]) AC_CONFIG_AUX_DIR([../bin]) @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.in Id: configure.in 13608 2007-04-06 23:55:29Z acheng . +# From configure.in Id: configure.in 13617 2007-04-09 18:48:16Z mcgreevy . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for HDF5 1.6.6-snap20. +# Generated by GNU Autoconf 2.61 for HDF5 1.6.6-snap21. # # Report bugs to <help@hdfgroup.org>. # @@ -734,8 +734,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='HDF5' PACKAGE_TARNAME='hdf5' -PACKAGE_VERSION='1.6.6-snap20' -PACKAGE_STRING='HDF5 1.6.6-snap20' +PACKAGE_VERSION='1.6.6-snap21' +PACKAGE_STRING='HDF5 1.6.6-snap21' PACKAGE_BUGREPORT='help@hdfgroup.org' ac_unique_file="src/H5.c" @@ -1398,7 +1398,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.6.6-snap20 to adapt to many kinds of systems. +\`configure' configures HDF5 1.6.6-snap21 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1463,7 +1463,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of HDF5 1.6.6-snap20:";; + short | recursive ) echo "Configuration of HDF5 1.6.6-snap21:";; esac cat <<\_ACEOF @@ -1607,7 +1607,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -HDF5 configure 1.6.6-snap20 +HDF5 configure 1.6.6-snap21 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1621,7 +1621,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.6.6-snap20, which was +It was created by HDF5 $as_me 1.6.6-snap21, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -37150,7 +37150,7 @@ exec 6>&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.6.6-snap20, which was +This file was extended by HDF5 $as_me 1.6.6-snap21, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -37203,7 +37203,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -HDF5 config.status 1.6.6-snap20 +HDF5 config.status 1.6.6-snap21 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index a13cbbc..c33b035 100644 --- a/configure.in +++ b/configure.in @@ -25,7 +25,7 @@ dnl dnl NOTE: Don't forget to change the version number here when we do a dnl release!!! dnl -AC_INIT([HDF5], [1.6.6-snap20], [help@hdfgroup.org]) +AC_INIT([HDF5], [1.6.6-snap21], [help@hdfgroup.org]) AC_CONFIG_SRCDIR([src/H5.c]) AC_CONFIG_HEADER([src/H5config.h]) diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt index dc4f571..4a122fe 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.6.6-snap19 released on Sun Feb 18 18:23:21 CST 2007 +HDF5 version 1.6.6-snap20 released on Mon Apr 23 10:53:42 CDT 2007 ================================================================================ INTRODUCTION @@ -53,6 +53,22 @@ New Features Tools: ------ + - h52gif and gif2h5: Both these tools were revised to include the High + Level Image API support, and tests were added to /hl/tools/gif2h5. + PVN - 2007/04/13 + - h5dump: added support for double long type H5T_NATIVE_LDOUBLE. PVN + 2007/03/13 + - h5dump: added support for binary output, see usage. PVN 2007/03/13 + - h5repack: added support for reading and comparing by hyperslabs for + large files. PVN - 2007/03/01 + - h5repack: a new option allows the copy using the file type (default) + instead of the previous conversion to native type. PVN - 2007/03/01 + - h5repack: output the percentage of compression used. PVN - 2007/03/01 + - h5diff: added support for comparing dataset regions. PVN - 2007/02/20 + - h5diff: added support for reading and comparing by hyperslabs for large files. + PVN - 2007/02/20 + - h5diff: printing of dataset dimensions along with dataset name. PVN - + 2007/02/19 F90 API: -------- @@ -74,7 +90,11 @@ Bug Fixes since HDF5-1.6.5 Release Library ------- - - Relaxed restrictions on attribute operations to allow a file ID to + - STDIO driver didn't support files bigger than 2GB because the OFFSET + parameter of fseek is of type LONG INT, not big enough for big files. + Use fseeko instead for big files if it's available on the system. + SLU - 2007/4/5 + - Relaxed restrictions on attribute operations to allow a file ID to be used as the "location ID". If a file ID is used, the attribute operation will occur on the root group of the file. - QAK - 2007/02/09 @@ -137,6 +157,15 @@ Bug Fixes since HDF5-1.6.5 Release Tools ----- + - Fixed a bug on h5dump regarding the display of named datatypes + attributes. PVN 2007/03/13 + - Fixed a bug on h5dump regarding the display of group comments. PVN + 2007/03/13 + - Fixed a bug on h5dump regarding the display of hardlinks pointing + to the root group. PVN 2007/03/13 + - Fixed a bug in the h5diff percentage option -p. PVN 2007/03/05 + - Fixed a bug in h5dump that caused array indices greater than 2 ^32-1 + not to be printed correctly - PVN 2007/2/19 Documentation ------------- diff --git a/fortran/configure b/fortran/configure index 63343e9..ff1698c 100755 --- a/fortran/configure +++ b/fortran/configure @@ -1,7 +1,7 @@ #! /bin/sh # From fortran/configure.in Id: configure.in 13608 2007-04-06 23:55:29Z acheng . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for HDF5 Fortran 1.6.6-snap20. +# Generated by GNU Autoconf 2.61 for HDF5 Fortran 1.6.6-snap21. # # Report bugs to <help@hdfgroup.org>. # @@ -734,8 +734,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='HDF5 Fortran' PACKAGE_TARNAME='hdf5-fortran' -PACKAGE_VERSION='1.6.6-snap20' -PACKAGE_STRING='HDF5 Fortran 1.6.6-snap20' +PACKAGE_VERSION='1.6.6-snap21' +PACKAGE_STRING='HDF5 Fortran 1.6.6-snap21' PACKAGE_BUGREPORT='help@hdfgroup.org' ac_unique_file="src/HDF5.f90" @@ -1395,7 +1395,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 Fortran 1.6.6-snap20 to adapt to many kinds of systems. +\`configure' configures HDF5 Fortran 1.6.6-snap21 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1460,7 +1460,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of HDF5 Fortran 1.6.6-snap20:";; + short | recursive ) echo "Configuration of HDF5 Fortran 1.6.6-snap21:";; esac cat <<\_ACEOF @@ -1569,7 +1569,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -HDF5 Fortran configure 1.6.6-snap20 +HDF5 Fortran configure 1.6.6-snap21 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1583,7 +1583,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 Fortran $as_me 1.6.6-snap20, which was +It was created by HDF5 Fortran $as_me 1.6.6-snap21, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -12760,7 +12760,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by HDF5 Fortran $as_me 1.6.6-snap20, which was +This file was extended by HDF5 Fortran $as_me 1.6.6-snap21, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12813,7 +12813,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -HDF5 Fortran config.status 1.6.6-snap20 +HDF5 Fortran config.status 1.6.6-snap21 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/fortran/configure.in b/fortran/configure.in index d34259c..aac7447 100644 --- a/fortran/configure.in +++ b/fortran/configure.in @@ -25,7 +25,7 @@ dnl dnl NOTE: Don't forget to change the version number here when we do a dnl release!!! dnl -AC_INIT([HDF5 Fortran], [1.6.6-snap20], [help@hdfgroup.org]) +AC_INIT([HDF5 Fortran], [1.6.6-snap21], [help@hdfgroup.org]) AC_CONFIG_SRCDIR([src/HDF5.f90]) AC_CONFIG_HEADER([src/H5config_fortran.h]) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 921cdbf..ff73226 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.6.6-snap20 currently under development +HDF5 version 1.6.6-snap21 currently under development ================================================================================ INTRODUCTION diff --git a/src/H5public.h b/src/H5public.h index e77cd27..a4ccba1 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -76,9 +76,9 @@ extern "C" { #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 6 /* For minor interface/format changes */ #define H5_VERS_RELEASE 6 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap20" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "snap21" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.6.6-snap20" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.6.6-snap21" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |