Release notes for netCDF-Fortran 4.4b5
Pre-release
Pre-release
VERSION COMMENTS
4.4-beta5 Released 2013-08-27
- Added configuration files to github distribution.
4.4-beta4
- Moved to GitHub from Subversion, the location of the new GitHub repository is at: http://github.com/Unidata/netCDF-Fortran
- Parallel-build portability fixes, particularly for
OpenMPI and gcc/gfortran-4.8.x on the Mac. Also added
test from Reto Stöckli for NCF-250 bug, demonstrating
it was fixed in previous commit. - Add support for NF_MPIIO, NF_MPIPOSIX, NF_PNETCDF, and
NF_FILL_UINT in the data files. - Add support for nf_inq_path.
- Add a pre-processor macro that can be used to bypass
the home-brew C_PTRDIFF_T definition and use the
standard one for compilers that support it. - Fix a potential bug in nf_attio to call the _long
version of some puts/gets instead of the _int
version. These were inside INT1_IS_C_LONG and
INT2_IS_C_LONG ifdef blocks so they would have only
showed up when those macros were true.