summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-05-19 15:53:05 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-05-19 15:53:05 (GMT)
commit3417e79f880421fb2f3f5af5e426b2c55405d501 (patch)
tree6b3cc8d95394bbd8d8e8d1f0b3989184b4b0d60b /release_docs
parentebe57002d61b1b2928b31dbc687d178901d21066 (diff)
downloadhdf5-3417e79f880421fb2f3f5af5e426b2c55405d501.zip
hdf5-3417e79f880421fb2f3f5af5e426b2c55405d501.tar.gz
hdf5-3417e79f880421fb2f3f5af5e426b2c55405d501.tar.bz2
[svn-r16961] Description:
Merge r16901:16960 from trunk into revise_chunks branch. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in debug mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode Mac OS X/32 10.5.6 (amazon) in debug mode Mac OS X/32 10.5.6 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/INSTALL_Windows.txt4
-rw-r--r--release_docs/RELEASE.txt4
2 files changed, 5 insertions, 3 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt
index 61a81a9..d20c35f 100644
--- a/release_docs/INSTALL_Windows.txt
+++ b/release_docs/INSTALL_Windows.txt
@@ -940,7 +940,7 @@ project, you may choose one of the following two methods.
3. Choose the build configuration you would like to modify in the drop
down menu labeled "Configuration:"
- 4. Choose the "Linker" tab, anc select "General".
+ 4. Choose the "Linker" tab, and select "General".
5. In a text-area labeled with "Additional Library Directories:", add
HDF5, Zlib, and Szip library files directories. For example:
@@ -980,7 +980,7 @@ project, you may choose one of the following two methods.
1. In Visual Studio, go to the Project menu and choose "Properties".
2. Find the "Link" option and "Input" category. In the "Additional
- Dependencies" field, insert "zdll.lib, szlibdll.lib, hdf5.lib".
+ Dependencies" field, insert "zlib1.lib, szlibdll.lib, hdf5.lib".
3. (Optional) Also insert "hdf5_cpp.lib" if you want to use HDF5 C++
static library.
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index cb6ab32..b7b2534 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -344,7 +344,9 @@ Bug Fixes since HDF5-1.8.0 release
Fortran High-Level APIs:
------
- Lite: The h5ltget_dataset_info_f function (gets information about a dataset)
- was not correctly returning the dimension array (PVN - 2009/3/23)
+ was not correctly returning the dimension array. (PVN - 2009/3/23)
+ - Lite: the h5ltread_dataset_string_f and h5ltget_attribute_string_f functions
+ had memory problems with the g95 fortran compiler. (PVN – 5/13/2009) 1522