From 069b52529e7bceb0be7aa0a5744dad81a15d322f Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Thu, 14 Feb 2008 11:17:48 -0500 Subject: [svn-r14585] Maintenance after 1.8.0 release: Created HISTORY-1_8.txt file and prepared RELEASE.txt for future entries. Changed version number to 1.8.0-snap0 Added HISTORY-1_8.txt to MANIFEST --- MANIFEST | 1 + README.txt | 2 +- configure | 22 ++++---- configure.in | 2 +- release_docs/HISTORY-1_8.txt | 4 ++ release_docs/RELEASE.txt | 120 ++++++++++--------------------------------- src/H5public.h | 4 +- 7 files changed, 48 insertions(+), 107 deletions(-) create mode 100644 release_docs/HISTORY-1_8.txt diff --git a/MANIFEST b/MANIFEST index ab45059..739a047 100644 --- a/MANIFEST +++ b/MANIFEST @@ -385,6 +385,7 @@ ./release_docs/COPYING ./release_docs/HISTORY-1_0-1_8_0_rc3.txt +./release_docs/HISTORY-1_8.txt ./release_docs/INSTALL ./release_docs/INSTALL_Cygwin.txt ./release_docs/INSTALL_MinGW.txt diff --git a/README.txt b/README.txt index 7296b0a..7c6ac5f 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -HDF5 version 1.8.0 released on Tue Feb 12 20:41:19 CST 2008 +HDF5 version 1.8.0-snap0 currently under development Please refer to the release_docs/INSTALL file for installation instructions. ------------------------------------------------------------------------------ diff --git a/configure b/configure index dd0561a..d8da744 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.in Id: configure.in 14460 2008-01-27 17:41:14Z epourmal . +# From configure.in Id: configure.in 14484 2008-02-01 18:23:58Z epourmal . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for HDF5 1.8.0. +# Generated by GNU Autoconf 2.61 for HDF5 1.8.0-snap0. # # 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.8.0' -PACKAGE_STRING='HDF5 1.8.0' +PACKAGE_VERSION='1.8.0-snap0' +PACKAGE_STRING='HDF5 1.8.0-snap0' 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.8.0 to adapt to many kinds of systems. +\`configure' configures HDF5 1.8.0-snap0 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.8.0:";; + short | recursive ) echo "Configuration of HDF5 1.8.0-snap0:";; 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.8.0 +HDF5 configure 1.8.0-snap0 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.8.0, which was +It was created by HDF5 $as_me 1.8.0-snap0, 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.8.0' + VERSION='1.8.0-snap0' 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.8.0, which was +This file was extended by HDF5 $as_me 1.8.0-snap0, 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.8.0 +HDF5 config.status 1.8.0-snap0 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 c34e47a..2c45d38 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.8.0], [help@hdfgroup.org]) +AC_INIT([HDF5], [1.8.0-snap0], [help@hdfgroup.org]) AC_CONFIG_SRCDIR([src/H5.c]) AM_CONFIG_HEADER([src/H5config.h]) diff --git a/release_docs/HISTORY-1_8.txt b/release_docs/HISTORY-1_8.txt new file mode 100644 index 0000000..c742f9f --- /dev/null +++ b/release_docs/HISTORY-1_8.txt @@ -0,0 +1,4 @@ +HDF5 History +============ + +This file contains development history of HDF5 1.8 branch diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 8502a0f..6c4a8e3 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1,13 +1,13 @@ -HDF5 version 1.8.0 released on Tue Feb 12 20:41:19 CST 2008 +HDF5 version 1.8.0-snap0 currently under development ================================================================================ INTRODUCTION ============ -This document describes the differences between the HDF5-1.6.x release series +This document describes the differences between the HDF5-1.8.x release series and HDF5 1.8.0, and contains information on the platforms tested and known -problems in HDF5-1.8.0. For more details, see the HISTORY-1_0-1_8_0_rc3.txt file in the -release_docs/ directory of the HDF5 source. +problems in HDF5-1.8.0. For more details, see the HISTORY-1_0-1_8_0_rc3.txt and HISTORY-1_8.txt +files in the release_docs/ directory of the HDF5 source. Links to the HDF5 1.8.0 source code, documentation, and additional materials can be found on the HDF5 web page at: @@ -42,9 +42,8 @@ CONTENTS ======== - New Features -- Removed Feature - Support for new platforms and languages -- Bug Fixes since HDF5-1.6.0 +- Bug Fixes since HDF5-1.8.0 - Platforms Tested - Supported Configuration Features Summary - Known Problems @@ -53,99 +52,36 @@ CONTENTS New Features ============ - HDF5 Release 1.8.0 is a major release with many changes and new features. - - New format and interface features discussed in the "What's New in - HDF5 1.8.0" document include the following: - - Enhanced group object management - Enhanced attribute management and more efficient meta data handling - Expanded datatype features - Creation order tracking and indexing - Improved meta data caching and cache control - UTF-8 encoding - New I/O filters: n-bit and scale+offset compression - New link (H5L) and object (H5O) interfaces and features - External and user-defined links - New high-level APIs: - HDF5 Packet Table (H5PT) and HDF5 Dimension Scale (H5DS) - C++ and Fortran interfaces for older high-level APIs: - H5Lite (H5LT), H5Image (H5IM), and H5Table (H5TB) - New and improved tools - And more... - - http://hdfgroup.org/HDF5/doc/ADGuide/WhatsNew180.html - - - New APIs associated with these features, other interface changes - (e.g., ENUM and struct definitions), and new library configuration flags - are listed in the "Release 1.8.0 (current release) versus Release 1.6.x" - section of "HDF5 Software Changes from Release to Release." - - http://hdfgroup.org/HDF5/doc/ADGuide/Changes.html - -Compatibility -------------- - Many HDF5 users and user communities have existing applications that - they may wish to port to Release 1.8.0. Alternatively, some users may - wish to take advantage of Release 1.8.0's improved performance without - having to port such applications. To facilitate managing application - compatibility and porting applications from release to release, the HDF - Team has implemented the following features: - Individually-configurable macros that selectively map common - interface names to the old and new interfaces - Library configuration options to configure the macro mappings - - Two related documents accompany this release: - "API Compatibility Macros in HDF5" discusses the specifics of the - new individually-configurable macros and library configuration - options. - http://hdfgroup.org/HDF5/doc/RM/APICompatMacros.html - - "New Features in HDF5 Release 1.8.0 and Backward/Forward Format - Compatibility Issues" discusses each new feature with regard to - its impact on format compatibility. - http://hdfgroup.org/HDF5/doc/ADGuide/CompatFormat180.html - -Referenced documents --------------------- - http://hdfgroup.org/HDF5/doc/ADGuide/WhatsNew180.html - "What's New in HDF5 1.8.0" - - http://hdfgroup.org/HDF5/doc/ADGuide/Changes.html - The "Release 1.8.0 (current release) versus Release 1.6.x " - section in "HDF5 Software Changes from Release to Release" - - http://hdfgroup.org/HDF5/doc/RM/APICompatMacros.html - "API Compatibility Macros in HDF5" - - http://hdfgroup.org/HDF5/doc/ADGuide/CompatFormat180.html - "New Features in HDF5 Release 1.8.0 and Backward/Forward Format - Compatibility Issues" - - -Removed Feature -=============== -The stream virtual file driver (H5FD_STREAM) have been removed in this -release. This affects the functions H5Pset_fapl_stream and H5Pget_fapl_stream -and the constant H5FD_STREAM. - -This virtual file driver will be available at -http://hdf5-addons.origo.ethz.ch/. Note that at the time of this release, -the transition is still in progress; the necessary integration tools may -not be available when HDF5 Release 1.8.0 first comes out. + Configuration + ------------- + + Source code distribution + ======================== + + Library + ------- + + Parallel Library + ---------------- + + Tools + ----- + + F90 API + ------ + + C++ API + ------ + + Support for New Platforms, Languages, and Compilers =================================================== - - Support for Open VMS 7.3 was added. -Bug Fixes since HDF5-1.6.0 +Bug Fixes since HDF5-1.8.0 ========================== - This release contains numerous bug fixes. For details, see the - "Changes from 1.6.0 to 1.8.0-rc3" section of the HISTORY.txt file for - this release. Platforms Tested diff --git a/src/H5public.h b/src/H5public.h index 06060dd..76cbf4e 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 8 /* For minor interface/format changes */ #define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "snap0" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.0" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.0-snap0" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) -- cgit v0.12