Changelog for
libnetcdff6-4.4.1-1.28.x86_64.rpm :
* Thu Nov 06 2014 ocefpafAATTgmail.com- Update to version 4.4.1
* Added a new variable for cmake-based builds, NC_EXTRA_DEPS. Use this to specify additional dependencies when linking against a static netcdf-c library, e.g.: netcdf-fortran/build$ cmake .. -DNC_EXTRA_DEPS=\"-lhdf5 -lhdf5_hl -lcurl\"
* Fixed to build correctly with netCDF-3-only C library, for example C library configured with --disable-netcdf-4 (R. Weed).
* Mon Jul 14 2014 ocefpafAATTgmail.com- Update to version 4.4.0
* For 32-bit platforms fixed integer fill parameters, initialized potentially uninitialized variables, and provided some missing defaults (R. Weed).
* Fixed CMake builds on 32-bit platforms.
* Added new inq_path and rename_grps functions analogous to corresponding C functions. Added associated tests. (R. Weed)
* Added support for NF_MPIIO, NF_MPIPOSIX, NF_PNETCDF flags and NF_FILL_UINT. (R. Weed)
* Fixed potential bug in attribute functions for integer values when Fortran INTEGER
*1 or INTEGER
*2 types are the same size as C long. (R. Weed)
* Added test for compiler support of Fortran 2008 ISO_FORTRAN_ENV additions and TS29113 standard extension.
* Fixed C_PTR_DIFF_T issue reported by Orion Poplowski. (R. Weed)
* Fri Apr 13 2012 ocefpafAATTgmail.com- First import from Fedora- Don\'t ship info/dir file- Add needed shbangs- Compress mpi package man pages- Build parallel versions- Ship examples with -devel