diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2014-11-21 16:44:51 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2014-11-21 16:44:51 (GMT) |
commit | 7971ccd56ba2a5711ff5d5ac330b172104051808 (patch) | |
tree | 98af3804fa3b3adbefa25ad56b8a6b5f75135763 | |
parent | edc91e4e9d33e133f8394a16c011469ac6df6df0 (diff) | |
download | hdf5-7971ccd56ba2a5711ff5d5ac330b172104051808.zip hdf5-7971ccd56ba2a5711ff5d5ac330b172104051808.tar.gz hdf5-7971ccd56ba2a5711ff5d5ac330b172104051808.tar.bz2 |
[svn-r25831] Updated release_docs/RELEASE.txt with HDFFV-9016 information. This was a check-in to the CMake externals but it affects HDF5.
-rw-r--r-- | release_docs/RELEASE.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b694fbb..daa8222 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -94,7 +94,20 @@ Bug Fixes since HDF5-1.8.14 Configuration ------------- - - None + - In the Windows installer, the dialog box where the user can elect to + add the HDF5 bin/ path to the %PATH% environment variable was changed + to simply display the product name instead of the path that would be + added. + + This is in line with most installers. The reason for the change is + that is difficult to pass the correct path from CPack to the NSIS + installer for display. + + Note that this was never a code issue - it was just a path display + problem. The installer always did the right thing when updating the + environment variable. + + (DER - 2014/11/14, HDFFV-8878) Library ------- |