summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2003-11-09 08:06:07 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2003-11-09 08:06:07 (GMT)
commit834c8a06f3c56ff15fb7f28ac3d583581294976d (patch)
tree7177299189e380b797bea11b50973dfc939723f0 /doc
parent0497e80b5017f0292a3232cfec4e268f9776d137 (diff)
downloadhdf5-834c8a06f3c56ff15fb7f28ac3d583581294976d.zip
hdf5-834c8a06f3c56ff15fb7f28ac3d583581294976d.tar.gz
hdf5-834c8a06f3c56ff15fb7f28ac3d583581294976d.tar.bz2
[svn-r7831] Snapshot version 1.7 release 10
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt17
1 files changed, 12 insertions, 5 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index 6465896..1ec9f35 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.7.9 released on Sun Nov 2 03:05:37 CST 2003
+HDF5 version 1.7.10 released on Sun Nov 9 03:04:32 CST 2003
================================================================================
@@ -65,6 +65,9 @@ New Features
Tools:
------
+ - Install the "h5cc" and "h5fc" tools as "h5pcc" and "h5pfc"
+ respectively if library is built in parallel mode.
+ WCW - 2003/11/04
- Changed output of "OID"s from h5dump from "<number>-<number>" to
"<number". This affects both the "regular" and XML output.
QAK - 2003/08/08
@@ -92,7 +95,7 @@ Bug Fixes since HDF5-1.6.0 release
were not correctly handled, causing core dumps. QAK - 2003/10/25
- Fixed incorrect datatype of the third parameter to the Fortran90
h5pset(get)_cache_f subroutine (INTEGER to INTEGER(SIZE_T))
- EIP - 2003/10/13
+ EIP - 2003/10/13
- Fixed problems with accessing variable-length data datatypes on
Crays. QAK - 2003/10/10
- Fixed potential file corruption bug when too many object header
@@ -163,15 +166,19 @@ Bug Fixes since HDF5-1.6.0 release
Performance
-------------
+ - More optimizations to inner loops of datatype conversions for
+ integers and floats which give a 10-50% speedup. QAK - 2003/11/07
- Hoisted invariant 'if/else's out of inner datatype conversion loop for
integer and floating-point values, giving about a 20% speedup.
QAK - 2003/10/20
Tools
-----
- - Fixed a segmentation fault of h5diff when percentage option is used.
- AKC - 2003/08/27
-
+ - Fixed h5redeploy which sometimes complain too many argument for the
+ test command. (The complain did not hinder the h5redploy to
+ proceed correctly.) AKC - 2003/11/03
+ - Fixed a segmentation fault of h5diff when percentage option is used.
+ AKC - 2003/08/27
- Switched away from tools using internal "fixtype" function(s) to use
H5Tget_native_type() internally. QAK - 2003/08/25