summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-12-09 15:57:10 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-12-09 15:57:10 (GMT)
commit9380626f6a5958f4b473d89d6efd1892f20a16a5 (patch)
tree1e8fa2dfc90852d492a935d4960f79e43a7154b8
parent4d476fd050395defbc0abe6d25c8faa3767c65c3 (diff)
downloadhdf5-9380626f6a5958f4b473d89d6efd1892f20a16a5.zip
hdf5-9380626f6a5958f4b473d89d6efd1892f20a16a5.tar.gz
hdf5-9380626f6a5958f4b473d89d6efd1892f20a16a5.tar.bz2
[svn-r16174] Updated fix of the missing argument of open() in zip_perf.c.
Also reformat some other entries to keep them with a consistent format.
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 1fc4b7a..b6d1e29 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -55,9 +55,10 @@ New Features
Tools:
------
- - h5dump: binary output defaults to NATIVE with -b optionally accepting
- the form of binary output (NATIVE, FILE, BE, LE). (PVN - 2008/11/14)
- - h5repack: Define a default chunk whose size is manageable. (PVN - 2008/11/21)
+ - h5dump: binary output defaults to NATIVE with -b optionally accepting
+ the form of binary output (NATIVE, FILE, BE, LE). PVN - 2008/11/14
+ - h5repack: Define a default chunk whose size is manageable.
+ PVN - 2008/11/21
@@ -80,14 +81,15 @@ Bug Fixes since HDF5-1.6.8 Release
Configuration
-------------
- - h5perf will now get installed during 'make install'.
- MAM - 2008/11/17
+ - h5perf will now get installed during 'make install'. MAM - 2008/11/17
Performance
-------------
Tools
-----
+ - zip_perf.c had missing argument on one of the open() calls. Fixed.
+ AKC - 2008/12/9
Documentation
-------------