summaryrefslogtreecommitdiffstats
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-03-21 23:19:19 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-03-21 23:19:19 (GMT)
commit8f950835004165557a3425944c8691107f590756 (patch)
treeab4171fe6ed6d45997a785491ff1c481c2eb449e /RELEASE.txt
parentfa399abe3d958803894955aea8026e0684553130 (diff)
downloadhdf5-8f950835004165557a3425944c8691107f590756.zip
hdf5-8f950835004165557a3425944c8691107f590756.tar.gz
hdf5-8f950835004165557a3425944c8691107f590756.tar.bz2
[svn-r3687] Updated.
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt32
1 files changed, 18 insertions, 14 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 6a9f88f..edc720b 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -33,25 +33,29 @@ CONTENTS
Bug Fixes since HDF5-1.4.0
==========================
- Library
- -------
- * Fixed bug with contiguous hyperslabs not being detected, causing
- slower I/O than necessary.
- * Fixed bug where non-aligned hyperslab I/O on chunked datasets was
- causing errors during I/O
+Library
+-------
+ * Fixed bug with contiguous hyperslabs not being detected, causing
+ slower I/O than necessary.
+ * Fixed bug where non-aligned hyperslab I/O on chunked datasets was
+ causing errors during I/O
+ * The RCSID string in H5public.h was causing the C++ compiling problem
+ because when it was included multiple times, C++ did not like multiple
+ definitions of the same static variable. All occurance of RCSID
+ definition are removed since we have not used it consistently before.
- Configuration
- -------------
- * Changed the default value of $NPROCS from 2 to 3 since 3 processes
- have a much bigger chance catching parallel errors than just 2.
+Configuration
+-------------
+ * Changed the default value of $NPROCS from 2 to 3 since 3 processes
+ have a much bigger chance catching parallel errors than just 2.
- Tools
- -----
+Tools
+-----
- Documentation
- -------------
+Documentation
+-------------
New Features