summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-09-13 15:54:55 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-09-13 15:54:55 (GMT)
commitc55acc2d036e5ca6b277d2ee466a58d7bb168c57 (patch)
tree2d1f22104a05a7042b095cc5c8d802138c00204c /release_docs
parentfd7fb6eff2eb979a331277d21ae3d5adfb30dfd8 (diff)
downloadhdf5-c55acc2d036e5ca6b277d2ee466a58d7bb168c57.zip
hdf5-c55acc2d036e5ca6b277d2ee466a58d7bb168c57.tar.gz
hdf5-c55acc2d036e5ca6b277d2ee466a58d7bb168c57.tar.bz2
[svn-r19377] Added bug 1938 resolution
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 1d12604..ef5ad26 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -244,6 +244,9 @@ Bug Fixes since HDF5-1.8.0 release
Library
-------
+ - Added define check in H5public.h if stdint.h is supported by the C++
+ compiler. This define is only available on Windows with VS2010 and
+ using CMake to build the library. (ADB - 2010/09/13 - Bug 1938)
- H5Eset_current_stack now also closes the error stack to be set as the
default. This is to avoid a potential problem (Bug 1799).
(SLU - 2010/9/7)