Release Notes for netCDF-C v4.3.1-rc5
Pre-release
Pre-release
For full release notes including previous releases, please see
http://www.unidata.ucar.edu/software/netcdf/docs_rc/release_notes.html.
4.3.1-rc5 Released 2013-12-06
- When opening a netCDF-4 file, streamline the iteration over objects in
the underlying HDF5 file. - Fixed netCDF-4 failure when renaming a dimension and renaming a
variable using that dimension, in either order. NCF-177 - When compiling with
hdf4
support, both autotools and cmake-based builds now properly look for thelibjpeg
dependency and will link against it when found (or complain if it's not). Also addedENABLE_HDF4_FILE_TESTS
option to CMake-based builds. - Fixed bug in ncgen; it was not properly filling empty string constants
("") to be the proper length. NCF-279 - Fixed bug in ncgen where it was interpreting int64 constants
as uint64 constants. NCF-278 - Fixed bug in handling Http Basic Authorization.
The code was actually there but was not being
executed. NCF-277 - Added hack to the DAP code to address a problem with the
Columbia.edu server. That server does not serve up proper
DAP2 DDS replies. The Dataset {...} name changes depending
on if the request has certain kinds of
constraints. NCF-276 - Fixed bugs with ncdump annotation of values, using -b or -f
options. NCF-275