diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2009-08-25 16:27:44 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2009-08-25 16:27:44 (GMT) |
commit | a66a20861dd95e97e02ef22a4a445d336f83fb98 (patch) | |
tree | af5c9c2ab8d9a0ba844c74a9f926794806c46578 | |
parent | deaa1adff889cf6edca3fb555f99270ffeac99ff (diff) | |
download | hdf5-a66a20861dd95e97e02ef22a4a445d336f83fb98.zip hdf5-a66a20861dd95e97e02ef22a4a445d336f83fb98.tar.gz hdf5-a66a20861dd95e97e02ef22a4a445d336f83fb98.tar.bz2 |
[svn-r17418] Maintenance: At some point the part of the file was lost; restored.
I am cheking in the file and then will test different scripts
to make sure that they do not destroy the file.
(I've already tested bin/h5vers and bin/release in 1.8 ).
Similar check-in for 1.8 will follow.
-rw-r--r-- | README.txt | 31 |
1 files changed, 30 insertions, 1 deletions
@@ -1,5 +1,34 @@ HDF5 version 1.9.45 currently under development -==> README.txt <== +Please refer to the release_docs/INSTALL file for installation instructions. +------------------------------------------------------------------------------ + +This release is fully functional for the API described in the documentation. +See the RELEASE.txt file in the release_docs/ directory for information +specific to this release of the library. Several INSTALL* files can also be +found in the release_docs/ directory: INSTALL contains instructions for +compiling and installing the library; INSTALL_parallel contains instructions +for installing the parallel version of the library; similarly-named files +contain instructions for VMS and several environments on MS Windows systems. + +Documentation for this release can be found at the following URL: + http://www.hdfgroup.org/HDF5/doc/. + +The following mailing lists are currently set up for HDF5 Library users: + + news - For announcements of HDF5 related developments, + not a discussion list. + + hdf-forum - For general discussion of the HDF5 library with + other users. + + hdf5dev - For discussion of the HDF5 library development + with developers and other interested parties. + +To subscribe to a list, send mail to "<list>-subscribe@hdfgroup.org". +where <list> is the name of the list. For example, send a request +to subscribe to the 'news' mail list to the following address: + news-subscribe@hdfgroup.org + Messages to be sent to the list should be sent to "<list>@hdfgroup.org". Periodic code snapshots are provided at the following URL: |