summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2002-10-26 08:51:04 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2002-10-26 08:51:04 (GMT)
commitf2b49d18fed5a4dc5b5adbdc23c77232977dee2f (patch)
treea63c0704cdfa2eb0c1845b99b2514b698ced6c12 /doc
parentda647e353762770d41e3fdec808ba9d53e448048 (diff)
downloadhdf5-f2b49d18fed5a4dc5b5adbdc23c77232977dee2f.zip
hdf5-f2b49d18fed5a4dc5b5adbdc23c77232977dee2f.tar.gz
hdf5-f2b49d18fed5a4dc5b5adbdc23c77232977dee2f.tar.bz2
[svn-r6033] Snapshot version 1.5 release 39
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index 1cb859a..439ee8f 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.5.38 released on Sat Oct 12 03:39:55 CDT 2002
+HDF5 version 1.5.39 released on Sat Oct 26 03:48:35 CDT 2002
================================================================================
@@ -35,6 +35,8 @@ Bug Fixes since HDF5-1.4.0
Library
-------
+ * Fixed an assertion of H5S_select_iterate that did not account for scalar
+ type that has no dimension sizes. AKC - 2002/10/15
* Partially fixed space allocation inefficiencies in the file by
improving our algorithms for re-using freed space. QAK - 2002/08/27
* Fixed data corruption problem which could occur when fill values were
@@ -67,8 +69,6 @@ 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
@@ -189,6 +189,8 @@ Configuration
Tools
-----
+ * Fixed segfault if h5dump was invoked with some options but no file (e.g.,
+ h5dump -H). -AKC, 2002/10/15
* Fixed limitation in h5dumper with object names which reached over 1024
characters in length. We can now handle arbitrarily larger sizes for
object names. BW - 2002/02/27
@@ -223,6 +225,13 @@ Documentation
New Features
============
+ * Added environment variable "HDF5_DISABLE_VERSION_CHECK", which disables
+ the version checking between the header files and the library linked into
+ an application if set to '1'. This should be used with caution, mis-
+ matched headers and library binaries can cause _serious_ problems.
+ QAK - 2002/10/15
+ * Added new API function to get the name of an object in a file, using
+ an open ID (hid_t). QAK - 2002/10/14
* Added API functions to return pointer to low-level file handle
(H5Fget_vfd_handle and H5FDget_vfd_handle) and related property list
setting functions(H5Pset_family_offset and H5Pset_multi_type).