From b75461c219d2af534fc54c286b5a2313ea7d98c4 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 15 Jul 1998 00:42:11 -0500 Subject: [svn-r507] Last updates for alpha2 release (I think :-) --- MANIFEST | 17 +++++++++++++++ README | 18 ++++++++++++---- RELEASE | 68 ++++++++++++++++++++++++++++++---------------------------- src/H5public.h | 2 +- 4 files changed, 67 insertions(+), 38 deletions(-) diff --git a/MANIFEST b/MANIFEST index 6a29965..6ef0f5b 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,3 +1,4 @@ +./COPYING ./INSTALL ./INSTALL.ascired ./INSTALL.ibm.sp.parallel @@ -36,6 +37,7 @@ ./config/solaris2.5 ./configure ./configure.in +./doc/html/ddl.html ./doc/html/Attributes.html ./doc/html/Big.html ./doc/html/Caching.html @@ -48,6 +50,7 @@ ./doc/html/Errors.html ./doc/html/ExternalFiles.html ./doc/html/Files.html +./doc/html/Glossary.html ./doc/html/Groups.html ./doc/html/H5.api.html ./doc/html/H5.api_map.html @@ -59,6 +62,17 @@ ./doc/html/MemoryManagement.html ./doc/html/ObjectHeader.txt ./doc/html/Properties.html +./doc/html/RM_H5.html +./doc/html/RM_H5A.html +./doc/html/RM_H5D.html +./doc/html/RM_H5E.html +./doc/html/RM_H5F.html +./doc/html/RM_H5Front.html +./doc/html/RM_H5G.html +./doc/html/RM_H5P.html +./doc/html/RM_H5S.html +./doc/html/RM_H5T.html +./doc/html/RM_H5Z.html ./doc/html/Version.html ./doc/html/chunk1.gif ./doc/html/chunk1.obj @@ -108,6 +122,8 @@ ./doc/html/version.gif ./doc/html/version.obj ./doc/src/Glossary.html +./doc/src/H5.intro.doc +./doc/src/RM_H5.html ./doc/src/RM_H5A.html ./doc/src/RM_H5D.html ./doc/src/RM_H5E.html @@ -252,6 +268,7 @@ ./test/theap.c ./test/tmeta.c ./test/tohdr.c +./test/tselect.c ./test/tstab.c ./testpar/Makefile.ascired ./testpar/Makefile.irix64 diff --git a/README b/README index 83e955e..a37b48a 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is hdf5-1.0.13a released on 1998-06-10 18:18 UTC +This is hdf5-1.0.23a released on 1998-06-15 05:41 UTC Please refer to the INSTALL file for installation instructions. ------------------------------------------------------------------------------ @@ -12,7 +12,7 @@ library. Documentation for this release is in the html directory. Start with the "index.html" in that dictectory. -Three mailing lists are currently set up for use with the HDF5 +Four mailing lists are currently set up for use with the HDF5 library. hdf5 - For general discussion of the HDF5 library with @@ -24,10 +24,20 @@ library. 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 "-request@ncsa.uiuc.edu", -(e.g., hdf5-request@ncsa.uiuc.ed) with "subscribe in the _body_ of the message. Messages to be sent to the list should be sent to "@ncsa.uiuc.edu". -Bugs should be reported to hdf5dev@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. diff --git a/RELEASE b/RELEASE index 29d7100..387e2f5 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -Release information for hdf5-1.0.0a +Release information for hdf5-1.0.23a ----------------------------------- CHANGES SINCE THE FIRST ALPHA @@ -177,64 +177,66 @@ Datasets H5Dextend - extend a dataset Attributes - H5Acreate - create a new attribute - H5Aopen_name - open an attribute by name - H5Aopen_idx - open an attribute by number + H5Acreate - create a new attribute + H5Aopen_name - open an attribute by name + H5Aopen_idx - open an attribute by number H5Awrite - write values into an attribute H5Aread - read values from an attribute - H5Aget_space - get attribute data space - H5Aget_type - get attribute data type - H5Aget_name - get attribute name - H5Anum_attrs - return the number of attributes for an object - H5Aiterate - iterate over an object's attributes - H5Adelete - delete an attribute + H5Aget_space - get attribute data space + H5Aget_type - get attribute data type + H5Aget_name - get attribute name + H5Anum_attrs - return the number of attributes for an object + H5Aiterate - iterate over an object's attributes + H5Adelete - delete an attribute H5Aclose - close an attribute Errors H5Eclear - clear the error stack H5Eprint - print an error stack - H5Eget_auto - get automatic error reporting settings - H5Eset_auto - set automatic error reporting + H5Eget_auto - get automatic error reporting settings + H5Eset_auto - set automatic error reporting H5Ewalk - iterate over the error stack - H5Ewalk_cb - the default error stack iterator function - H5Eget_major - get the message for the major error number - H5Eget_minor - get the message for the minor error number + H5Ewalk_cb - the default error stack iterator function + H5Eget_major - get the message for the major error number + H5Eget_minor - get the message for the minor error number Files - H5Fclose - close a file and release resources + H5Fclose - close a file and release resources H5Fcreate - create a new file H5Fget_create_template- get file creation property list H5Fget_access_template- get file access property list H5Fis_hdf5 - determine if a file is an hdf5 file - H5Fopen - open an existing file + H5Fopen - open an existing file Groups H5Gclose - close a group and release resources - H5Gcreate - create a new group + H5Gcreate - create a new group H5Gopen - open an existing group H5Gpop - pop a group from the cwg stack H5Gpush - push a group onto the cwg stack H5Gset - set the current working group (cwg) - H5Giterate - iterate over the contents of a group + H5Giterate - iterate over the contents of a group H5Gmove - change the name of some object H5Glink - create a hard or soft link to an object - H5Gunlink - break the link between a name and an object + H5Gunlink - break the link between a name and an object H5Gstat - get information about a group entry H5Gget_linkval - get the value of a soft link -Data spaces - H5Sclose - release data space resources - H5Screate_simple - create a new simple data space - H5Sget_dims - get data space size - H5Sget_hyperslab - get data space selection - H5Sset_hyperslab - select data points - H5Sget_ndims - get data space dimensionality - H5Sget_npoints - get number of selected points - H5Sis_simple - determine if data space is simple - H5Sset_space - reset data space dimensionality and size - H5Scopy - copy a data space - -Data types +Dataspaces + H5Sclose - release dataspace + H5Screate - create a new dataspace + H5Screate_simple - create a new simple dataspace + H5Sextent_dims - get dataspace size + H5Sselect_hyperslab - set hyperslab dataspace selection + H5Sselect_elements - set element sequence dataspace selection + H5Sextent_ndims - get dataspace dimensionality + H5Sextent_npoints - get number of points in extent of dataspace + H5Sselect_npoints - get number of selected points in dataspace + H5Sis_simple - determine if dataspace is simple + H5Sset_extent_simple - set simple dataspace dimensionality and size + H5Scopy - copy a dataspace + +Datatypes H5Tclose - release data type resources H5Topen - open a named data type H5Tcommit - name a data type diff --git a/src/H5public.h b/src/H5public.h index 51eb804..c13ec17 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -27,7 +27,7 @@ /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface changes */ #define H5_VERS_MINOR 0 /* For minor interface changes */ -#define H5_VERS_RELEASE 21 /* For interface tweaks & bug-fixes */ +#define H5_VERS_RELEASE 23 /* For interface tweaks & bug-fixes */ #define H5_VERS_PATCH 0 /* For small groups of bug fixes */ #define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR,\ -- cgit v0.12