summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2003-02-01 09:23:56 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2003-02-01 09:23:56 (GMT)
commite91291e4588711a1f9c90137c85b77e5cb34dd04 (patch)
tree713300ba2272cd7664f4be55cae6c92e2907b448 /doc
parentceec9c45d9345bb6e864a492ad49932537dd4fdc (diff)
downloadhdf5-e91291e4588711a1f9c90137c85b77e5cb34dd04.zip
hdf5-e91291e4588711a1f9c90137c85b77e5cb34dd04.tar.gz
hdf5-e91291e4588711a1f9c90137c85b77e5cb34dd04.tar.bz2
[svn-r6358] Snapshot version 1.5 release 46
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index b4f5f04..5b94d1a 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.5.45 released on Sat Jan 11 07:09:10 CST 2003
+HDF5 version 1.5.46 released on Sat Feb 1 04:18:37 CST 2003
================================================================================
@@ -35,6 +35,10 @@ Bug Fixes since HDF5-1.4.0
Library
-------
+ * H5Fopen without the H5F_ACC_CREAT flag should not succeed in creating
+ a new file with the 'core' VFL driver. QAK - 2003/01/24
+ * Allow opening objects with unknown object header messages.
+ QAK - 2003/01/21
* Improved error assertion for nil VL strings, making it fails with error
stack instead of just assertion failure. SLU - 2002/12/16
* Added two new API functions: H5Zunregister & H5Zfilter_avail.
@@ -198,6 +202,9 @@ Configuration
* Basic port to Compaq (nee DEC) Alpha OSF 5.
* Changed the default value of $NPROCS from 2 to 3 since 3 processes
have a much bigger chance catching parallel errors than just 2.
+ * Fixed minor problem with configuration when users specified /usr/include
+ and /usr/lib for the --with-* options that some compilers can't handle.
+ BW - 2003/01/23
Tools
@@ -657,3 +664,7 @@ Known Problems
# How to pass a linker flag through the compiler.
wl="-Wl,"
+ UPDATE: This is now done automatically by the configure script. However, if
+ you still experience a problem, you may want to check this line in the
+ libtool file and make sure that it has the correct value.
+