updated RELEASE_NOTES for 4.1.2-beta1

This commit is contained in:
Ed Hartnett 2010-07-09 16:11:07 +00:00
parent 53e0c50de6
commit c3823f65ff

View File

@ -3,7 +3,24 @@ Entries are in reverse chronological order (most recent first).
VERSION COMMENTS
------- --------
4.1.2 2010-06-20
4.1.2-beta1 2010-07-09
Fix netCDF-4 bug caused when doing enddef/redef and
then defining coordinate variable out of order.
Fixed bug in man4 directory automake file which caused
documentation to be rebuilt after make clean.
Turned off HDF5 caching when parallel I/O is in use
because of its memory use.
Refactoring of netCDF code with dispatch layer to
decide whether to call netCDF classic, netCDF-4, or
opendap version of a function.
Refactoring of netCDF-4 memory internals to reduce
memory use and end dependance on NC_MAX_DIMS and
NC_MAX_NAME.
Modified constraint parser to be more compatible with
a java version of the parser.