From a450adcd0365877ad23e971218a8ff7ab6a9c90b Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Tue, 5 Jul 2016 10:59:04 -0600 Subject: [PATCH] Added reference to https://github.com/Unidata/netcdf-cxx4/pull/37 to release notes. --- RELEASE_NOTES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 02ce224..35be6ea 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,9 +6,13 @@ This file contains a high-level description of this package's evolution. Release Note that this file was created and maintained starting with the `netcdf-cxx4 4.3.0 release`. +## netCDF-CXX4 v4.3.1 released TBD + +* Corrected an issue where cmake-based builds weren't generating `ncxx4-config`. See [GitHub pull request #37](https://github.com/Unidata/netcdf-cxx4/pull/37) for more information. + ## netcdf-cxx4 v4.3.0 released May 13, 2016 -* Fixed an issue where the tests were failing silently, and the underlying `NcType` class could not properly determine the type name or type size reliably. [GitHub issue #30](See https://github.com/Unidata/netcdf-cxx4/issues/30) for more information. +* Fixed an issue where the tests were failing silently, and the underlying `NcType` class could not properly determine the type name or type size reliably. See [GitHub issue #30](https://github.com/Unidata/netcdf-cxx4/issues/30) for more information. * Changed `NCXX_ENABLE_DOXYGEN` option to an easier-to-remember `ENABLE_DOXYGEN`. * Added `--enable-doxygen`, `-DNCXX_ENABLE_DOXYGEN=ON` options to allow generation of netCDF-CXX4 documentation via doxygen using either `configure` or `cmake`, respectively. * Added `netcdf-cxx4` to the [Coverity Scan Dashboard](https://scan.coverity.com/projects/unidata-netcdf-cxx4?tab=overview).