summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 3b04d42..1d6b2ec 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -56,6 +56,9 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
+ - Corrected bug in sieve buffer code which could cause loss of data
+ when a small dataset was created and deleted in quick succession.
+ QAK - 2003/08/27
- Corrected bug in H5Gget_objname_by_idx which was not allowing NULL
for the name when just querying for the object name's length.
QAK - 2003/08/25
@@ -91,7 +94,7 @@ Bug Fixes since HDF5-1.6.0 release
Configuration
-------------
- Fixed the error that caused "make install" to fail because of the
- macro definition syntax of "prefix?=..." AKC - 2003/07/22
+ macro definition syntax of "prefix?=..." AKC - 2003/07/22
Performance
-------------
@@ -99,7 +102,7 @@ Bug Fixes since HDF5-1.6.0 release
Tools
-----
- Fixed a segmentation fault of h5diff when percentage option is used.
- AKC - 2003/08/27
+ AKC - 2003/08/27
- Switched away from tools using internal "fixtype" function(s) to use
H5Tget_native_type() internally. QAK - 2003/08/25