[netcdf] branch master updated (e34374d -> e019eef)

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


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

sebastic pushed a change to branch master
in repository netcdf.

      from  e34374d   Bump Standards-Version to 4.1.0, changes: priority.
       new  a1dc2b9   New upstream version 4.5.0~rc3
       new  b6bebdb   Merge tag 'upstream/4.5.0_rc3'
       new  af52f30   New upstream release candidate.
       new  ba2cb41   Bump Standards-Version to 4.1.1, no changes.
       new  bceacc3   Update copyright years for Northwestern University.
       new  5d885fe   Refresh patches.
       new  74c4f1a   Update symbols for 4.5.0~rc3.
       new  e019eef   Set distribution to experimental.

The 8 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:
 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 +-
 debian/changelog                             |    10 +-
 debian/control                               |     2 +-
 debian/copyright                             |     2 +-
 debian/libnetcdf13.symbols                   |     8 +-
 debian/patches/hdf5-library-path.patch       |     6 +-
 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.m4 => test_read.c}        |  1002 +-
 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.c => tst_large_cdf5.c}    |    29 +-
 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/{testauth.sh => testbasicauth.sh} |    12 +-
 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 +-
 122 files changed, 52873 insertions(+), 23113 deletions(-)
 create mode 100644 docs/auth.md
 create mode 100644 nc_test/test_get.c
 create mode 100644 nc_test/test_put.c
 copy nc_test/{test_read.m4 => test_read.c} (61%)
 copy nc_test/{test_write.m4 => test_write.c} (56%)
 copy nc_test/{tst_large.c => tst_large_cdf5.c} (87%)
 copy ncdap_test/{testauth.sh => testbasicauth.sh} (97%)
 mode change 100755 => 100644
 create mode 100644 ncdap_test/testcontainerauth.sh
 create mode 100644 ncdump/ref_nccopy3_subset.nc
 create mode 100755 ncdump/tst_nccopy3_subset.sh

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