Go to file
Robb Matzke dedc8c37b4 [svn-r944] Changes since 19981120
----------------------

./MANIFEST
./test/Makefile.in
./test/shtype.c		[REMOVED]
	Removed shtype.c because it was all commented out.  Besides,
	these tests are done in dtypes.c now anyway.

./test/external.c
./test/fillval.c
./test/flush1.c
./test/flush2.c
./test/links.c
./test/mount.c
./test/mtime.c
./test/unlink.c
	The tests that check the HDF5 API use the h5test support
	functions. For one thing, that means that you can specify the
	file driver that thay use by the HDF5_DRIVER environment
	variable. Possible values are:

	    HDF5_DRIVER='sec2'		Use read() and write()
	    HDF5_DRIVER='stdio'		Use fread() and fwrite()
	    HDF5_DRIVER='core'		Use malloc() and free()
	    HDF5_DRIVER='split'		Split meta and raw data
	    HDF5_DRIVER='family N'	Use file families with each
					member being N megabytes (N
					can be fractional, defaults to
					one).

	Some tests might fail for certain drivers: for instance, the
	mount and link tests fail for the `core' driver because
	they must be able to close and then reopen a file.
1998-11-23 15:40:35 -05:00
bin [svn-r914] Changes since 19981113 1998-11-16 10:29:54 -05:00
config [svn-r928] Changes since 19981118 1998-11-19 12:36:27 -05:00
doc [svn-r849] ./doc/html/Version.html 1998-10-30 09:40:46 -05:00
examples [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00
pablo [svn-r924] Added names of new entry points. Sorted the entry names alphabetically. 1998-11-18 10:44:39 -05:00
src [svn-r943] Snapshot 1998-11-22 04:26:30 -05:00
test [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
testpar [svn-r928] Changes since 19981118 1998-11-19 12:36:27 -05:00
tools [svn-r942] PURPOSE: 1998-11-21 15:14:09 -05:00
acconfig.h [svn-r879] Changes since 19981105 1998-11-06 13:00:22 -05:00
all.zip [svn-r926] added flush1,flush2,overhead projects to the all project 1998-11-19 11:32:07 -05:00
configure [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
configure.in [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
COPYING
INSTALL [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00
INSTALL_MAINT
INSTALL_parallel
INSTALL_parallel.ascired
INSTALL.ascired
INSTALL.ibm.sp.parallel
INSTALL.parallel [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
Makefile.dist
Makefile.in [svn-r735] Changes since 19981002 1998-10-05 16:01:10 -05:00
MANIFEST [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
README [svn-r937] Snapshot 1998-11-21 04:27:10 -05:00
RELEASE [svn-r848] ./RELEASE 1998-10-30 09:40:37 -05:00

This is hdf5-1.1.29 released on Sat Nov 21 04:26:08 CST 1998
Please refer to the INSTALL file for installation instructions.
------------------------------------------------------------------------------

This release is almost fully functional for the entire API defined in the
documentation, see the RELEASE file in this directory for information
specific to this release of the library.  The INSTALL file contains
instructions on compiling and installing the library.  The INSTALL_parallel
file contains instructions on installing the parallel version of the
library.

Documentation for this release is in the html directory.  Start with the
"index.html" in that dictectory.

Four mailing lists are currently set up for use with the HDF5
library.

   hdf5         - For general discussion of the HDF5 library with
		  other users.

   hdf5dev      - For discussion of the HDF5 library development
		  with developers and other interested parties.

   hdf5announce - For announcements of HDF5 related developments,
		  not a discussion list.

   hdf5cvs      - For checkin notices of code development on the library,
		  not a discussion list.

To subscribe to a list, send mail to "<list>-request@ncsa.uiuc.edu",
(e.g., hdf5-request@ncsa.uiuc.edu) with "subscribe <your e-mail
address> in the _body_ of the message.  Messages to be sent to
the list should be sent to "<list>@ncsa.uiuc.edu".

Nearly daily code snapshots are now being provided at the following URL:
    ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the readme file in that directory before working with a library
snapshot.

The HDF5 website is located at http://hdf.ncsa.uiuc.edu/HDF5/

Bugs should be reported to hdfhelp@ncsa.uiuc.edu.