This is an automated email from the git hooks/post-receive script. mckinstry pushed a commit to branch dev-coinstallable in repository netcdf.
commit 3f5dbe3c44191bac386438af2dd483893c2db103 Merge: efd828a 0d7125e Author: Alastair McKinstry <[email protected]> Date: Wed Oct 5 02:50:51 2016 +0100 Merge tag 'upstream/4.4.1_rc3' into dev-coinstallable Upstream version 4.4.1~rc3 .gitignore | 10 - .travis.yml | 12 +- CMakeLists.txt | 34 +- README.md | 27 +- RELEASE_NOTES.md | 16 + cf | 11 +- cf.cmake | 19 +- config.h.cmake.in | 2 + config.h.in | 3 + configure | 77 +- configure.ac | 38 +- docs/Doxyfile.developer | 2 +- docs/Doxyfile.in | 1 + docs/Makefile.am | 2 +- docs/Makefile.in | 2 +- docs/attribute_conventions.md | 58 ++ docs/bestpractices.md | 353 +++++++++ docs/file_format_specifications.md | 5 +- docs/guide.dox | 26 +- docs/tests.md | 23 + docs/windows-binaries.md | 30 +- include/nc.h | 2 + include/nc3internal.h | 59 +- include/nc4internal.h | 87 ++- include/nc_hashmap.h | 28 - libdap2/ncd2dispatch.c | 71 +- libdap2/ncd2dispatch.h | 188 ++--- libdispatch/datt.c | 3 +- libdispatch/nclistmgr.c | 10 + liblib/Makefile.am | 3 +- liblib/Makefile.in | 3 +- liblib/nc_initialize.c | 24 +- libsrc/lookup3.c | 2 +- libsrc/nc_hashmap.c | 17 - libsrc4/CMakeLists.txt | 2 +- libsrc4/Makefile.am | 3 + libsrc4/Makefile.in | 24 +- libsrc4/nc4attr.c | 334 ++++----- libsrc4/nc4dim.c | 41 - libsrc4/nc4file.c | 269 +++---- libsrc4/nc4hdf.c | 304 +++++++- libsrc4/nc4info.c | 211 ++++++ libsrc4/nc4internal.c | 58 +- libsrc4/nc4var.c | 214 +----- libsrc4/ncfunc.c | 6 - nc_test/Make0 | 35 +- nc_test4/CMakeLists.txt | 8 +- nc_test4/Make0 | 18 +- nc_test4/Makefile.am | 12 +- nc_test4/Makefile.in | 57 +- nc_test4/run_empty_vlen_test.sh | 15 +- nc_test4/run_par_test.sh | 7 +- nc_test4/tdset.h5 | Bin 0 -> 7648 bytes nc_test4/tst_empty_vlen_unlim.c | 4 +- nc_test4/tst_fill_attr_vanish.c | 137 ++++ nc_test4/tst_hdf4_read_var.sh | 23 + nc_test4/tst_misc.sh | 26 + nc_test4/tst_simplerw_coll_r.c | 249 +++++++ ncdump/CMakeLists.txt | 34 +- ncdump/Make0 | 41 +- ncdump/Makefile.am | 11 +- ncdump/Makefile.in | 74 +- ncdump/cdl.h | 1 + ncdump/ncdump.c | 125 +++- ncdump/ncdump.h | 3 +- ncdump/ref_tst_ncf213.cdl | 3 + ncdump/ref_tst_special_atts.cdl | 3 + ncdump/tst_fileinfo.c | 198 +++++ ncdump/tst_fileinfo.sh | 59 ++ ncdump/tst_lengths.sh | 19 +- ncdump/tst_netcdf4.sh | 7 +- ncdump/tst_netcdf4_4.sh | 6 +- ncdump/utils.c | 17 + ncdump/utils.h | 1 + ncgen/CMakeLists.txt | 3 +- ncgen/Makefile.am | 2 +- ncgen/Makefile.in | 2 +- ncgen/cvt.c | 2 +- ncgen/data.h | 3 - ncgen/genc.c | 2 +- ncgen/genlib.h | 4 +- ncgen/includes.h | 5 + ncgen/main.c | 7 +- ncgen/ncgen.h | 30 +- ncgen/ncgen.l | 32 +- ncgen/ncgen.y | 91 ++- ncgen/ncgenl.c | 1440 +++++++++++++++++++----------------- ncgen/ncgeny.c | 1125 ++++++++++++++-------------- ncgen/ncgeny.h | 14 +- ncgen/run_tests.sh | 5 +- ncgen/semantics.c | 3 +- ncgen/util.c | 16 + ncgen/util.h | 1 + nctest/Makefile.am | 3 +- nctest/Makefile.in | 3 +- nctest/atttests.c | 3 + update_hdf5_compat_files.sh | 7 - 97 files changed, 4336 insertions(+), 2374 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

