Changelog for
netcdf-doc-4.8.0-1.11.x86_64.rpm :
* Tue Oct 16 2012 pthAATTsuse.de- Copy Changes from the release notes to here for the updates to 4.2.1 and 4.2.1.1
* Sun Aug 05 2012 ocefpafAATTgmail.com- Update to 4.2.1.1:
* Fix DAP performance bug remotely accessing large files (> 2GiB).
* Properly escape special characters in CDL output from ncdump for netCDF-4 string data.
* Wed Jul 25 2012 ocefpafAATTgmail.com- Update to 4.2.1:
* Add a specific NC_MMAP mode flag to modify behavior of NC_DISKLESS.
* Changed the file protections for NC_DISKLESS created files to 0666.
* Fixed ncdump to report error when an unsupported option is specified.
* Fixed documentation of CDL char constants in Users Guide and ncgen man page.
* Fixed memory leak detected by valgrind in one of the HDF5 tests. For further changes pleaase see the file RELEASE_NOTES in /usr/share/doc/packages/netcdf
* Thu Apr 26 2012 behrischAATTusers.sourceforge.net- upstream removed Texinfo documentation
* Tue Apr 10 2012 ocefpafAATTgmail.com- Updated to 4.2
* Fortran and C++ APIs are now in separate packages- Removed netcdf-dependencies.patch
* Thu Apr 05 2012 jengelhAATTmedozas.de- Do not require valgrind on arches where it is not available (e.g. sparc)
* Fri Mar 16 2012 cfarrellAATTsuse.com- license update: SUSE-NetCDF Use SPDX- proprietary prefix until this license is accepted upstream by spdx.org
* Wed Nov 30 2011 jengelhAATTmedozas.de- Remove redundant/unwanted tags/section (cf. specfile guidelines)- Use %_smp_mflags for parallel building- Appropriate rpmgroups for shlib packages
* Tue Nov 29 2011 ocefpafAATTgmail.com- Added explicit hdf5 dependency.- Rebuild with hdf5 1.8.8- Some spec file clean-ups.
* Sun Jun 26 2011 ocefpafAATTyahoo.com.br- Added pkgconfig and fflags patches- Dropped libm patch fixed upstream- Fixed summary, license info, description- Created doc and static packages
* Sun Jun 26 2011 ocefpafAATTyahoo.com.br- updated to 4.1.3
* Thu Jun 02 2011 ocefpafAATTyahoo.com.br- rename libnetcdf-devel to netcdf-devel as recommended by pth
* Fri Apr 29 2011 ocefpafAATTyahoo.com.br- updated to version 4.1.2- added flag --enable-dap for OpenDap support- updated the patches
* Tue Nov 30 2010 pthAATTsuse.de- Just fix the casting in px_get to avoid the type-punning warning.- Add a man page for nc-config.- Move nc-config and its man page to the devel package.- Remove the dependency on netcdf from libnetcdf.- BuildRequire pkgconfig for libnetcdf-devel.- Declare strlcat if needed.- Don\'t use __DATE__ and __TIME__ to reduce the need for recompiling.
* Tue May 19 2009 prusnakAATTsuse.cz- updated to 4.0.1
* Added optional arguments to F90 API to nf90_open/create, nf90_create_var, and nf90_inquire_variable so that all netCDF-4 settings may be accomplished with optional arguments, instead of separate function calls.
* Added control of HDF5 chunk cache to allow for user performance tuning.
* Added parallel example program in F90.
* Changed default chunking to better handle very large variables.
* Made contiguous the default for fixed size data sets with no filters.
* Fixed bug in nc_inq_ncid; now it returns NC_ENOGRP if the named group is not found.
* Fixed man pages for C and F77 so that netCDF-4 builds will result in man pages that document new netCDF-4 functions.
* Added OPeNDAP support based on a new C-only implementation. This is enabled using --enable-dap option and requires libcurl. The configure script will attempt to locate libcurl, but if it fails, then its location must be specified by the --with-curl option.
* Changed chunksizes to size_t from int.
* Fixed fill value problem from F77 API.
* Fixed problems in netcdf-4 files with multi-dimensional coordinate variables.
* Fixed ncgen to properly handle CDL input that uses Windows line endings (\"\\r\
\"), instead of getting a syntax error.
* Added \"-s\" option to ncdump to display performance characterisitics of netCDF-4 files as special virtual attributes, such as _Chunking, _DeflateLevel, _Format, and _Endianness.
* Added \"-t\" option to ncdump to display times in human readable form as strings. Added code to interpret \"calendar\" attribute according to CF conventions, if present, in displaying human-readable times.
* Added experimental version of ncgen4 capable of generating netcdf-4 data files and C code for creating them. In addition, it supports the special attributes _Format, etc.
* Fixed Fortran 90 int64 problems.
* Rewrote HDF5 read/write code in accordance with performance advice from Kent.
* Fixed memory leaks in gets/puts of HDF5 data.
* Fixed some broken tests for parallel I/O (i.e. MPI) builds.
* Fixed some cross-compile problems.
* Rewrote code which placed bogus errors on the HDF5 error stack, trying to open non-existant attributes and variables. Now no HDF5 errors are seen.
* Removed man subdirectory. Now man4 subdirectory is used for all builds.
* Changed build so that users with access to parallel make can use it.
* Added experimental support for accessing data through OPeNDAP servers using the DAP protocol (use --enable-opendap to build it).
* Fixed ncdump bugs with array field members of compound type variables. Fixed ncdump bug of assuming default fill value for data of type unsigned byte.