summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt22
1 files changed, 21 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index 902bccd..99cdffd 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.5.32 released on Sat Aug 3 11:14:45 CDT 2002
+HDF5 version 1.5.33 released on Sat Aug 10 03:38:50 CDT 2002
================================================================================
@@ -192,6 +192,26 @@ Tools
Documentation
-------------
+ o Library
+ =========
+ o General
+ ---------
+ * API tracing has been improved. Nested API calls don't screw up the
+ output format; function call and return event times can be logged;
+ total time spent in each function can be logged. The following
+ HDF5_DEBUG environment variable words affect tracing:
+ trace -- turn on/off basic tracing
+ ttimes -- turn on tracing and report event times and
+ time spent in each API function.
+ ttop -- turn on tracing but display only top-level
+ API calls.
+
+
+ o APIs
+ ------
+
+ o Performance
+ -------------
New Features