diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-04-14 14:06:07 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-04-14 14:06:07 (GMT) |
commit | c12389e8852f881e936388dbf90480b03236f83e (patch) | |
tree | b5022a0565fa8fa7b730a2ff35612f284c301c62 /release_docs | |
parent | 75c3059f54b3ffe3cc024901e5548d2954c861f8 (diff) | |
download | hdf5-c12389e8852f881e936388dbf90480b03236f83e.zip hdf5-c12389e8852f881e936388dbf90480b03236f83e.tar.gz hdf5-c12389e8852f881e936388dbf90480b03236f83e.tar.bz2 |
[svn-r16744] Added fixed bug 1536, about the include for the _getcwd() function.
Diffstat (limited to 'release_docs')
-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 50b557d..125279a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -126,6 +126,8 @@ Bug Fixes since HDF5-1.8.2 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 |