summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-03-05 11:48:13 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-03-05 11:48:13 (GMT)
commitcdad459b701e73535122aeacfb88f8adcf73814f (patch)
treeb5eeacd677920f4ae37fd85a53185d7205460ddd /release_docs/RELEASE.txt
parentfe6d6071fa76fc8d1f9026678b744191f2d18813 (diff)
downloadhdf5-cdad459b701e73535122aeacfb88f8adcf73814f.zip
hdf5-cdad459b701e73535122aeacfb88f8adcf73814f.tar.gz
hdf5-cdad459b701e73535122aeacfb88f8adcf73814f.tar.bz2
[svn-r6461] Updated.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 5fee206..651fda3 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -215,6 +215,7 @@ Configuration
Tools
-----
+ * Added a -force option to h5redeploy. AKC - 2003/03/04
* The VL string bug(data and datatype cannot be shown) in h5dump is fixed.
-SLU - 2002/11/18
* Fixed segfault if h5dump was invoked with some options but no file (e.g.,
@@ -509,7 +510,8 @@ Platforms Tested
(Solaris 2.7) WorkShop Compilers 5.0 99/10/25 Fortran 90
2.0 Patch 107356-04
Workshop Compilers 5.0 98/12/15 C++ 5.0
- TFLOPS r1.0.4 v4.0 mpich-1.2.1 with local changes
+ TFLOPS r1.0.4 v4.3.3 i386 pgcc Rel 3.1-4i with mpich-1.2.4 with
+ local modifications
Windows NT4.0, 2000 (NT5.0) MSVC++ 6.0
Windows 98 MSVC++ 6.0
@@ -590,6 +592,11 @@ Supported Configuration Features Summary
Known Problems
==============
+* The h5dump tests may fail to match the expected output on some platforms
+ (e.g. parallel jobs, Windows) where the error messages directed to
+ "stderr" do not appear in the "right order" with output from stdout.
+ This is not an error.
+
* Datasets or attributes which have a variable-length string datatype are not
printing correctly with h5dump and h5ls.