[netcdf] 02/08: Merge tag 'upstream/4.5.0_rc3'

Bas Couwenberg sebastic at debian.org
Sat Sep 30 08:43:56 UTC 2017


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

sebastic pushed a commit to branch master
in repository netcdf.

commit b6bebdb3401947c3906d3d69999d3f4842cc3382
Merge: e34374d a1dc2b9
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Sep 30 10:09:09 2017 +0200

    Merge tag 'upstream/4.5.0_rc3'
    
    Upstream version 4.5.0~rc3

 CMakeLists.txt                          |    32 +-
 Makefile.in                             |     5 +-
 RELEASE_NOTES.md                        |    10 +
 config.h.cmake.in                       |    11 +-
 config.h.in                             |     9 +
 configure                               |   157 +-
 configure.ac                            |    36 +-
 dap4_test/Makefile.am                   |     4 +-
 dap4_test/Makefile.in                   |     9 +-
 docs/.gitignore                         |     2 -
 docs/Doxyfile.developer                 |     2 +-
 docs/Doxyfile.in                        |     2 +-
 docs/Makefile.am                        |    14 +-
 docs/Makefile.in                        |    19 +-
 docs/OPeNDAP.dox                        |     2 +-
 docs/attribute_conventions.md           |     8 +-
 docs/auth.html                          |     4 +
 docs/auth.md                            |   491 +
 docs/guide.dox                          |   158 +-
 docs/images/Makefile.in                 |     5 +-
 docs/static-pages/software.html         |    10 +
 docs/types.dox                          |     5 +-
 docs/windows-binaries.md                |    26 +-
 examples/C/Makefile.in                  |     5 +-
 examples/CDL/Makefile.in                |     5 +-
 examples/Makefile.in                    |     5 +-
 h5_test/Makefile.in                     |     5 +-
 include/Makefile.in                     |     5 +-
 include/nctestserver.h                  |     4 +
 include/ncuri.h                         |    18 +-
 include/netcdf_meta.h.in                |     6 +-
 libdap2/Makefile.in                     |     5 +-
 libdap4/Makefile.in                     |     5 +-
 libdap4/d4curlflags.c                   |     2 +
 libdap4/d4curlfunctions.c               |    16 +-
 libdap4/d4curlfunctions.h               |     9 +-
 libdap4/d4file.c                        |    23 +-
 libdap4/d4http.c                        |     6 +-
 libdap4/d4parser.c                      |    66 +-
 libdap4/d4rc.c                          |   149 +-
 libdap4/d4util.c                        |    19 +-
 libdap4/ncd4.h                          |     1 -
 libdap4/ncd4types.h                     |     6 +-
 libdispatch/Makefile.in                 |     5 +-
 libdispatch/dfile.c                     |    12 +-
 libdispatch/drc.c                       |     8 +-
 libdispatch/nchashmap.c                 |    21 +-
 libdispatch/ncuri.c                     |   102 +-
 liblib/Makefile.in                      |     5 +-
 libnetcdf.settings.in                   |     1 +
 libsrc/Makefile.in                      |     5 +-
 libsrc/nc3internal.c                    |    17 +-
 libsrc/ncx.c                            | 37157 ++++++++++++++++--------------
 libsrc/ncx.m4                           |   114 +-
 libsrc/putget.c                         |  7066 +++---
 libsrc/putget.m4                        |     8 +-
 libsrc/v1hpg.c                          |     3 +-
 libsrc4/Makefile.in                     |     5 +-
 libsrc4/nc4internal.c                   |     7 +-
 libsrcp/Makefile.in                     |     5 +-
 nc-config.cmake.in                      |    46 +-
 nc-config.in                            |    12 +-
 nc_test/CMakeLists.txt                  |     2 +-
 nc_test/Makefile.am                     |     5 +-
 nc_test/Makefile.in                     |    46 +-
 nc_test/nc_test.c                       |     9 +-
 nc_test/t_nc.c                          |    46 +-
 nc_test/test_get.c                      | 12203 ++++++++++
 nc_test/test_put.c                      | 13742 +++++++++++
 nc_test/test_read.c                     |  1950 ++
 nc_test/{test_write.m4 => test_write.c} |  1425 +-
 nc_test/test_write.m4                   |    12 +-
 nc_test/tst_formatx_pnetcdf.c           |     5 +-
 nc_test/tst_large_cdf5.c                |   201 +
 nc_test/tst_small.c                     |    12 +-
 nc_test4/Makefile.in                    |     5 +-
 ncdap_test/Makefile.am                  |     6 +-
 ncdap_test/Makefile.in                  |    26 +-
 ncdap_test/expected3/Makefile.in        |     5 +-
 ncdap_test/expectremote3/Makefile.in    |     5 +-
 ncdap_test/testbasicauth.sh             |   293 +
 ncdap_test/testcontainerauth.sh         |    69 +
 ncdap_test/testdata3/Makefile.in        |     5 +-
 ncdump/CMakeLists.txt                   |     1 +
 ncdump/Makefile.am                      |    21 +-
 ncdump/Makefile.in                      |    77 +-
 ncdump/cdl/Makefile.in                  |     5 +-
 ncdump/expected/Makefile.in             |     5 +-
 ncdump/nccopy.c                         |   163 +-
 ncdump/ref_inttags4.cdl                 |     4 +-
 ncdump/ref_nccopy3_subset.nc            |   Bin 0 -> 65284 bytes
 ncdump/run_ncgen_tests.sh               |    27 +-
 ncdump/run_tests.sh                     |    20 +-
 ncdump/tst_64bit.sh                     |    55 +-
 ncdump/tst_dimsizes.c                   |     6 +
 ncdump/tst_formatx3.sh                  |    36 +-
 ncdump/tst_inttags4.sh                  |     4 +-
 ncdump/tst_lengths.sh                   |   117 +-
 ncdump/tst_nccopy3.sh                   |    21 +-
 ncdump/tst_nccopy3_subset.sh            |    41 +
 ncgen/Makefile.in                       |     5 +-
 ncgen/main.c                            |    23 +-
 ncgen/ncgen.y                           |    14 +-
 ncgen/ncgenl.c                          |     8 +-
 ncgen/ncgeny.c                          |   258 +-
 ncgen/ncgeny.h                          |     2 +-
 ncgen3/Makefile.in                      |     5 +-
 nctest/Makefile.in                      |     5 +-
 oc2/Makefile.in                         |     5 +-
 oc2/daplex.c                            |    13 +-
 oc2/occurlflags.c                       |   204 +-
 oc2/occurlfunctions.c                   |    31 +-
 oc2/occurlfunctions.h                   |    10 +-
 oc2/ochttp.c                            |     4 -
 oc2/ocinternal.c                        |     7 +-
 oc2/ocinternal.h                        |     6 +-
 oc2/ocrc.c                              |   104 +-
 117 files changed, 54823 insertions(+), 22536 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf.git



More information about the Pkg-grass-devel mailing list