[netcdf] branch master updated (2606d24 -> a45b542)

Bas Couwenberg sebastic at debian.org
Tue Nov 22 06:54:26 UTC 2016


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

sebastic pushed a change to branch master
in repository netcdf.

      from  2606d24   Mark spelling-errors.patch as Applied-Upstream.
       new  eb5a622   Imported Upstream version 4.4.1.1
       new  8b77e1b   Merge tag 'upstream/4.4.1.1'
       new  dac6f3a   New upstream release.
       new  9f05787   Drop patches applied upstream, refresh remaining patches.
       new  3f1c5de   Update symbols for 4.4.1.1.
       new  a45b542   Set distribution to unstable.

The 6 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                                 |    34 +-
 CMakeLists.txt                              |   104 +-
 RELEASE_NOTES.md                            |    10 +
 config.h.cmake.in                           |     2 +-
 config.h.in                                 |     3 -
 configure                                   |    60 +-
 configure.ac                                |    21 +-
 debian/changelog                            |     8 +
 debian/libnetcdf11.symbols                  |     1 +
 debian/patches/hdf5-include-path.patch      |    21 -
 debian/patches/hdf5-library-path.patch      |     2 +-
 debian/patches/link-private.patch           |     2 +-
 debian/patches/series                       |     2 -
 debian/patches/spelling-errors.patch        |    71 -
 debian/patches/tst_fileinfo-link-hdf5.patch |     2 +-
 docs/Doxyfile.developer                     |     2 +-
 docs/FAQ.md                                 |     4 +-
 docs/OPeNDAP.dox                            |    33 +-
 docs/attribute_conventions.md               |    10 +-
 docs/guide.dox                              |     2 +
 docs/install.md                             |   160 +-
 docs/netcdf.m4                              |     6 +-
 docs/old/netcdf-f90.texi                    |     2 +-
 docs/release_header.html                    |     1 +
 docs/windows-binaries.md                    |    28 +-
 h5_test/tst_h_mem.c                         |     1 +
 include/CMakeLists.txt                      |     2 +-
 include/nc4internal.h                       |    11 +-
 include/nc_tests.h                          |     2 +-
 include/netcdf.h                            |     2 +-
 libdap2/dceparselex.h                       |     4 +-
 libdap2/env                                 |     2 +-
 libdispatch/dfile.c                         |     8 +-
 libdispatch/dgroup.c                        |   155 +-
 libdispatch/dvar.c                          |   140 +-
 libdispatch/dvarinq.c                       |    68 +-
 liblib/CMakeLists.txt                       |     2 +-
 liblib/Makefile.am                          |     2 +-
 liblib/Makefile.in                          |     2 +-
 liblib/nc_initialize.c                      |     5 +-
 libsrc/attr.c                               |   685 --
 libsrc/dim.c                                |    10 +-
 libsrc/ncx.c                                | 14910 --------------------------
 libsrc/netcdf.3                             |  1405 ---
 libsrc/putget.c                             |  8657 ---------------
 libsrc/var.c                                |    30 +-
 libsrc4/Makefile.am                         |     6 +-
 libsrc4/Makefile.in                         |    16 +-
 libsrc4/nc4attr.c                           |    19 +-
 libsrc4/nc4file.c                           |    10 -
 libsrc4/nc4hdf.c                            |    63 +-
 libsrc4/nc4info.c                           |   176 +-
 nc-config.cmake.in                          |    81 +-
 nc-config.in                                |    86 +-
 nc_test/CMakeLists.txt                      |    23 +-
 nc_test/Makefile.am                         |    18 +-
 nc_test/Makefile.in                         |    41 +-
 nc_test/quick_large_files.c                 |   213 +-
 nc_test/{test_get_p5.c => test_get.c}       | 10212 +-----------------
 nc_test/test_get.m4                         |     9 -
 nc_test/test_put.c                          | 11714 ++++++++++++++++++++
 nc_test/test_put.m4                         |    19 -
 nc_test/tst_atts.c                          |     7 +-
 nc_test/tst_atts3.c                         |   125 +-
 nc_test/tst_big_rvar.c                      |    15 +-
 nc_test/tst_big_var.c                       |     7 +-
 nc_test/tst_big_var2.c                      |    11 +-
 nc_test/tst_big_var6.c                      |    11 +-
 nc_test/tst_diskless.c                      |    70 +-
 nc_test/tst_diskless3.c                     |    12 +-
 nc_test/tst_diskless4.c                     |     5 +-
 nc_test/tst_formatx_pnetcdf.c               |     1 +
 nc_test/tst_inq_type.c                      |     1 +
 nc_test/tst_large.c                         |    13 +-
 nc_test/tst_misc.c                          |    11 +-
 nc_test/tst_names.c                         |    37 +-
 nc_test/tst_nofill.c                        |    47 +-
 nc_test/tst_nofill2.c                       |     7 +-
 nc_test/tst_nofill3.c                       |     5 +-
 nc_test/tst_norm.c                          |     1 +
 nc_test/tst_parallel2.c                     |     1 +
 nc_test/tst_pnetcdf.c                       |     1 +
 nc_test/tst_small.c                         |    64 +-
 nc_test4/CMakeLists.txt                     |    16 +-
 nc_test4/Makefile.am                        |    15 +-
 nc_test4/Makefile.in                        |    90 +-
 nc_test4/bm_file.c                          |   139 +-
 nc_test4/bm_many_atts.c                     |     5 +-
 nc_test4/bm_many_objs.c                     |    11 +-
 nc_test4/bm_netcdf4_recs.c                  |     9 +-
 nc_test4/cdm_sea_soundings.c                |     9 +-
 nc_test4/ref_chunks1.cdl                    |     6 +
 nc_test4/ref_chunks2.cdl                    |     6 +
 nc_test4/run_tst_chunks.sh                  |     2 +-
 nc_test4/t_type.c                           |     3 +-
 nc_test4/tst_ar4.c                          |    28 +-
 nc_test4/tst_ar4_3d.c                       |    28 +-
 nc_test4/tst_ar4_4d.c                       |    36 +-
 nc_test4/tst_ar5.c                          |     5 +-
 nc_test4/tst_atts.c                         |    23 +-
 nc_test4/tst_atts1.c                        |   219 +-
 nc_test4/tst_atts2.c                        |    55 +-
 nc_test4/tst_atts_string_rewrite.c          |     1 +
 nc_test4/tst_camrun.c                       |    19 +-
 nc_test4/tst_chunk_hdf4.c                   |    12 +-
 nc_test4/tst_chunks.c                       |    39 +-
 nc_test4/tst_chunks2.c                      |    41 +-
 nc_test4/tst_compounds.c                    |     1 +
 nc_test4/tst_compounds2.c                   |    35 +-
 nc_test4/tst_compounds3.c                   |     7 +-
 nc_test4/tst_converts.c                     |    11 +-
 nc_test4/tst_converts2.c                    |    28 +-
 nc_test4/tst_coords.c                       |    23 +-
 nc_test4/tst_coords2.c                      |    23 +-
 nc_test4/tst_coords3.c                      |   105 +-
 nc_test4/tst_create_files.c                 |    29 +-
 nc_test4/tst_dims.c                         |    34 +-
 nc_test4/tst_dims2.c                        |     9 +-
 nc_test4/tst_dims3.c                        |    13 +-
 nc_test4/tst_empty_vlen_unlim.c             |     1 +
 nc_test4/tst_endian_fill.c                  |    19 +-
 nc_test4/tst_enums.c                        |    64 +-
 nc_test4/tst_files.c                        |    49 +-
 nc_test4/tst_files2.c                       |    29 +-
 nc_test4/tst_files3.c                       |    27 +-
 nc_test4/tst_files4.c                       |    19 +-
 nc_test4/tst_files5.c                       |     5 +-
 nc_test4/tst_files6.c                       |    23 +-
 nc_test4/tst_fill_attr_vanish.c             |     1 +
 nc_test4/tst_fillbug.c                      |     5 +-
 nc_test4/tst_fills.c                        |     5 +-
 nc_test4/tst_fills2.c                       |    18 +-
 nc_test4/tst_grps.c                         |   112 +-
 nc_test4/tst_grps2.c                        |     4 +-
 nc_test4/tst_h4_lendian.c                   |     1 +
 nc_test4/tst_h_atts2.c                      |     3 +-
 nc_test4/tst_h_files3.c                     |    13 +-
 nc_test4/tst_h_many_atts.c                  |     5 +-
 nc_test4/tst_h_scalar.c                     |    12 +-
 nc_test4/tst_hdf5_file_compat.c             |     5 +-
 nc_test4/tst_interops.c                     |    30 +-
 nc_test4/tst_interops2.c                    |    28 +-
 nc_test4/tst_interops3.c                    |     6 +-
 nc_test4/tst_interops4.c                    |    26 +-
 nc_test4/tst_interops5.c                    |    50 +-
 nc_test4/tst_interops6.c                    |    38 +-
 nc_test4/tst_knmi.c                         |    12 +-
 nc_test4/tst_large.c                        |     7 +-
 nc_test4/tst_large2.c                       |    11 +-
 nc_test4/tst_mem.c                          |    11 +-
 nc_test4/tst_mode.c                         |     6 +-
 nc_test4/tst_mpi_parallel.c                 |     7 +-
 nc_test4/tst_nc4perf.c                      |    78 +-
 nc_test4/tst_opaques.c                      |    14 +-
 nc_test4/tst_parallel.c                     |    31 +-
 nc_test4/tst_parallel3.c                    |    64 +-
 nc_test4/tst_parallel4.c                    |    41 +-
 nc_test4/tst_rehash.c                       |    43 +
 nc_test4/tst_strings.c                      |    30 +-
 nc_test4/tst_strings2.c                     |     8 +-
 nc_test4/tst_sync.c                         |    13 +-
 nc_test4/tst_unlim_vars.c                   |     7 +-
 nc_test4/tst_utf8.c                         |    71 +-
 nc_test4/tst_v2.c                           |     3 +-
 nc_test4/tst_varms.c                        |    54 +-
 nc_test4/tst_vars.c                         |   217 +-
 nc_test4/tst_vars2.c                        |    67 +-
 nc_test4/tst_vars3.c                        |    23 +-
 nc_test4/tst_vars4.c                        |     9 +-
 nc_test4/tst_vl.c                           |    20 +-
 nc_test4/tst_xplatform.c                    |    28 +-
 nc_test4/tst_xplatform2.c                   |    36 +-
 ncdap_test/CMakeLists.txt                   |     6 +-
 ncdap_test/Makefile.am                      |     6 +-
 ncdap_test/Makefile.in                      |    22 +-
 ncdump/CMakeLists.txt                       |     2 +-
 ncdump/Makefile.am                          |     2 +-
 ncdump/Makefile.in                          |    47 +-
 ncdump/ncdump.c                             |    19 +-
 ncdump/ref_ctest1_nc4.cdl                   |     4 +-
 ncdump/tst_bug324.c                         |     7 +-
 ncdump/tst_chunking.c                       |     1 +
 ncdump/tst_comp.c                           |    52 +-
 ncdump/tst_comp2.c                          |    34 +-
 ncdump/tst_compress.c                       |     1 +
 ncdump/tst_create_files.c                   |    58 +-
 ncdump/tst_dimsizes.c                       |     5 +-
 ncdump/tst_enum_data.c                      |    52 +-
 ncdump/tst_fileinfo.c                       |    23 +-
 ncdump/tst_fillbug.c                        |    17 +-
 ncdump/tst_group_data.c                     |    19 +-
 ncdump/tst_h_rdc0.c                         |     3 +-
 ncdump/tst_h_scalar.c                       |    12 +-
 ncdump/tst_nans.c                           |    21 +-
 ncdump/tst_opaque_data.c                    |    16 +-
 ncdump/tst_special_atts.c                   |    52 +-
 ncdump/tst_string_data.c                    |    22 +-
 ncdump/tst_unicode.c                        |    11 +-
 ncdump/tst_utf8.c                           |     9 +-
 ncdump/tst_vlen_data.c                      |    20 +-
 ncdump/utils.c                              |     4 +-
 ncdump/vardata.c                            |     2 +-
 ncgen/CMakeLists.txt                        |     2 +-
 ncgen/Make0                                 |    23 +-
 ncgen/Makefile.am                           |     9 +-
 ncgen/Makefile.in                           |     7 +-
 ncgen/bindata.c                             |    44 +-
 ncgen/c0.cdl                                |     7 +-
 ncgen/c0_4.cdl                              |    16 +-
 ncgen/cdata.c                               |    16 +-
 ncgen/cdfdata.c                             |    64 +-
 ncgen/compound_datasize_test.cdl            |    17 +
 ncgen/compound_datasize_test2.cdl           |    30 +
 ncgen/data.h                                |    16 +-
 ncgen/f77data.c                             |    14 +-
 ncgen/genc.c                                |    12 +-
 ncgen/generate.c                            |    54 +-
 ncgen/generr.c                              |    11 +-
 ncgen/generr.h                              |     6 +
 ncgen/jdata.c                               |    14 +-
 ncgen/ncf199.cdl                            |    10 +-
 ncgen/ncgen.1                               |     2 +-
 ncgen/ncgen.h                               |     1 +
 ncgen/ncgen.y                               |     1 +
 ncgen/ncgenl.c                              |    21 +-
 ncgen/ncgeny.c                              |     7 +-
 ncgen/ncgeny.h                              |     2 +-
 ncgen/offsets.c                             |   114 +-
 ncgen/run_nc4_tests.sh                      |    41 +-
 ncgen/run_tests.sh                          |    32 +-
 ncgen/semantics.c                           |    88 +-
 nctest/tst_rename.c                         |     2 +-
 oc2/dap.y                                   |     2 +-
 oc2/dapy.c                                  |  1669 ++-
 oc2/dapy.h                                  |    88 +-
 oc2/ocrc.c                                  |    16 +-
 236 files changed, 15924 insertions(+), 39579 deletions(-)
 delete mode 100644 debian/patches/hdf5-include-path.patch
 delete mode 100644 debian/patches/spelling-errors.patch
 delete mode 100644 libsrc/netcdf.3
 mode change 100644 => 100755 nc-config.in
 copy nc_test/{test_get_p5.c => test_get.c} (72%)
 create mode 100644 nc_test/test_put.c
 create mode 100644 nc_test4/tst_rehash.c
 create mode 100644 ncgen/compound_datasize_test.cdl
 create mode 100644 ncgen/compound_datasize_test2.cdl

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