summaryrefslogtreecommitdiffstats
path: root/RELEASE
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r286] Changed release name from "hdf-5.0.0a" to "hdf5-1.0.0a" to ↵Quincey Koziol1998-02-171-1/+1
| | | | | | | explicitly make it clear that this release is not [currently] compatible with the older HDF releases.
* [svn-r282] Revised the to-do items list for PHDF5.Albert Cheng1998-02-161-8/+9
|
* [svn-r276] Added the "Release information for parallel HDF5" section.Albert Cheng1998-02-161-0/+25
|
* [svn-r204] Changes since 19980129Robb Matzke1998-01-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ---------------------- ./RELEASE Added Library functions that I missed the first time. ./html/Datasets.html Added an example for Elena's question about how to read a single member of a compound data type so it becomes an array of that member in memory. ./src/H5Pprivate.h Fixed the prototype for H5P_get_hyperslab() to match the definition. ./src/H5Psimp.c Oops, added the kludge back in for the offset argument, which is still an `intn' instead of a `size_t'. ./src/H5.c ./src/H5public.h ./src/H5F.c ./src/H5T.c ./src/H5Tpublic.h Changed H5init() to H5open() and added an H5close() to fit our create/open/close paradigm. The H5open() happens automatically on the first call to the HDF5 library. The H5close() happens automatically on exit() (unless the app turns off that feature). H5close() closes all datasets and files and releases all resources used by the library. ./test/dsets.c Added calls to H5open() and H5close() to test them. ./test/dtypes.c Removed call to H5init() since we no longer need it there. ./src/H5Fstdio.c Changed the PABLO_MASK to the right value. Thanks Kim.
* [svn-r198] Changes since 19980129Robb Matzke1998-01-291-53/+117
| | | | | | | | | | | | | | | | | ---------------------- ./INSTALL ./INSTALL_MAINT ./README Updated installation instructions for hdf-5.0.0a. ./RELEASE Updated release notes. Needs more work. ./bin/release The tarballs include the name of the root directory like hdf-5.0.0a so it doesn't have to be explicitly created when the files are extracted.
* [svn-r127] Final tweaks for release.proto1Quincey Koziol1997-10-171-0/+5
|
* [svn-r124] Initial revision for prototype release.Quincey Koziol1997-10-151-0/+48