Skip to content

Release Candidate 3 for netCDF-C 4.3.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@WardF WardF released this 24 Sep 22:23
· 8398 commits to main since this release

These release notes are for netCDF-C 4.3.1 - rc3. For a complete set of release notes, including all notes for previous releases, please visit:

4.3.1-rc3 Released 2013-09-24

  • Modify ncgen to support NUL characters in character array
    constants. NCF-267
  • Modify ncgen to support disambiguating references to
    an enum constant in a data list. NCF-265
  • Corrected bug in netCDF-4 dimension ID ordering assumptions, resulting in access that works locally but fails through DAP server. NCF-166
  • Added a new configuration flag, NC_USE_STATIC_CRT for CMake-based Windows builds. The default value is 'OFF'. This will allow the user to define whether to use the shared CRT libraries (\MD) or static CRT libraries (\MT) in Visual Studio builds.
  • Ensure netCDF-4 compiles with OpenMPI as an alternative to MPICH2. NCF-160
  • Addressed issue with hanging Parallel netCDF-4 using HDF5 1.8.10. NCF-240
  • Addressed issue with Large File Support on Windows, using both 32 and 64-bit builds. NCF-219
  • Removed deprecated directories:
    • librpc/
    • udunits/
    • libcf/
    • libcdmr/