From f8402449cc316991feb0c61bc33c35ef90413c3c Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Wed, 10 Sep 2014 13:32:49 -0600 Subject: [PATCH] Fixed incorrect URLs with page anchors as reported by Russ. --- RELEASE_NOTES.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8bca7884d..7dd23b30c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -9,6 +9,7 @@ This file contains a high-level description of this package's evolution. Release ### 4.3.3-rc2 Released TBD +* Corrected embedded URLs in release notes. * Corrected an issue where building with HDF4 support for Visual Studio would fail. ### 4.3.3-rc1 Released 2014-08-25 @@ -1026,10 +1027,10 @@ output. Turkal). * Fixed bug in C++ API creating 64-bit offset files. (See -http://www.unidata.ucar.edu/software/netcdf/docs/known\_problems.html\#cxx\_64-bit.) +http://www.unidata.ucar.edu/software/netcdf/docs/known_problems.html#cxx_64-bit). * Fixed bug for variables larger than 4 GB. (See -http://www.unidata.ucar.edu/software/netcdf/docs/known\_problems.html\#large\_vars\_362.) +http://www.unidata.ucar.edu/software/netcdf/docs/known_problems.html#large_vars_362). * Changed the configure.ac to build either 3.6.x or 4.x build from the same configure.ac. @@ -1180,7 +1181,7 @@ configure. * Switched to new build system, with automake and libtool. Now shared libraries are built (as well as static ones) on platforms which support it. For more information about shared libraries, see -http://www.unidata.ucar.edu/software/netcdf/docs/faq.html\#shared\_intro +http://www.unidata.ucar.edu/software/netcdf/docs/faq.html#shared_intro * Fixed ncdump crash that happened when no arguments were used.