summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-03-02 13:34:32 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-03-02 13:34:32 (GMT)
commit6b4752cedd0a32762a327fdd6afd8a7c786afe42 (patch)
tree7d0ed225a80b77c8e9d69b36e18bcce1ca16c328
parent940955df650737742d691b1d12cd7ede53906592 (diff)
downloadhdf5-6b4752cedd0a32762a327fdd6afd8a7c786afe42.zip
hdf5-6b4752cedd0a32762a327fdd6afd8a7c786afe42.tar.gz
hdf5-6b4752cedd0a32762a327fdd6afd8a7c786afe42.tar.bz2
[svn-r10118] Snapshot version 1.7 release 45
-rw-r--r--README.txt2
-rwxr-xr-xconfigure20
-rw-r--r--configure.in2
-rw-r--r--doc/html/ADGuide/RELEASE.txt35
-rw-r--r--release_docs/RELEASE.txt2
-rw-r--r--src/H5public.h4
6 files changed, 44 insertions, 21 deletions
diff --git a/README.txt b/README.txt
index 13c0963..61193a1 100644
--- a/README.txt
+++ b/README.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.7.45 currently under development
+HDF5 version 1.7.46 currently under development
Please refer to the release_docs/INSTALL file for installation instructions.
------------------------------------------------------------------------------
diff --git a/configure b/configure
index ead4af0..961e143 100755
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.in Id: configure.in.
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for HDF5 1.7.45.
+# Generated by GNU Autoconf 2.59 for HDF5 1.7.46.
#
# Report bugs to <hdfhelp@ncsa.uiuc.edu>.
#
@@ -424,8 +424,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='HDF5'
PACKAGE_TARNAME='hdf5'
-PACKAGE_VERSION='1.7.45'
-PACKAGE_STRING='HDF5 1.7.45'
+PACKAGE_VERSION='1.7.46'
+PACKAGE_STRING='HDF5 1.7.46'
PACKAGE_BUGREPORT='hdfhelp@ncsa.uiuc.edu'
ac_unique_file="src/H5.c"
@@ -956,7 +956,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.7.45 to adapt to many kinds of systems.
+\`configure' configures HDF5 1.7.46 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1022,7 +1022,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of HDF5 1.7.45:";;
+ short | recursive ) echo "Configuration of HDF5 1.7.46:";;
esac
cat <<\_ACEOF
@@ -1217,7 +1217,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-HDF5 configure 1.7.45
+HDF5 configure 1.7.46
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1231,7 +1231,7 @@ cat >&5 <<_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.7.45, which was
+It was created by HDF5 $as_me 1.7.46, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1831,7 +1831,7 @@ fi
# Define the identity of the package.
PACKAGE=hdf5
- VERSION=1.7.45
+ VERSION=1.7.46
cat >>confdefs.h <<_ACEOF
@@ -50931,7 +50931,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by HDF5 $as_me 1.7.45, which was
+This file was extended by HDF5 $as_me 1.7.46, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -50994,7 +50994,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-HDF5 config.status 1.7.45
+HDF5 config.status 1.7.46
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.in b/configure.in
index cd65d87..eb230c2 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.7.45], [hdfhelp@ncsa.uiuc.edu])
+AC_INIT([HDF5], [1.7.46], [hdfhelp@ncsa.uiuc.edu])
AC_CONFIG_SRCDIR([src/H5.c])
AM_CONFIG_HEADER([src/H5config.h])
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index 1c1b77a..a75b189 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.7.44 released on Sun Dec 12 03:42:12 CST 2004
+HDF5 version 1.7.45 released on Wed Mar 2 08:33:33 CST 2005
================================================================================
@@ -36,6 +36,10 @@ New Features
Configuration:
--------------
+ - Hardware conversion between long double and integers is also added.
+ SLU 2005/02/10
+ - Started to support software conversion between long double and
+ integers. Hardware conversion will come very soon. SLU - 2005/1/6
- Intel v8.0 compiler would infinite loop when compiling some test
code with -O3 option. Changed enable-production default compiler
option to -O2. AKC - 2004/12/06
@@ -55,9 +59,13 @@ New Features
Library:
--------
+ - Pablo was removed from the source code EIP - 2005/01/21
- Modified registration of SZIP to dynamically detect the presence
or absence of the encoder. Changed configure and Makefiles,
- and tests to dynamically detect encoder. 2004/02/11
+ and tests to dynamically detect encoder. BEM - 2004/11/02
+ - Added function H5Pget_data_transform, together with the previously
+ added H5Pset_data_transform, to support the data transform
+ feature. AKC - 2004/10/26
- Compound datatype has been enhanced with a new feature of size
adjustment. The size can be increased and decreased(without
cutting the last member) as long as it doesn't go down to zero.
@@ -195,6 +203,16 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
+ - H5Tget_member_value calls for enum datatype didn't return correct
+ value if H5Tenum_valueof was called first. It's fixed. SLU -
+ 2005/02/08
+ - For variable-length string, H5Tget_class returned H5T_STRING as its
+ class. But H5Tdetect_class and H5Tget_member_class considered it
+ as H5T_VLEN. This is fixed to let all these 3 functions treat it
+ as H5T_STRING. SLU - 2005/02/08
+ - The byte order of 1-byte integer types was fixed as little endian
+ even on a big-endian machine. This has been corrected. SLU -
+ 2005/02/07
- Fix segmentation fault when calling H5Fflush with an attribute that
hasn't had a value written to it open. QAK - 2004/10/18
- Back up supporting bitfield and time types in H5Tget_native_type.
@@ -475,10 +493,13 @@ Platforms Tested
Intel(R) C++ Version 7.0
Intel(R) Fortran Compiler Version 7.0
Windows 2000 (NT5.0) MSVC++ 6.0
+ MSVC++ .NET
DEC Visual Fortran 6.0
Intel C and F90 compilers version 7.1
Code Warrior 8.0
- Windows XP MSVC++.NET
+ Windows XP MSVC++ 6.0
+ MSVC++ .NET
+ DEC Visual Fortran 6.6
MAC OS X Darwin 6.5
gcc and g++ Apple Computer, Inc. GCC
version 1161, based on gcc version 3.1
@@ -589,9 +610,11 @@ Known Problems
Ask your system administrator to clean them out. Lastly, request IBM
to provide a mean to run poe without the debug socket.
-* PGI C++ compiler fails when compiling the C++ library's tests.
- Therefore, we cannot verify that the C++ library built with the PGI C++
- compiler is correct.
+* The C++ library's tests fails when compiling with PGI C++ compiler. The
+ workaround until the problem is correctly handled is to use the
+ flag "--instantiate=local" prior to the configure and build steps, as:
+ setenv CXX "pgCC --instantiate=local" for pgCC 5.02 and higher
+ setenv CXX "pgCC -tlocal" for others
* The h5dump tests may fail to match the expected output on some platforms
(e.g. parallel jobs, Windows) where the error messages directed to
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8914320..3c01109 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.7.45 currently under development
+HDF5 version 1.7.46 currently under development
================================================================================
diff --git a/src/H5public.h b/src/H5public.h
index d3b7589..a5969d4 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -74,10 +74,10 @@ extern "C" {
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 7 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 45 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 46 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.7.45" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.7.46" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)