Updated release notes with information related to https://github.com/Unidata/netcdf-c/issues/213

This commit is contained in:
Ward Fisher 2016-03-07 10:59:24 -07:00
parent fb2ff0c24b
commit b74b299618

View File

@ -7,6 +7,7 @@ This file contains a high-level description of this package's evolution. Release
## 4.4.1 - TBD
* Corrected an issue with duplicated error codes defined in multiple header files. See [GitHub #213](https://github.com/Unidata/netcdf-c/issues/213) for more information.
* Addressed an issue specific to Visual Studio 2015 on Windows. On very large files, some calls to the `fstat` class of functions would fail for no apparent reason. This behavior was **not** observed under Visual Studio 2013. This has now been mitigated. See [GitHub #188](https://github.com/Unidata/netcdf-c/issues/188) for more information.
* Updated `nc-config` to report whether `logging` is enabled in netcdf. Additionally, if `f03` is available in an installed netcdf-fortran library, it will now be reported as well.
* Addressed an issue where `netcdf_mem.h` was not being installed by cmake. See [GitHub #227](https://github.com/Unidata/netcdf-c/issues/227) for more information.