Oops, last commit should have had this commit message:

Greg Sjaardema's contributed optimization for the nc4_find_dim_len
function in libsrc4/nc4internal.c. The patch eliminates several
malloc/free calls that exist in the original coding.
This commit is contained in:
Russ Rew 2013-06-25 17:07:55 +00:00
parent 58a63708cc
commit f44f553274

View File

@ -8,6 +8,11 @@ VERSION COMMENTS
------- --------
4.3.1 Released TBD
Added Greg Sjaardema's contributed optimization for
the nc4_find_dim_len function in
libsrc4/nc4internal.c. The patch eliminates several
malloc/free calls that exist in the original coding.
Added support for dynamic loading, to compliment
the dynamic loading support introduced in hdf 1.8.11.
Dynamic loading support depends on libdl, and