summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2010-05-18 15:26:01 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2010-05-18 15:26:01 (GMT)
commit973c61fd42a317576b4fe6fa579b9fea4dbbc8ea (patch)
treefe5051cc7cfafd28eca5db799e9da09a97bebc22
parenta41fb65b7ca24b5a2a6d4a73af135caac39bb7ea (diff)
downloadhdf5-973c61fd42a317576b4fe6fa579b9fea4dbbc8ea.zip
hdf5-973c61fd42a317576b4fe6fa579b9fea4dbbc8ea.tar.gz
hdf5-973c61fd42a317576b4fe6fa579b9fea4dbbc8ea.tar.bz2
[svn-r18841] Changed version number to 1.8.4-snap0
Updated RELEASE.txt file accordingly.
-rw-r--r--README.txt2
-rw-r--r--c++/src/Makefile.in2
-rw-r--r--config/lt_vers.am2
-rwxr-xr-xconfigure22
-rw-r--r--configure.in2
-rw-r--r--fortran/src/Makefile.in2
-rw-r--r--hl/c++/src/Makefile.in2
-rw-r--r--hl/fortran/src/Makefile.in2
-rw-r--r--hl/src/Makefile.in2
-rw-r--r--release_docs/HISTORY-1_8.txt5
-rw-r--r--release_docs/RELEASE.txt130
-rw-r--r--src/H5public.h6
-rw-r--r--src/Makefile.in2
-rw-r--r--vms/src/h5pubconf.h6
-rwxr-xr-xwindows/src/H5pubconf.h6
15 files changed, 57 insertions, 136 deletions
diff --git a/README.txt b/README.txt
index 5993afe..2de4ef9 100644
--- a/README.txt
+++ b/README.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.8.4-snap23 currently under development
+HDF5 version 1.8.5-snap0 currently under development
Please refer to the release_docs/INSTALL file for installation instructions.
------------------------------------------------------------------------------
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in
index 5f5e9f9..104a1e5 100644
--- a/c++/src/Makefile.in
+++ b/c++/src/Makefile.in
@@ -393,7 +393,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 3
+LT_VERS_REVISION = 4
LT_VERS_AGE = 0
# Include src directory
diff --git a/config/lt_vers.am b/config/lt_vers.am
index 8e5307b..3ee533e 100644
--- a/config/lt_vers.am
+++ b/config/lt_vers.am
@@ -17,7 +17,7 @@
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 3
+LT_VERS_REVISION = 4
LT_VERS_AGE = 0
## If the API changes *at all*, increment LT_VERS_INTERFACE and
diff --git a/configure b/configure
index 681d709..e1c81a3 100755
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
#! /bin/sh
-# From configure.in Id: configure.in 18825 2010-05-17 01:52:48Z hdftest .
+# From configure.in Id: configure.in 18836 2010-05-17 22:23:23Z lrknox .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for HDF5 1.8.4-snap23.
+# Generated by GNU Autoconf 2.65 for HDF5 1.8.5-snap0.
#
# Report bugs to <help@hdfgroup.org>.
#
@@ -702,8 +702,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='HDF5'
PACKAGE_TARNAME='hdf5'
-PACKAGE_VERSION='1.8.4-snap23'
-PACKAGE_STRING='HDF5 1.8.4-snap23'
+PACKAGE_VERSION='1.8.5-snap0'
+PACKAGE_STRING='HDF5 1.8.5-snap0'
PACKAGE_BUGREPORT='help@hdfgroup.org'
PACKAGE_URL=''
@@ -1579,7 +1579,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.4-snap23 to adapt to many kinds of systems.
+\`configure' configures HDF5 1.8.5-snap0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1649,7 +1649,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of HDF5 1.8.4-snap23:";;
+ short | recursive ) echo "Configuration of HDF5 1.8.5-snap0:";;
esac
cat <<\_ACEOF
@@ -1840,7 +1840,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-HDF5 configure 1.8.4-snap23
+HDF5 configure 1.8.5-snap0
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2924,7 +2924,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.4-snap23, which was
+It was created by HDF5 $as_me 1.8.5-snap0, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
@@ -3737,7 +3737,7 @@ fi
# Define the identity of the package.
PACKAGE='hdf5'
- VERSION='1.8.4-snap23'
+ VERSION='1.8.5-snap0'
cat >>confdefs.h <<_ACEOF
@@ -29302,7 +29302,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.4-snap23, which was
+This file was extended by HDF5 $as_me 1.8.5-snap0, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -29368,7 +29368,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.4-snap23
+HDF5 config.status 1.8.5-snap0
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
diff --git a/configure.in b/configure.in
index 1e3b7a6..98f4e43 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.4-snap23], [help@hdfgroup.org])
+AC_INIT([HDF5], [1.8.5-snap0], [help@hdfgroup.org])
AC_CONFIG_SRCDIR([src/H5.c])
AM_CONFIG_HEADER([src/H5config.h])
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index 4de15c9..30be50e 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -427,7 +427,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 3
+LT_VERS_REVISION = 4
LT_VERS_AGE = 0
# Include src directory in both Fortran and C flags (C compiler is used
diff --git a/hl/c++/src/Makefile.in b/hl/c++/src/Makefile.in
index 5ad77f9..eb5578e 100644
--- a/hl/c++/src/Makefile.in
+++ b/hl/c++/src/Makefile.in
@@ -383,7 +383,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 3
+LT_VERS_REVISION = 4
LT_VERS_AGE = 0
# Include src directory
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in
index 0984cdf..445adbf 100644
--- a/hl/fortran/src/Makefile.in
+++ b/hl/fortran/src/Makefile.in
@@ -392,7 +392,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 3
+LT_VERS_REVISION = 4
LT_VERS_AGE = 0
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/hl/src -I$(top_builddir)/hl/src \
-I$(top_srcdir)/fortran/src -I$(top_builddir)/fortran/src
diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in
index 606eb03..1cdc0bb 100644
--- a/hl/src/Makefile.in
+++ b/hl/src/Makefile.in
@@ -383,7 +383,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 3
+LT_VERS_REVISION = 4
LT_VERS_AGE = 0
# This library is our main target.
diff --git a/release_docs/HISTORY-1_8.txt b/release_docs/HISTORY-1_8.txt
index 334197b..3686459 100644
--- a/release_docs/HISTORY-1_8.txt
+++ b/release_docs/HISTORY-1_8.txt
@@ -11,6 +11,11 @@ This file contains development history of HDF5 1.8 branch
[Search on the string '%%%%' for per-release section breaks.]
+%%%%1.8.5%%%%
+
+
+The complete and final RELEASE.txt from the hdf5_1_8_5 branch will go here.
+
%%%%1.8.4%%%%
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e0d62ce..8c35cb3 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -1,25 +1,25 @@
-HDF5 version 1.8.4-snap23 currently under development
+HDF5 version 1.8.5-snap0 currently under development
================================================================================
INTRODUCTION
============
-This document describes the differences between HDF5-1.8.4 and
-HDF5 1.8.4-*, and contains information on the platforms tested and
-known problems in HDF5-1.8.4-*.
+This document describes the differences between HDF5-1.8.5 and
+HDF5 1.8.5-*, and contains information on the platforms tested and
+known problems in HDF5-1.8.5-*.
For more details, see the files HISTORY-1_0-1_8_0_rc3.txt
and HISTORY-1_8.txt in the release_docs/ directory of the HDF5 source.
-Links to the HDF5 1.8.4 source code, documentation, and additional materials
+Links to the HDF5 1.8.5 source code, documentation, and additional materials
can be found on the HDF5 web page at:
http://www.hdfgroup.org/products/hdf5/
-The HDF5 1.8.4 release can be obtained from:
+The HDF5 1.8.5 release can be obtained from:
http://www.hdfgroup.org/HDF5/release/obtain5.html
-User documentation for 1.8.4 can be accessed directly at this location:
+User documentation for 1.8.5 can be accessed directly at this location:
http://www.hdfgroup.org/HDF5/doc/
@@ -30,7 +30,7 @@ in 1.8.0?" document:
http://www.hdfgroup.org/HDF5/doc/ADGuide/WhatsNew180.html
All new and modified APIs are listed in detail in the "HDF5 Software Changes
-from Release to Release" document, in the section "Release 1.8.4 (current
+from Release to Release" document, in the section "Release 1.8.5 (current
release) versus Release 1.8.3":
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
@@ -45,7 +45,7 @@ CONTENTS
- New Features
- Support for New Platforms, Languages, and Compilers
-- Bug Fixes since HDF5-1.8.4
+- Bug Fixes since HDF5-1.8.5
- Platforms Tested
- Supported Configuration Features Summary
- Known Problems
@@ -56,27 +56,11 @@ New Features
Configuration
-------------
- - Configure now adds appropriate defines for supporting large (64-bit)
- files on all systems, where supported, by default, instead of only linux.
- This largefile support is controllable with the --enable-largefile
- configure option. The linux-specific --enable-linux-lfs option has been
- deprecated in favor of this new option. (MAM - 2010/05/05 - 1772/1434)
- - Upgraded versions of autotools used to generate configuration suite.
- We now use Automake 1.11.1, Autoconf 2.65, and Libtool 2.2.6b.
- (MAM 2010/04/15)
- - Added the xlc-* and mpcc_r-* BASENAME patterns to be recognized as IBM
- compilers so that the ibm compiler options can be added properly. This
- allows non-system-default compiler command names (e.g. xlc-m.n.k.l) be
- recognized. AKC 2009/11/26.
+ - None MAM 2010/05/18
Library
-------
- - Greatly improved performance of extending a dataset with early
- allocation. (NAF - 2010/03/24 - 1637)
- - Added support for filtering densely stored groups. Many of the API
- functions related to filters have been extended to support dense groups
- as well as datasets. Pipeline messages can now be stored in a group's
- object header. (NAF/QAK - 2009/11/3)
+ - None
Parallel Library
----------------
@@ -84,25 +68,11 @@ New Features
Tools
-----
- - h5diff: fixed incorrect behavior (hang) in parallel mode when
- specify invalid options (ex: -v and -q) (JKM 2010/02/17)
- - h5diff: Add new flag --no-dangling-links. (refer to --help for details)
- (JKM - 2010/02/10)
- - h5diff: Add new flag --follow-links. (refer to --help for details)
- (JKM - 2010/01/25)
- - h5diff: fix for displaying garbage value on LE machine for BE data.
- (JKM - 2009/11/20)
-
+ - None
High-Level APIs
---------------
- - Fixed a bug in the H5DSdetach_scale function when 0 bytes
- were allocated after the last reference to a dim. scale
- was removed from the list of references in a VL element of the
- DIMENSION_LIST attribute; modified the function to comply
- with the Spec: DIMENSION_LIST attribute is deleted now when no
- dimension scales left attached.
- (EIP - 2010/05/14 -1822)
+ - None
F90 API
-------
@@ -110,12 +80,7 @@ New Features
C++ API
-------
- - New member functions
- + Overloaded CommonFG::getObjnameByIdx to take char* for name
- + Overloaded CommonFG::getObjTypeByIdx to return type name as a char*.
- (BMR - 2010/05/10)
- + DataSet::getInMemDataSize() to simplify getting the dataset's
- data size in memory. (BMR - 2009/07/26)
+ - None
Support for New Platforms, Languages, and Compilers
@@ -123,90 +88,41 @@ Support for New Platforms, Languages, and Compilers
- None
-Bug Fixes since HDF5-1.8.4
+Bug Fixes since HDF5-1.8.5
==========================
Configuration
-------------
- - Fixed various "strict aliasing" problems, allowing higher levels
- of compiler optimization (in particular, allowing '-O3' to work
- with recent versions of GCC). QAK - 2010/04/26
+ - None MAM 2010/05/18
Library
-------
- - Fixed some memory leaks in VL datatype conversion when strings are
- used as fill values. (MAM - 2010/05/12 - BZ# 1826)
- - Fixed a bug when copying objects with NULL references with the
- H5O_COPY_EXPAND_REFERENCE_FLAG flag set. (NAF - 2010/04/08 - 1815)
- - Added a mechanism to the H5I interface to save returned object ID
- structures for immediate re-use if needed. This addresses a
- potential performance issue by delaying the case when the next ID to be
- registered has grown so large that it wraps around and needs to be
- checked to see if it is available for distribution.
- (MAM - 2010/03/15 - 1730)
- - Files can now be concurrently opened more than once using the core file
- driver, as long as the backing store is used. (NAF - 2010/03/09)
- - Added support for H5O_COPY_EXPAND_EXT_LINK_FLAG to H5Ocopy. External
- links will now be expanded if this flag is set.
- (NAF - 2010/03/05 - 1733)
- - Fixed a bug where the library, when traversing an external link, would
- reopen the source file if nothing else worked. (NAF - 2010/03/05)
- - Fixed a bug where fractal heap IDs for attributes and shared object
- header messages could be incorrectly encoded in the file for files
- created on big-endian platforms.
- Please see http://www.hdfgroup.org/HDF5/release/known_problems if you
- suspect you have a file with this problem. QAK - 2010/02/23 - 1755
- - Fixed an intermittent bug in the b-tree code which could be triggered
- by expanding and shrinking chunked datasets in certain ways.
- (NAF - 2010/02/16)
- - H5Tdetect_class said a VL string is a string type. But when it's in
- a compound type, it said it's a VL type (Bug #1584). I fixed it to
- be consistent. It always return string type. (SLU - 2009/12/10)
- - Allow "child" files from external links to be correctly located when
- relative to a "parent" file that is opened through a symbolic link.
- (QAK - 2009/12/01)
+ - None
Parallel Library
----------------
- - None EIP - 2009/10/21
+ - None
Tools
-----
- - Fixed h5ls to return exit code 1 (error) when non-existent file is
- specified. bug#1793. (JKM 2010/04/27)
- - h5copy failed to copy dangling link when the link is specified
- directly. bug#1817. (JKM 2010/04/22)
- - h5repack lost attributes from a dataset of reference type. bug#1726.
- (JKM 2010/3/25)
- - h5repack sets NULL for object reference value for group or
- named datatype. bug#1814. (JKM 2010/03/19)
- - None EIP - 2009/10/21
+ - None
F90 API
------
- - None EIP - 2009/10/21
+ - None
C++ API
------
- - The constructor PropList::PropList(id) was fixed to act properly
- according to the nature of 'id'. When 'id' is a property class id,
- a new property list will be created. When 'id' id a property list id,
- a copy of the property list will be made. (BMR - 2010/5/9)
- - The parameters 'size' and 'bufsize' in CommonFG::getLinkval and
- CommonFG::getComment, respectively, now have default values for
- user's convenience. (BMR - 2009/10/23)
- - NULL pointer accessing was fixed, bugzilla 1061. (BMR - 2009/10/05)
- - read/write methods of DataSet and Attribute classes were fixed
- to handle string correctly. (BMR - 2009/07/26)
+ - None
High-Level APIs:
------
- - None EIP - 2009/10/21
+ - None
Fortran High-Level APIs:
------
- - None EIP - 2009/10/21
+ - None
Platforms Tested
diff --git a/src/H5public.h b/src/H5public.h
index 65c68aa..dc0a180 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -71,10 +71,10 @@ extern "C" {
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 8 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 4 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap23" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 5 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_SUBRELEASE "snap0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.4-snap23" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.5-snap0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)
diff --git a/src/Makefile.in b/src/Makefile.in
index fa70ec9..0c76b27 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -442,7 +442,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 3
+LT_VERS_REVISION = 4
LT_VERS_AGE = 0
H5detect_CFLAGS = -g $(AM_CFLAGS)
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h
index b15bc33..e769de9 100644
--- a/vms/src/h5pubconf.h
+++ b/vms/src/h5pubconf.h
@@ -487,7 +487,7 @@
#define H5_PACKAGE_NAME "HDF5"
/* Define to the full name and version of this package. */
-#define H5_PACKAGE_STRING "HDF5 1.8.4-snap23"
+#define H5_PACKAGE_STRING "HDF5 1.8.5-snap0"
/* Define to the one symbol short name of this package. */
#define H5_PACKAGE_TARNAME "hdf5"
@@ -496,7 +496,7 @@
#define H5_PACKAGE_URL ""
/* Define to the version of this package. */
-#define H5_PACKAGE_VERSION "1.8.4-snap23"
+#define H5_PACKAGE_VERSION "1.8.5-snap0"
/* Width for printf() for type `long long' or `__int64', use `ll' */
#define H5_PRINTF_LL_WIDTH "ll"
@@ -649,7 +649,7 @@
/* #undef H5_USING_MEMCHECKER */
/* Version number of package */
-#define H5_VERSION "1.8.4-snap23"
+#define H5_VERSION "1.8.5-snap0"
/* Define if vsnprintf() returns the correct value for formatted strings that
don't fit into size allowed */
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h
index 4eb0e68..f374e3c 100755
--- a/windows/src/H5pubconf.h
+++ b/windows/src/H5pubconf.h
@@ -475,13 +475,13 @@
#define H5_PACKAGE_NAME "HDF5"
/* Define to the full name and version of this package. */
-#define H5_PACKAGE_STRING "HDF5 1.8.4-snap23"
+#define H5_PACKAGE_STRING "HDF5 1.8.5-snap0"
/* Define to the one symbol short name of this package. */
#define H5_PACKAGE_TARNAME "hdf5"
/* Define to the version of this package. */
-#define H5_PACKAGE_VERSION "1.8.4-snap23"
+#define H5_PACKAGE_VERSION "1.8.5-snap0"
/* Width for printf() for type `long long' or `__int64', use `ll' */
#define H5_PRINTF_LL_WIDTH "I64"
@@ -638,7 +638,7 @@
/* #undef H5_USING_MEMCHECKER */
/* Version number of package */
-#define H5_VERSION "1.8.4-snap23"
+#define H5_VERSION "1.8.5-snap0"
/* Define if vsnprintf() returns the correct value for formatted strings that
don't fit into size allowed */