summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2005-04-10 22:16:14 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2005-04-10 22:16:14 (GMT)
commit642e6a688f272bd86c9d7f8cd38f55ae2c9d66df (patch)
tree87eaa25db770cdd9282f236b08b84a73d4372e06 /release_docs
parenta57f866b24a08a104d5c13eed778a739769bc862 (diff)
downloadhdf5-642e6a688f272bd86c9d7f8cd38f55ae2c9d66df.zip
hdf5-642e6a688f272bd86c9d7f8cd38f55ae2c9d66df.tar.gz
hdf5-642e6a688f272bd86c9d7f8cd38f55ae2c9d66df.tar.bz2
[svn-r10586] Purpose: Bug fix
Description: h5pget_driver_f function returned information that could not be interpreted by fortran application Solution: Defined Fortran global variables that correspond to the C H5FD_<driver_name> variables at the Fortran library initialization time. Platforms tested: heping with PGI compilers, sol 64-bit and copper parallel Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index ac865d8..584d592 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -87,6 +87,9 @@ Bug Fixes since HDF5-1.6.4 release
F90 API
-------
+ - h5pget_driver_f was returning information that could not be
+ interpreted by fortran application program; fixed. EIP - 2005/04/10
+
C++ API
-------
@@ -309,9 +312,6 @@ Known Problems
Ask your system administrator to clean them out. Lastly, request IBM
to provide a mean to run poe without the debug socket.
-* Fortran subroutine h5pget_driver_f doesn't return a correct driver
- information.
-
* There are two h5dump xml tests(h5dump --xml thlink.h5 and
h5dump --xml tmany.h5) failed on windows xp with .NET for debug and
debug dll. Release and Release dll work fine.