summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-04-24 20:20:44 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-04-24 20:20:44 (GMT)
commit690e832bec73376eeb867c9c4c84f28be2b98f2e (patch)
tree9c5bdd62bbb9b6d5d11568bd7450bf973cbac885 /release_docs/RELEASE.txt
parent6818f6e9819c1b0af47a3971a3261cbbbc108b65 (diff)
downloadhdf5-690e832bec73376eeb867c9c4c84f28be2b98f2e.zip
hdf5-690e832bec73376eeb867c9c4c84f28be2b98f2e.tar.gz
hdf5-690e832bec73376eeb867c9c4c84f28be2b98f2e.tar.bz2
[svn-r6745] Purpose:
Update Description: Didn't document the addition of the h5fc script. Solution: Document that puppy! Platforms tested: Eyes 2000, Millenium Edition Misc. update:
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index aa9e454..fca3900 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -284,6 +284,10 @@ Documentation
New Features
============
+ * Added a new utility "h5fc". It can be used to compile easily Fortran
+ programs which use HDF5. It automatically uses the compiler the HDF5
+ library was built with and links in any libraries HDF5 requires.
+ BW - 2003/04/10
* Added new dataset creation property list functions for working with
I/O filters: H5Pmodify_filter, H5Pget_filter_by_id and
H5Pall_filters_avail. Also changed H5Zregister to use new method