This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository netcdf.

      from  02e49ce   Imported Upstream version 4.4.1~rc1
       new  66c0aba   Imported Upstream version 4.4.1~rc2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                        |   12 +-
 CMakeLists.txt                     |   16 +-
 README.md                          |   27 +-
 RELEASE_NOTES.md                   |    9 +
 cf                                 |   12 +-
 cf.cmake                           |   19 +-
 config.h.cmake.in                  |    2 +
 config.h.in                        |    3 +
 configure                          |   68 +-
 configure.ac                       |   29 +-
 docs/Doxyfile.developer            |    2 +-
 docs/Doxyfile.in                   |    1 +
 docs/Makefile.am                   |    2 +-
 docs/Makefile.in                   |    2 +-
 docs/attribute_conventions.md      |   39 +
 docs/bestpractices.md              |  353 +++++++++
 docs/file_format_specifications.md |    5 +-
 docs/guide.dox                     |   22 +-
 docs/windows-binaries.md           |   30 +-
 examples/C/Makefile.in             |  520 +++----------
 examples/CDL/Makefile.in           |  443 +++--------
 h5_test/Makefile.in                |  631 +++-------------
 include/nc.h                       |    2 +
 include/nc3internal.h              |   59 +-
 include/nc4internal.h              |   85 ++-
 include/nc_hashmap.h               |   28 -
 libdap2/ncd2dispatch.c             |   68 +-
 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                  |   92 ++-
 libsrc4/nc4file.c                  |  164 ++--
 libsrc4/nc4hdf.c                   |  235 +++++-
 libsrc4/nc4info.c                  |  213 ++++++
 libsrc4/nc4internal.c              |   15 +-
 libsrc4/nc4var.c                   |    5 +-
 nc_test/Make0                      |   35 +-
 nc_test/Makefile.in                |  645 +++-------------
 nc_test4/Make0                     |   18 +-
 nc_test4/Makefile.in               | 1024 +++----------------------
 nc_test4/run_empty_vlen_test.sh    |   15 +-
 ncdap_test/Makefile.in             |  522 +++----------
 ncdump/CMakeLists.txt              |   34 +-
 ncdump/Make0                       |   37 +-
 ncdump/Makefile.am                 |   11 +-
 ncdump/Makefile.in                 |  800 ++++----------------
 ncdump/cdl.h                       |    1 +
 ncdump/ncdump.c                    |  104 ++-
 ncdump/ncdump.h                    |    3 +-
 ncdump/ref_tst_ncf213.cdl          |    3 +
 ncdump/ref_tst_special_atts.cdl    |    3 +
 ncdump/tst_fileinfo.c              |  157 ++++
 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                  |  420 +++--------
 ncgen/cvt.c                        |    2 +-
 ncgen/data.h                       |    3 -
 ncgen/genc.c                       |    2 +-
 ncgen/genlib.h                     |    4 +-
 ncgen/includes.h                   |    2 +
 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 +
 ncgen3/Makefile.in                 |  418 +++--------
 nctest/Makefile.am                 |    3 +-
 nctest/Makefile.in                 |  459 +++---------
 test-driver                        |  148 ----
 89 files changed, 4415 insertions(+), 6828 deletions(-)
 create mode 100644 docs/bestpractices.md
 create mode 100644 libsrc4/nc4info.c
 create mode 100644 ncdump/tst_fileinfo.c
 create mode 100755 ncdump/tst_fileinfo.sh
 delete mode 100755 test-driver

-- 
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

Reply via email to