From 349702f97d852c5bbde3f3cc5b9c3bdc2d5b15da Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Mon, 11 Feb 2008 14:09:52 -0500 Subject: [svn-r14547] Maintenance: Changed version number to 1.9.0 as we agreed on the HDF5 developers meeting on February 8, 2008; modified docs files to point to the documentation snapshots. --- README.txt | 6 +++--- configure | 22 +++++++++++----------- configure.in | 2 +- release_docs/RELEASE.txt | 33 +++++++++------------------------ src/H5public.h | 4 ++-- 5 files changed, 26 insertions(+), 41 deletions(-) diff --git a/README.txt b/README.txt index 54761cd..c18745d 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -HDF5 version 1.9.0-snap0 currently under development +HDF5 version 1.9.0 currently under development Please refer to the release_docs/INSTALL file for installation instructions. ------------------------------------------------------------------------------ @@ -9,8 +9,8 @@ instructions on compiling and installing the library. The INSTALL_parallel file contains instructions on installing the parallel version of the library. The INSTALL* files can be found in the release_docs/ directory. -Documentation for this release can be found at the following URL: -http://www.hdfgroup.uiuc.edu/HDF5/release/beta/obtain518.html +Documentation for this snapshot can be found at the following URL: +http://www.hdfgroup.uiuc.edu/HDF5/doc_dev_snapshot/H5_dev/ Four mailing lists are currently set up for use with the HDF5 library. diff --git a/configure b/configure index c6188d3..ef0f930 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.in Id: configure.in 14484 2008-02-01 18:23:58Z epourmal . +# From configure.in Id: configure.in 14526 2008-02-07 03:26:45Z epourmal . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for HDF5 1.9.0-snap0. +# Generated by GNU Autoconf 2.61 for HDF5 1.9.0. # # Report bugs to . # @@ -729,8 +729,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='HDF5' PACKAGE_TARNAME='hdf5' -PACKAGE_VERSION='1.9.0-snap0' -PACKAGE_STRING='HDF5 1.9.0-snap0' +PACKAGE_VERSION='1.9.0' +PACKAGE_STRING='HDF5 1.9.0' PACKAGE_BUGREPORT='help@hdfgroup.org' ac_unique_file="src/H5.c" @@ -1478,7 +1478,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.9.0-snap0 to adapt to many kinds of systems. +\`configure' configures HDF5 1.9.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1548,7 +1548,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of HDF5 1.9.0-snap0:";; + short | recursive ) echo "Configuration of HDF5 1.9.0:";; esac cat <<\_ACEOF @@ -1731,7 +1731,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -HDF5 configure 1.9.0-snap0 +HDF5 configure 1.9.0 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1745,7 +1745,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.9.0-snap0, which was +It was created by HDF5 $as_me 1.9.0, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2440,7 +2440,7 @@ fi # Define the identity of the package. PACKAGE='hdf5' - VERSION='1.9.0-snap0' + VERSION='1.9.0' cat >>confdefs.h <<_ACEOF @@ -52680,7 +52680,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.9.0-snap0, which was +This file was extended by HDF5 $as_me 1.9.0, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -52733,7 +52733,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -HDF5 config.status 1.9.0-snap0 +HDF5 config.status 1.9.0 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 7e967fb..f8b7ce0 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,7 @@ dnl dnl NOTE: Don't forget to change the version number here when we do a dnl release!!! dnl -AC_INIT([HDF5], [1.9.0-snap0], [help@hdfgroup.org]) +AC_INIT([HDF5], [1.9.0], [help@hdfgroup.org]) AC_CONFIG_SRCDIR([src/H5.c]) AM_CONFIG_HEADER([src/H5config.h]) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index d21539d..b15a8c3 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1,32 +1,20 @@ -HDF5 version 1.9.0-snap0 currently under development +HDF5 version 1.9.0 currently under development ================================================================================ INTRODUCTION -This document describes the differences between HDF5-1.6.* and -Hdf5 1.8.0 release candidate "HDF5-1.8.0-rc3", and contains information -on the platforms tested and known problems in HDF5-1.8.0-rc3. +This document describes the differences between HDF5-1.9.0 and +HDF5 1.9.x snapshot, and contains information on the platforms +tested and known problems in HDF5-1.9.x. For more details check the HISTORY.txt file in the HDF5 source. -Links to HDF5 1.8.0-rc3 source code, documentation, and additional materials -can be found on THG's development server (www.hdfgroup.uiuc.edu) at the -following location: - http://www.hdfgroup.uiuc.edu/HDF5/release/beta/obtain518.html -User documentation for the beta can be accessed directly at this location: - http://www.hdfgroup.uiuc.edu/HDF5/doc_1.8pre/doc/ - -New features of the upcoming 1.8.0 release are described in -the "What's New in 1.8.0?" document: - http://www.hdfgroup.uiuc.edu/HDF5/doc_1.8pre/WhatsNew180.html - -New and modified APIs are described briefly in - http://www.hdfgroup.uiuc.edu/HDF5/doc_1.8pre/WhatsNew180.html -and will be listed in the "HDF5 Software Changes" document: - http://www.hdfgroup.uiuc.edu/HDF5/doc_1.8pre/doc/ADGuide/Changes.html - - +Links to HDF5 1.9.x source code can be found on THG's development +FTP server at the following location: + ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/hdf5/snapshots +User documentation for the snapshot can be accessed directly at this location: + http://www.hdfgroup.uiuc.edu/HDF5/doc_dev_snapshot/H5_dev/ For more information, see the HDF5 home page: @@ -101,9 +89,6 @@ Bug Fixes since HDF5-1.8.0 release Platforms Tested ================ -Platforms marked with * were not tested for hdf5-1.8.0-rc* release -(This information is somewhat out of date and may be inaccurate. It will be - updated for a later release) AIX 5.2 (32/64 bit) xlc 8.0.0.11 xlC 8.0 diff --git a/src/H5public.h b/src/H5public.h index 16e7ab3..47f5e69 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -72,9 +72,9 @@ extern "C" { #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 9 /* For minor interface/format changes */ #define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap0" /* 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.9.0-snap0" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.9.0" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) -- cgit v0.12