[netcdf] 01/09: Merge tag 'upstream/4.4.1_rc1'

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Apr 16 16:49:03 UTC 2016


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

sebastic pushed a commit to tag debian/4.4.1.rc1-1
in repository netcdf.

commit eb021bc65ae00593339c66e19c54ac0c627720fe
Merge: 50ba7db 02e49ce
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Apr 16 17:52:39 2016 +0200

    Merge tag 'upstream/4.4.1_rc1'
    
    Upstream version 4.4.1~rc1

 .github/ISSUE_TEMPLATE.md            |    26 +
 .gitignore                           |    13 +-
 .travis.yml                          |    18 +-
 .travis.yml.old                      |    52 -
 CMakeLists.txt                       |   123 +-
 CONTRIBUTING.html                    |   248 -
 CONTRIBUTING.md                      |    77 +
 Makefile.in                          |     1 +
 RELEASE_NOTES.md                     |    18 +-
 cf                                   |     2 +-
 config.h.cmake.in                    |    10 +-
 config.h.in                          |     6 +
 configure                            |    99 +-
 configure.ac                         |    33 +-
 docs/CMakeLists.txt                  |     1 +
 docs/Doxyfile.developer              |     4 +-
 docs/Doxyfile.in                     |    29 +-
 docs/FAQ.md                          |    10 +-
 docs/Makefile.am                     |     4 +-
 docs/Makefile.in                     |     5 +-
 docs/OPeNDAP.dox                     |     3 +-
 docs/credits.md                      |     4 +-
 docs/esg.html                        |   222 -
 docs/esg.md                          |   223 +
 docs/guide.dox                       |     7 +-
 docs/images/Makefile.in              |     1 +
 docs/mainpage.dox                    |    13 +-
 docs/obsolete/fan_utils.html         |  1437 +++
 docs/release.css                     |     4 +-
 docs/release_header.html             |     2 +-
 docs/software.md                     |    18 +-
 docs/types.dox                       |     8 +-
 docs/windows-binaries.md             |    28 +-
 examples/C/Makefile.in               |     1 +
 examples/CDL/Makefile.in             |     1 +
 examples/Makefile.in                 |     1 +
 h5_test/CMakeLists.txt               |     2 +-
 h5_test/Makefile.in                  |     1 +
 include/CMakeLists.txt               |    23 +
 include/Makefile.am                  |     2 +-
 include/Makefile.in                  |     5 +-
 include/nc.h                         |     1 -
 include/nc3internal.h                |     9 +-
 include/nc4internal.h                |    34 +-
 include/nc_hashmap.h                 |    39 +
 include/nc_tests.h                   |     3 +
 include/ncdispatch.h                 |    34 +-
 include/netcdf.h                     |     2 +-
 include/netcdf_mem.h                 |    53 +-
 include/netcdf_meta.h.in             |     2 +-
 include/netcdf_par.h                 |    11 +-
 libdap2/Makefile.in                  |     1 +
 libdap2/dapcvt.c                     |    33 +-
 libdap2/dapdebug.h                   |     4 +-
 libdap2/env                          |    14 +-
 libdap2/getvara.c                    |     2 +-
 libdap2/nccommon.h                   |     4 +
 libdap2/ncd2dispatch.c               |   817 +-
 libdap2/ncd2dispatch.h               |   210 +
 libdispatch/CMakeLists.txt           |     4 +-
 libdispatch/Makefile.am              |     3 +-
 libdispatch/Makefile.in              |    39 +-
 libdispatch/datt.c                   |     2 +
 libdispatch/dattget.c                |    16 +-
 libdispatch/ddim.c                   |    11 +-
 libdispatch/ddispatch.c              |    10 +-
 libdispatch/dfile.c                  |   107 +-
 libdispatch/dinternal.c              |    48 +
 libdispatch/dparallel.c              |    40 +-
 libdispatch/dsubstrate.c             |   941 --
 libdispatch/dvar.c                   |     2 +
 libdispatch/dvarget.c                |     5 +-
 libdispatch/dvarinq.c                |    39 +
 libdispatch/dvarput.c                |   113 +-
 libdispatch/ncuri.c                  |    22 +-
 liblib/CMakeLists.txt                |    10 +-
 liblib/Makefile.am                   |     2 +-
 liblib/Makefile.in                   |     3 +-
 liblib/nc_initialize.c               |     4 -
 libsrc/CMakeLists.txt                |     2 +-
 libsrc/Makefile.am                   |     6 +-
 libsrc/Makefile.in                   |    30 +-
 libsrc/attr.c                        |   685 ++
 libsrc/dim.c                         |    45 +-
 libsrc/ffio.c                        |    66 +-
 libsrc/nc3internal.c                 |    11 +-
 libsrc/nc_hashmap.c                  |   392 +
 libsrc/ncx.c                         | 16754 +++++++++++++++++++++++++++++++--
 libsrc/ncx.h                         |    17 +-
 libsrc/ncx.m4                        |   150 +-
 libsrc/ncx_cray.c                    |   520 +-
 libsrc/netcdf.3                      |  1405 +++
 libsrc/posixio.c                     |   174 +-
 libsrc/putget.c                      |  8673 ++++++++++++++++-
 libsrc/t_ncio.c                      |    12 +-
 libsrc/v1hpg.c                       |   231 +-
 libsrc/var.c                         |    46 +-
 libsrc/winceio.c                     |    74 +-
 libsrc4/Makefile.in                  |     1 +
 libsrc4/nc4dim.c                     |    16 +-
 libsrc4/nc4file.c                    |    50 +-
 libsrc4/nc4hdf.c                     |   327 +-
 libsrc4/nc4internal.c                |    34 +-
 libsrc4/nc4var.c                     |    25 +-
 libsrcp/Makefile.in                  |     1 +
 nc-config.cmake.in                   |    34 +-
 nc-config.in                         |    38 +-
 nc_test/CMakeLists.txt               |     2 +-
 nc_test/Makefile.am                  |     4 +-
 nc_test/Makefile.in                  |    42 +-
 nc_test/error.c                      |     4 +-
 nc_test/test_get.c                   |  9331 ------------------
 nc_test/test_put.c                   | 11942 -----------------------
 nc_test/tst_inq_type.c               |   164 +
 nc_test4/CMakeLists.txt              |    17 +-
 nc_test4/Make0                       |    31 +
 nc_test4/Makefile.am                 |    14 +-
 nc_test4/Makefile.in                 |   125 +-
 nc_test4/bm_file.c                   |    10 +-
 nc_test4/bm_radar.c                  |     4 +-
 nc_test4/ref_hdf5_compat1.nc         |   Bin 0 -> 859591 bytes
 nc_test4/ref_hdf5_compat2.nc         |   Bin 0 -> 6240 bytes
 nc_test4/ref_hdf5_compat3.nc         |   Bin 0 -> 6256 bytes
 nc_test4/run_empty_vlen_test.sh      |    34 +
 nc_test4/run_par_test.sh             |     4 +
 nc_test4/tst_compounds.c             |   138 +-
 nc_test4/tst_compounds3.c            |     2 +-
 nc_test4/tst_empty_vlen_unlim.c      |   224 +
 nc_test4/tst_files3.c                |     4 +-
 nc_test4/tst_hdf5_file_compat.c      |    63 +
 nc_test4/tst_mode.c                  |    41 +
 ncdap_test/Makefile.in               |     1 +
 ncdap_test/expected3/Makefile.in     |     1 +
 ncdap_test/expected4/Makefile.in     |     1 +
 ncdap_test/expectremote3/Makefile.in |     1 +
 ncdap_test/expectremote4/Makefile.in |     1 +
 ncdap_test/test_partvar.c            |     2 +-
 ncdap_test/testdata3/Makefile.in     |     1 +
 ncdap_test/tst_remote.sh             |     4 +-
 ncdump/Makefile.in                   |     1 +
 ncdump/cdl/Makefile.in               |     1 +
 ncdump/ctest.c                       |  1456 +++
 ncdump/ctest64.c                     |  1456 +++
 ncdump/expected/Makefile.in          |     1 +
 ncdump/ncdump.c                      |    14 +-
 ncdump/ref1.ncml                     |     1 +
 ncdump/tst_ncml.cdl                  |     1 +
 ncgen/Makefile.in                    |     1 +
 ncgen/ncgen.1                        |     2 +-
 ncgen3/Makefile.in                   |     1 +
 nctest/Makefile.in                   |     1 +
 oc2/Makefile.in                      |     1 +
 oc2/ocdump.c                         |    39 +-
 update_hdf5_compat_files.sh          |     7 +
 154 files changed, 35207 insertions(+), 25286 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