diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2002-07-25 16:03:37 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2002-07-25 16:03:37 (GMT) |
commit | 79b2b5a3213eb3dd950b5ad4d806f828e7fedb88 (patch) | |
tree | 539e8ca830616c0289222181aa77b4c144903216 | |
parent | 60e658c62a2bcc988cbcf688ae75eacd7dc2e3c4 (diff) | |
download | hdf5-79b2b5a3213eb3dd950b5ad4d806f828e7fedb88.zip hdf5-79b2b5a3213eb3dd950b5ad4d806f828e7fedb88.tar.gz hdf5-79b2b5a3213eb3dd950b5ad4d806f828e7fedb88.tar.bz2 |
[svn-r5838]
Purpose:
update windows support.
Description:
1. Since we don't support w98 anymore, delete the description about w98.
Actually DLL may work on w98.
2. Release dll work for new HDF5 release.
Solution:
Platforms tested:
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 795a0bb..228a779 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -481,13 +481,6 @@ Known Problems * Datasets or attributes which have a variable-length string datatype are not printing correctly with h5dump and h5ls. -* DLLs do not work on Windows 98 - -* RELEASE DLLs will fail on some tests on Windows 2000 with Microsoft visual - studio 6.0 due to memory allocation problems caused by compiler. - Users are encouraged to go to microsoft site to find and install - visual studio 6.0 service pack 5. After that, release dlls will work. - * The stream-vfd test uses ip port 10007 for testing. If another application is already using that port address, the test will hang indefinitely and has to be terminated by the kill command. To try the |