Go to file
Robb Matzke 80f2033326 [svn-r764] Changes since 19981014
----------------------

./bin/trace
./src/H5.c
./src/H5F.c
./src/H5Fprivate.h
./src/H5Fpublic.h
	Added a `scope' argument to H5Fflush() which should be either
	H5F_SCOPE_LOCAL or H5F_SCOPE_GLOBAL and determines which files
	are flushed (just the specified file or the entire virtual
	file).

./src/H5F.c
	Added reference counts to the H5F_t struct so we get the
	correct behavior between H5Funmount() and H5Fclose().

./src/H5O.c
	Fixed a memory leak that happens during error handling.

./test/cmpd_dset.c
./test/unlink.c
	Fixed a memory leak.

./test/mount.c
	Enabled the H5Fclose() test.
1998-10-16 10:40:37 -05:00
bin [svn-r764] Changes since 19981014 1998-10-16 10:40:37 -05:00
config [svn-r722] Updated FreeBSD config file for new version of OS on hawkwind 1998-09-25 16:54:36 -05:00
doc [svn-r745] Changes since 19981002 1998-10-08 12:13:14 -05:00
examples [svn-r746] ../examples/h5_select.c 1998-10-08 12:47:07 -05:00
src [svn-r764] Changes since 19981014 1998-10-16 10:40:37 -05:00
test [svn-r764] Changes since 19981014 1998-10-16 10:40:37 -05:00
testpar [svn-r651] Changed name: call H5Sget_simple_extent_dims instead of old H5Sextent_dims. 1998-09-01 17:31:30 -05:00
tools [svn-r753] Changes since 19981008 1998-10-13 12:17:50 -05:00
acconfig.h [svn-r546] Changes since 19980724 1998-07-29 11:43:59 -05:00
configure [svn-r671] Changes since 19980904 1998-09-08 08:38:29 -05:00
configure.in [svn-r671] Changes since 19980904 1998-09-08 08:38:29 -05:00
COPYING [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
INSTALL [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
INSTALL_MAINT [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
INSTALL_parallel [svn-r368] Purpose: 1998-04-23 19:02:08 -05:00
INSTALL_parallel.ascired [svn-r441] MPIO library maintained by William M. Davidson (wmdavid) has been 1998-07-01 19:16:28 -05:00
INSTALL.ascired [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
INSTALL.ibm.sp.parallel [svn-r589] Use mpich v1.1.1 and ROMIO. 1998-08-13 15:48:09 -05:00
Makefile.dist [svn-r207] Testing 1998-01-30 16:51:02 -05:00
Makefile.in [svn-r735] Changes since 19981002 1998-10-05 16:01:10 -05:00
MANIFEST [svn-r761] Changes since 19981013 1998-10-14 14:35:08 -05:00
README [svn-r763] Snapshot 1998-10-16 04:21:02 -05:00
RELEASE [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00

This is hdf5-1.1.13 released on Fri Oct 16 04:20:03 CDT 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.