Skip to content

Commit

Permalink
Added reference to #37 to release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Jul 5, 2016
1 parent 6334d45 commit a450adc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit a450adc

Please sign in to comment.