summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2002-02-02 14:04:24 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2002-02-02 14:04:24 (GMT)
commitb6f13d737cf130f0622f0e10dd7ae29eaf60cd32 (patch)
treedc795b6da53bb4ad7b97e1c562e67d540920494c /doc
parentc2b5485b8032eaeff391809814cbbbf28d367836 (diff)
downloadhdf5-b6f13d737cf130f0622f0e10dd7ae29eaf60cd32.zip
hdf5-b6f13d737cf130f0622f0e10dd7ae29eaf60cd32.tar.gz
hdf5-b6f13d737cf130f0622f0e10dd7ae29eaf60cd32.tar.bz2
[svn-r4900] Snapshot version 1.4 release 3 (snap11)
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt34
1 files changed, 23 insertions, 11 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index 2bd4eb4..5a8bfe7 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.4.3-snap10 released on Sat Jan 5 08:20:37 CST 2002
+HDF5 version 1.4.3-snap11 released on Sat Feb 2 08:59:45 CST 2002
==============================================================================
@@ -57,10 +57,15 @@ New Features
* Parallel HDF5 now works on HP-UX platforms.
* Can use just enable-threadsafe if the C compiler has builtin pthreads
support.
+ * The H5Dumper can now dump comments associated with groups. -WCW 01-05-02
+ * Added support to read/write portions of chunks directly, if they are
+ uncompressed and too large to cache. This should speed up I/O on chunked
+ datasets for a few more cases. -QAK, 1/31/02
Bug Fixes since HDF5-1.4.2 Release
==================================
+
* Fixed a bug when reading chunked datasets where the edge of the dataset
would be incorrectly detected and generate an assertion failure.
* Fixed a bug where reading an entire dataset wasn't being handled
@@ -89,6 +94,8 @@ Bug Fixes since HDF5-1.4.2 Release
option).
* Fixed bug where variable-length datatypes for attributes was not working
correctly.
+ * Fixed bug where raw data re-allocated from the free-list would sometimes
+ overlap with the metadata accumulator and get corrupted. QAK - 1/23/02
Documentation
@@ -109,7 +116,7 @@ Platforms Tested
Cray T3E sn6711 2.0.5.49a Cray Standard C Version 6.5.0.1
Cray SV1 10.0.0.2 Cray Standard C Version 6.5.0.1
Cray Fortran Version 3.5.0.1
- FreeBSD 4.3 gcc 2.95.3
+ FreeBSD 4.5 gcc 2.95.3
g++ 2.95.3
HP-UX B.10.20 HP C HP92453-01 A.10.32.30
HP F90 v2.3
@@ -117,6 +124,7 @@ Platforms Tested
HP F90 v2.4
HP-UX B.11.00 SysV HP C HP92453-01 A.11.01.20
HP F90 v2.4
+ HP MPI [not a product] (03/24/2000) B6060BA
IRIX 6.5 MIPSpro cc 7.30
IRIX64 6.5 (64 & n32) MIPSpro cc 7.3.1.2m
Linux 2.4.4 gcc 2.95.3
@@ -125,8 +133,8 @@ Platforms Tested
gcc 2.95.2 with mpich 1.2.1
g++ 2.95.2
pgf90 3.2-4
- OSF1 V4.0 DEC-V5.2-040 on Digital UNIX V4.0 (Rev 564)
- Digital Fortran 90 V4.1-270
+ OSF1 V5.1 Compaq C V6.3-028
+ Compaq Fortran V5.4-1283
SunOS 5.6 WorkShop Compilers 5.0 98/12/15 C 5.0
(Solaris 2.6) WorkShop Compilers 5.0 98/10/25 FORTRAN 90
2.0 Patch 107356-04
@@ -136,12 +144,14 @@ Platforms Tested
2.0 Patch 107356-04
SunOS 5.8/32 Sun WorkShop 6 update 1 C 5.2 2000/09/11
(Solaris 2.8) Sun WorkShop 6 update 1 Fortran 95 6.1
- 2000/09/11
- Sun WorkShop 6 update 1 C++ 5.2 2000/09/11
+ Patch 109503-07 2001/08/11
+ Sun WorkShop 6 update 1 C++ 5.2 Patch
+ 109508-04 2001/07/11
SunOS 5.8/64 Sun WorkShop 6 update 1 C 5.2 2000/09/11
(Solaris 2.8) Sun WorkShop 6 update 1 Fortran 95 6.1
- 2000/09/11
- Sun WorkShop 6 update 1 C++ 5.2 2000/09/11
+ Patch 109503-07 2001/08/11
+ Sun WorkShop 6 update 1 C++ 5.2 Patch
+ 109508-04 2001/07/11
TFLOPS r1.0.4 v4.0.7 i386 pgcc Rel 3.1-4i with mpich-1.2.1 with
local modifications
Windows 2000 (NT5.0) MSVC++ 6.0
@@ -175,12 +185,12 @@ Supported Configuration Features Summary
HPUX10.20 y n y n n y y y
HPUX11.00 y y y n n y y y
HPUX11 SysV y y y n n y y y
- DECOSF y n y n n y y y
+ DECOSF y n y n y y y y
T3E y y y y n n y y
SV1 y n y n n n y y
TFLOPS y y (1) n n n n y y (4)
AIX-4.3 SP2 y y y y n n y n
- AIX-4.3 SP3 y y y y n n y n
+ AIX-4.3 SP3 y y y y y n y n
Win2000 y n n n n y y y
Win98 y n y n n y y y
WinNT y n y n n y y y
@@ -212,7 +222,7 @@ Supported Configuration Features Summary
Win98 n y n n n n
WinNT y y n n n n
WinNT CW n n n n n n
- FreeBSD y y n n n y
+ FreeBSD y y y n n y
Linux 2.2 y y y n n y
Linux 2.4 y y y n n y
@@ -227,6 +237,8 @@ Supported Configuration Features Summary
Known Problems
==============
+ * Datasets or attributes which have a variable-length string datatype are
+ not printing correctly with h5dump and h5ls.
* When a dataset with the variable-legth datatype is overwritten,
the library can develop memory leaks that cause the file to become