From 3ac6af666cd304b958631013195413b936a9aac4 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Wed, 30 Mar 2016 13:28:46 -0500 Subject: [svn-r29597] Commit version change to 1.10.0, minor corrections and additions to RELEASE.txt. --- README.txt | 2 +- c++/src/cpp_doc_config | 2 +- configure | 22 +++++++++++----------- configure.ac | 2 +- examples/README | 2 +- release_docs/RELEASE.txt | 48 +++++++++++++++++++++++++++++++++--------------- src/H5public.h | 4 ++-- 7 files changed, 50 insertions(+), 32 deletions(-) diff --git a/README.txt b/README.txt index 0491be0..ce12bb4 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -HDF5 version 1.10.0-pre2 currently under development +HDF5 version 1.10.0 released on 2016-03-30 Please refer to the release_docs/INSTALL file for installation instructions. ------------------------------------------------------------------------------ diff --git a/c++/src/cpp_doc_config b/c++/src/cpp_doc_config index dfedd0a..2834289 100644 --- a/c++/src/cpp_doc_config +++ b/c++/src/cpp_doc_config @@ -38,7 +38,7 @@ PROJECT_NAME = "HDF5 C++ API" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "1.10.0-pre2 currently under development" +PROJECT_NUMBER = "1.10.0" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/configure b/configure index 9e2effd..9529250 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.ac Id: configure.ac 22697 2012-08-19 14:35:47Z hdftest . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for HDF5 1.10.0-pre2. +# Generated by GNU Autoconf 2.69 for HDF5 1.10.0. # # Report bugs to . # @@ -591,8 +591,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='HDF5' PACKAGE_TARNAME='hdf5' -PACKAGE_VERSION='1.10.0-pre2' -PACKAGE_STRING='HDF5 1.10.0-pre2' +PACKAGE_VERSION='1.10.0' +PACKAGE_STRING='HDF5 1.10.0' PACKAGE_BUGREPORT='help@hdfgroup.org' PACKAGE_URL='' @@ -1522,7 +1522,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.10.0-pre2 to adapt to many kinds of systems. +\`configure' configures HDF5 1.10.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1592,7 +1592,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of HDF5 1.10.0-pre2:";; + short | recursive ) echo "Configuration of HDF5 1.10.0:";; esac cat <<\_ACEOF @@ -1844,7 +1844,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -HDF5 configure 1.10.0-pre2 +HDF5 configure 1.10.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2759,7 +2759,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.10.0-pre2, which was +It was created by HDF5 $as_me 1.10.0, 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.10.0-pre2' + VERSION='1.10.0' cat >>confdefs.h <<_ACEOF @@ -31603,7 +31603,7 @@ Usage: $0 [OPTIONS] Report bugs to ." lt_cl_version="\ -HDF5 config.lt 1.10.0-pre2 +HDF5 config.lt 1.10.0 configured by $0, generated by GNU Autoconf 2.69. Copyright (C) 2011 Free Software Foundation, Inc. @@ -33630,7 +33630,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.10.0-pre2, which was +This file was extended by HDF5 $as_me 1.10.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -33696,7 +33696,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.10.0-pre2 +HDF5 config.status 1.10.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index ee6e15b..474d0d1 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ AC_PREREQ([2.69]) ## NOTE: Do not forget to change the version number here when we do a ## release!!! ## -AC_INIT([HDF5], [1.10.0-pre2], [help@hdfgroup.org]) +AC_INIT([HDF5], [1.10.0], [help@hdfgroup.org]) AC_CONFIG_SRCDIR([src/H5.c]) AC_CONFIG_HEADERS([src/H5config.h]) diff --git a/examples/README b/examples/README index 0550b15..e0a3364 100644 --- a/examples/README +++ b/examples/README @@ -2,7 +2,7 @@ This directory contains example programs for the installed APIs and scripts to compile and run them. Examples in the c and hl/c subdirectories are always -installed, and those in fortan, hl/fortran, c++ and hl/c++ will be installed +installed, and those in fortran, hl/fortran, c++ and hl/c++ will be installed when fortran or c++ are enabled. Running the run-all-ex.sh script in this directory will run the scripts and in diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 5e5f3a8..7fd41a6 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1,26 +1,26 @@ -HDF5 version 1.10.0-pre2 currently under development +HDF5 version 1.10.0 released on 2016-03-30 ================================================================================ INTRODUCTION -This document describes the differences between HDF5-1.8.* and -HDF5 1.10.0 release, and contains information on the platforms +This document describes the differences between HDF5-1.8 series and +HDF5 1.10.0 releases, and contains information on the platforms tested. Links to HDF5 1.10.0 source code can be found on The HDF Group's development FTP server at the following location: - http://www.hdfgroup.org/HDF5/release/obtain5110.html + https://www.hdfgroup.org/HDF5/release/obtain5110.html -User documentation be accessed directly at this location: +User documentation can be accessed directly at this location: - http://www.hdfgroup.org/HDF5/docNewFeatures/ + https://www.hdfgroup.org/HDF5/docNewFeatures/ For more information, see the HDF5 home page: - http://www.hdfgroup.org/HDF5/ + https://www.hdfgroup.org/HDF5/ If you have any questions or comments, please send them to the HDF Help Desk: @@ -33,9 +33,10 @@ CONTENTS - New Features - Issues Addressed in this Release +- Supported Platforms - Tested Configuration Features Summary - More Tested Platforms -- Known Problems +- Known Problems and Limitations @@ -53,7 +54,7 @@ This release supports the following features: library without requiring immediate changes to the application source code. For addtional configuration options and other details, see "API Compatibility Macros in HDF5" at - http://www.hdfgroup.org/HDF5/doc/RM/APICompatMacros.html. + https://www.hdfgroup.org/HDF5/doc/RM/APICompatMacros.html. - Autotools Configuration Has Been Extensively Reworked @@ -162,7 +163,7 @@ This release supports the following features: when working with the resulting files. The new file space management feature provides strategies for managing space in a file to improve performance in both of these areas. For more information, see - http://www.hdfgroup.org/HDF5/docNewFeatures/NewFeaturesFileSpaceMgmtDocs.html. + https://www.hdfgroup.org/HDF5/docNewFeatures/NewFeaturesFileSpaceMgmtDocs.html. - Version 3 Metadata Cache @@ -177,7 +178,7 @@ This release supports the following features: - New Member Function Added to H5::ArrayType The assignment operator ArrayType::operator= was added because - ArrayType has pointers to data members. + ArrayType has pointer data members. (BMR - 2016/03/07, HDFFV-9562) @@ -192,7 +193,7 @@ This release supports the following features: similar to the Unix user command "tail" with the follow option, which outputs appended data as the file grows. For more information, see - http://www.hdfgroup.org/HDF5/docNewFeatures/NewFeaturesSwmrDocs.html#Tools. + https://www.hdfgroup.org/HDF5/docNewFeatures/NewFeaturesSwmrDocs.html#Tools. - h5format_convert @@ -227,9 +228,9 @@ This release supports the following features: - New Public Functions: H5PTget_dataset and H5PTget_type Two accessor functions have been added. H5PTget_dataset returns - the identifier of the dataset associated a packet table, and - H5PTget_type returns the identifier of the datatype used by - a packet table. + the identifier of the dataset associated with the packet table, + and H5PTget_type returns the identifier of the datatype used by + the packet table. (BMR, 2016/03/04, HDFFV-8623) @@ -624,3 +625,20 @@ known issues if it is a new issue. the VDS dataset unless a full path to the source file is specified during the mapping. (EIP - 2016/03/20, HDFFV-9724) + + - When building HDF5 with Java using CMake and specifying Debug for CMAKE_BUILD_TYPE, + there is a missing command argument for the tests of the examples. + + This error can be avoided by not building Java with Debug, HDF5_BUILD_JAVA:BOOL=OFF, + or not building Examples, HDF5_BUILD_EXAMPLES:BOOL=OFF. + (LRK - 2016/03/30, HDFFV-9743) + + - The H5Lexists API changed behavior in HDF5-1.10 when used with a file handle + and root group name ("/"): + + H5Lexists(fileid, "/") + + In HDF5-1.8 it returns false (0) and in HDF5-1.10 it returns true (1). + The documentation will be updated with information regarding this change. + (LRK - 2016/03/30, HDFFV-8746) + diff --git a/src/H5public.h b/src/H5public.h index f2a5bb0..9ec7db8 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -95,9 +95,9 @@ extern "C" { #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 10 /* For minor interface/format changes */ #define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "pre2" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.10.0-pre2" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.10.0" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) -- cgit v0.12