summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2002-09-28 08:38:31 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2002-09-28 08:38:31 (GMT)
commit4cfb158c292f7707a8a87edfd4b525c6ad7bb4b8 (patch)
tree70b11375e166f0b30aaa0e5b291a0e4d329f0699 /doc
parent11b0fad3fa6249922b37c8a35117fb3340df2020 (diff)
downloadhdf5-4cfb158c292f7707a8a87edfd4b525c6ad7bb4b8.zip
hdf5-4cfb158c292f7707a8a87edfd4b525c6ad7bb4b8.tar.gz
hdf5-4cfb158c292f7707a8a87edfd4b525c6ad7bb4b8.tar.bz2
[svn-r5949] Snapshot version 1.5 release 37
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index 5df4e79..ee76462 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.5.36 released on Sat Sep 14 03:35:40 CDT 2002
+HDF5 version 1.5.37 released on Sat Sep 28 03:36:08 CDT 2002
================================================================================
@@ -67,6 +67,8 @@ Library
written to the file and then subsequently queried with the
H5Sget_simple_extent_type function, type was reported H5S_SIMPLE instead
of H5S_SCALAR. EIP - 2002/06/04
+C
+C
* Clear symbol table node "dirty" flag when flushing symbol tables to
disk, to reduce I/O calls made & improve performance. QAK - 2002/06/03
* Fixed bug where an object's header could get corrupted in certain obscure
@@ -383,6 +385,15 @@ New Features
type. Module subroutines that accept "dims" as INTEGER array of size
7 will be deprecated in 1.6 release.
EIP - 2002/05/06
+ - Added the following functions to the
+ Library APIs:
+ h5get_libversion_f h5dont_atexit_f
+ h5check_version_f h5garbage_collect_f
+ EIP - 2002/09/24
+ H5G APIs:
+ h5glink2_f and h5gmove2_f
+ EIP - 2002/09/25
+
* C++ API:
- Added two new member functions: Exception::getFuncName() and
Exception::getCFuncName() to provide the name of the member