[netcdf] branch upstream updated (66c0aba -> 0d7125e)

Bas Couwenberg sebastic at debian.org
Tue Jun 21 05:52:33 UTC 2016


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

sebastic pushed a change to branch upstream
in repository netcdf.

      from  66c0aba   Imported Upstream version 4.4.1~rc2
       new  0d7125e   Imported Upstream version 4.4.1~rc3

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:
 .gitignore                                         |   10 -
 CMakeLists.txt                                     |   20 +-
 RELEASE_NOTES.md                                   |    9 +-
 cf                                                 |    3 +-
 configure                                          |   37 +-
 configure.ac                                       |   17 +-
 docs/Doxyfile.developer                            |    2 +-
 docs/attribute_conventions.md                      |   29 +-
 docs/guide.dox                                     |    4 +-
 docs/tests.md                                      |   23 +
 docs/windows-binaries.md                           |   26 +-
 examples/C/Makefile.in                             |  520 ++++++++--
 examples/CDL/Makefile.in                           |  443 ++++++--
 h5_test/Makefile.in                                |  631 ++++++++++--
 include/nc4internal.h                              |    2 +
 libdap2/ncd2dispatch.c                             |    3 +-
 liblib/nc_initialize.c                             |    2 +-
 libsrc4/nc4attr.c                                  |  274 ++---
 libsrc4/nc4dim.c                                   |   41 -
 libsrc4/nc4file.c                                  |  105 +-
 libsrc4/nc4hdf.c                                   |   91 +-
 libsrc4/nc4info.c                                  |    8 +-
 libsrc4/nc4internal.c                              |   43 +-
 libsrc4/nc4var.c                                   |  209 ----
 libsrc4/ncfunc.c                                   |    6 -
 nc_test/Makefile.in                                |  645 ++++++++++--
 nc_test4/CMakeLists.txt                            |    8 +-
 nc_test4/Make0                                     |    2 +-
 nc_test4/Makefile.am                               |   12 +-
 nc_test4/Makefile.in                               | 1081 ++++++++++++++++++--
 nc_test4/run_par_test.sh                           |    7 +-
 nc_test4/tdset.h5                                  |  Bin 0 -> 7648 bytes
 nc_test4/tst_empty_vlen_unlim.c                    |    4 +-
 nc_test4/tst_fill_attr_vanish.c                    |  137 +++
 nc_test4/tst_hdf4_read_var.sh                      |   23 +
 nc_test4/tst_misc.sh                               |   26 +
 .../{tst_parallel4.c => tst_simplerw_coll_r.c}     |   76 +-
 ncdap_test/Makefile.in                             |  522 ++++++++--
 ncdump/Make0                                       |    8 +-
 ncdump/Makefile.in                                 |  740 ++++++++++++--
 ncdump/ncdump.c                                    |   21 +-
 ncdump/tst_fileinfo.c                              |   57 +-
 ncgen/Makefile.in                                  |  418 ++++++--
 ncgen/includes.h                                   |    3 +
 ncgen3/Makefile.in                                 |  418 ++++++--
 nctest/Makefile.in                                 |  456 +++++++--
 nctest/atttests.c                                  |    3 +
 test-driver                                        |  148 +++
 update_hdf5_compat_files.sh                        |    7 -
 49 files changed, 5762 insertions(+), 1618 deletions(-)
 create mode 100644 docs/tests.md
 create mode 100644 nc_test4/tdset.h5
 create mode 100644 nc_test4/tst_fill_attr_vanish.c
 create mode 100755 nc_test4/tst_hdf4_read_var.sh
 create mode 100755 nc_test4/tst_misc.sh
 copy nc_test4/{tst_parallel4.c => tst_simplerw_coll_r.c} (80%)
 create mode 100755 test-driver
 delete mode 100755 update_hdf5_compat_files.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