diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-04-14 14:06:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-04-14 14:06:22 (GMT) |
commit | 2049a2691cab4650714f1e0f648343b1b856982f (patch) | |
tree | d5ebdc9372602084f6f1fb52df4150188709e41b | |
parent | 3a95ee66a0e06dcec83db64035d0d1e964d433cc (diff) | |
download | hdf5-2049a2691cab4650714f1e0f648343b1b856982f.zip hdf5-2049a2691cab4650714f1e0f648343b1b856982f.tar.gz hdf5-2049a2691cab4650714f1e0f648343b1b856982f.tar.bz2 |
[svn-r16745] Added fixed bug 1536, about the include for the _getcwd() function.
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 73a2b35..3783975 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -145,6 +145,8 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - Added direct.h include file to windows section of H5private.h + to fix _getcwd() warning. (ADB - 2009/04/14 - 1536) - Fixed a bug that prevented external links from working after calling H5close(). (NAF - 2009/04/10 - 1539) - Modified library to write cached symbol table information to the |