summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 62235ac..93a6e68 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -207,6 +207,9 @@ Bug Fixes since HDF5-1.8.0 release
Library
-------
+ - Fixed an intermittent bug in the b-tree code which could be triggered
+ by expanding and shrinking chunked datasets in certain ways.
+ (NAF - 2010/02/16)
- H5Tdetect_class said a VL string is a string type. But when it's
in a compound type, it said it's a VL type (Bug #1584). I fixed it
to be consistent. It always return string type. (SLU - 2009/12/10)