[mapcache] branch master updated (621cb2a -> d180fdb)

Bas Couwenberg sebastic at debian.org
Thu Apr 13 18:33:40 UTC 2017


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

sebastic pushed a change to branch master
in repository mapcache.

      from  621cb2a   Fix 'contours' typo in manpage.
       new  6c6a650   Imported Upstream version 1.6.0
       new  a788c3e   Merge tag 'upstream/1.6.0'
       new  46a95ab   New upstream release.
       new  c777b98   Drop typo patches, applied upstream.
       new  9e99a49   Update copyright file.
       new  afba96c   Update symbols for amd64.
       new  b73d446   Add patch to fix spelling errors.
       new  d180fdb   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:
 .travis.yml                                  |  56 +++
 CMakeLists.txt                               |  24 +-
 MIGRATION_GUIDE.txt                          |  16 +
 apache/mod_mapcache.c                        | 245 ++++-----
 cgi/mapcache.c                               |   5 +-
 debian/changelog                             |  11 +-
 debian/copyright                             |   3 +-
 debian/libmapcache1.symbols                  |  59 ++-
 debian/patches/across-typo.patch             |  16 -
 debian/patches/cmake-mapserver-include.patch |   2 +-
 debian/patches/occurred-typo.patch           |  38 --
 debian/patches/overridden-typo.patch         |  16 -
 debian/patches/series                        |   4 +-
 debian/patches/spelling-errors.patch         |  16 +
 include/mapcache-config.h.in                 |   4 +-
 include/mapcache.h                           | 715 +++++---------------------
 include/mapcache_services.h                  | 162 ++++++
 lib/buffer.c                                 |   1 -
 lib/cache.c                                  | 159 ++++++
 lib/cache_bdb.c                              |  29 +-
 lib/cache_composite.c                        |  95 +++-
 lib/cache_couchbase.c                        |  27 +-
 lib/cache_disk.c                             | 119 +++--
 lib/cache_fallback.c                         |  51 +-
 lib/cache_memcache.c                         |  36 +-
 lib/cache_multitier.c                        |  40 +-
 lib/cache_rest.c                             | 643 ++++++++++++++++++------
 lib/cache_riak.c                             | 174 +++----
 lib/cache_sqlite.c                           |  73 ++-
 lib/cache_tiff.c                             | 607 +++++++++++++++++++++-
 lib/cache_tokyocabinet.c                     |  17 +-
 lib/configuration.c                          |   4 +-
 lib/configuration_xml.c                      | 237 ++++-----
 lib/connection_pool.c                        |   4 +-
 lib/core.c                                   |   8 +-
 lib/dimension.c                              | 726 +++++++++++++++------------
 lib/grid.c                                   |  61 ++-
 lib/http.c                                   |   6 +-
 lib/image.c                                  |  29 +-
 lib/imageio_jpeg.c                           |  15 +-
 lib/imageio_mixed.c                          |   6 +-
 lib/imageio_png.c                            |   2 +-
 lib/lock.c                                   | 127 +++--
 lib/service_demo.c                           | 167 +++---
 lib/service_kml.c                            |   8 +-
 lib/service_mapguide.c                       |   2 +-
 lib/service_tms.c                            | 270 ++++++----
 lib/service_ve.c                             |  26 +-
 lib/service_wms.c                            | 171 +++----
 lib/service_wmts.c                           | 174 +++----
 lib/services.c                               |   9 +
 lib/source.c                                 |  55 ++
 lib/source_dummy.c                           |  17 +-
 lib/source_fallback.c                        | 165 ++++++
 lib/source_gdal.c                            | 723 ++++++++++++++++++++------
 lib/source_mapserver.c                       | 143 +++---
 lib/source_wms.c                             |  63 ++-
 lib/tileset.c                                | 416 ++++++++++++---
 lib/util.c                                   | 120 ++++-
 mapcache.xml.sample                          |  26 +
 nginx/ngx_http_mapcache_module.c             |   5 +-
 tests/data/world.tif                         | Bin 0 -> 702072 bytes
 tests/expected/wms_capabilities.xml          |  75 +++
 tests/expected/wmts_capabilities.xml         | 247 +++++++++
 tests/run_tests.sh                           |  49 ++
 tests/travis_setup.sh                        |  65 +++
 util/mapcache_seed.c                         | 434 +++++++++++-----
 67 files changed, 5499 insertions(+), 2619 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 MIGRATION_GUIDE.txt
 delete mode 100644 debian/patches/across-typo.patch
 delete mode 100644 debian/patches/occurred-typo.patch
 delete mode 100644 debian/patches/overridden-typo.patch
 create mode 100644 debian/patches/spelling-errors.patch
 create mode 100644 include/mapcache_services.h
 create mode 100644 lib/cache.c
 create mode 100644 lib/source_fallback.c
 create mode 100644 tests/data/world.tif
 create mode 100644 tests/expected/wms_capabilities.xml
 create mode 100644 tests/expected/wmts_capabilities.xml
 create mode 100755 tests/run_tests.sh
 create mode 100755 tests/travis_setup.sh

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



More information about the Pkg-grass-devel mailing list