Updated RELEASE_NOTES file with information about meta header.

This commit is contained in:
Ward Fisher 2014-09-11 15:30:36 -06:00
parent 6f4a92f1b6
commit 153c41ef5d

View File

@ -9,6 +9,11 @@ This file contains a high-level description of this package's evolution. Release
### 4.3.3-rc2 Released TBD
* Added a new file, `netcdf_meta.h`. This file is generated automatically at configure time and contains information related to the capabilities of the netcdf library. This file may be used by projects dependent upon `netcdf` to make decisions during configuration, based on how the `netcdf` library was built. The macro `NC_HAVE_META_H` is defined in `netcdf.h`. Paired with judicious use of `#ifdef`'s, this macro will indicate to developers whether or not the meta-header file is present.
> Determining the presence of `netcdf_meta.h` can also be accomplished by methods common to autotools and cmake-based build systems.
* Corrected embedded URLs in release notes.
* Corrected an issue where building with HDF4 support for Visual Studio would fail.