summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-12-09 15:55:40 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-12-09 15:55:40 (GMT)
commitfaea57356425808a610311fafd2848862b662258 (patch)
tree8f3a0b6dd97947f89e3c76b1b10df3466e10d7cd /release_docs
parent0ac6d940c336a033f59c1dad87d99b6868931bea (diff)
downloadhdf5-faea57356425808a610311fafd2848862b662258.zip
hdf5-faea57356425808a610311fafd2848862b662258.tar.gz
hdf5-faea57356425808a610311fafd2848862b662258.tar.bz2
[svn-r16173] Updated fix of the missing argument of open() in zip_perf.c.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 9c259bf..1c17b96 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -206,6 +206,8 @@ Bug Fixes since HDF5-1.8.0 release
Tools
-----
+ - zip_perf.c had missing argument on one of the open() calls. Fixed.
+ (AKC - 2008/12/9)
- h5dump now checks for uniqueness of committed datatypes.
(NAF - 2008/10/15)
- Fixed unnecessary indentation of committed datatypes in h5dump.