Added a note to RELEASE_NOTES about the new configuration flags.

This commit is contained in:
Ward Fisher 2014-03-07 14:03:41 -07:00
parent c72ac7219e
commit 10ac47b1a4

View File

@ -7,6 +7,11 @@ This file contains a high-level description of this package's evolution. Release
## 4.3.1.2 Released TBD
* Added a separate flag to enable DAP AUTH tests. These tests are disabled by default. The flags for autotools and CMAKE-based builds are (respectively):
* --enable-dap-auth-tests
* -DENABLE\_DAP\_AUTH\_TESTS
* Fixed small default chunk size for 1-dimensional record variables. [NCF-211](https://bugtracking.unidata.ucar.edu/browse/NCF-211)
* Cleaned up type handling in netCDF-4 to fix bugs with fill-values.