[mapcache] branch master updated (2599327 -> 3e02ca0)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jul 28 20:08:33 UTC 2015


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

sebastic pushed a change to branch master
in repository mapcache.

      from  2599327   Move from experimental to unstable.
       new  c5ed823   Update watch file to support new upstream tag format too.
       new  37181a9   Imported Upstream version 1.4.0
       new  7ca7c04   Merge tag 'upstream/1.4.0'
       new  2dc9f6e   New upstream release.
       new  504ceba   Update copyright file, add license & copyright for hmac-sha.c.
       new  baa9f04   Refresh patches.
       new  dd32804   Add uscan filenamemangle option.
       new  ed28cfb   Disable experimental mapserver support, FTBFS.
       new  6a53f67   Update symbols for amd64.
       new  1ccddc9   Move docs to libapache2-mod-mapcache.
       new  19771a0   Update mapcache_seed man page with new options.
       new  3e02ca0   Set distribution to experimental.

The 12 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                                    |    2 +
 CMakeLists.txt                                |   19 +-
 Vagrantfile                                   |   27 +
 apache/mod_mapcache.c                         |  120 ++-
 cgi/mapcache.c                                |    2 +-
 cmake/FindRIAK.cmake                          |   14 +
 debian/changelog                              |   13 +
 debian/control                                |    1 -
 debian/copyright                              |    4 +
 debian/{docs => libapache2-mod-mapcache.docs} |    0
 debian/libmapcache1.symbols                   |   66 +-
 debian/mapcache_seed.1.xml                    |   32 +
 debian/patches/cmake-mapserver-include.patch  |    2 +-
 debian/rules                                  |    2 +-
 debian/watch                                  |    5 +-
 include/mapcache-config.h.in                  |    1 +
 include/mapcache.h                            |  404 ++++++++-
 lib/buffer.c                                  |    1 +
 lib/cache_bdb.c                               |  213 ++---
 lib/cache_composite.c                         |  205 +++++
 lib/cache_couchbase.c                         |  462 ++++++++++
 lib/cache_disk.c                              |   89 +-
 lib/cache_fallback.c                          |  202 +++++
 lib/cache_memcache.c                          |  244 ++++--
 lib/cache_multitier.c                         |  165 ++++
 lib/cache_rest.c                              | 1165 +++++++++++++++++++++++++
 lib/cache_riak.c                              |  452 ++++++++++
 lib/cache_sqlite.c                            |  551 +++++++-----
 lib/cache_tiff.c                              |  163 ++--
 lib/configuration.c                           |   37 -
 lib/configuration_xml.c                       |  115 ++-
 lib/connection_pool.c                         |  190 ++++
 lib/core.c                                    |   38 +-
 lib/dimension.c                               |  376 +++++---
 lib/grid.c                                    |   19 +-
 lib/hmac-sha.c                                |  413 +++++++++
 lib/http.c                                    |  114 ++-
 lib/image.c                                   |   19 +
 lib/imageio_png.c                             |  164 +++-
 lib/lock.c                                    |  364 +++++++-
 lib/service_mapguide.c                        |    2 +-
 lib/service_tms.c                             |    2 +-
 lib/service_ve.c                              |    2 +-
 lib/service_wms.c                             |  117 ++-
 lib/service_wmts.c                            |   38 +-
 lib/source_mapserver.c                        |    1 +
 lib/source_wms.c                              |   15 +-
 lib/tileset.c                                 |  138 +--
 lib/util.c                                    |  102 ++-
 mapcache.xml                                  |   13 +-
 mapcache.xml.sample                           |  107 ++-
 nginx/ngx_http_mapcache_module.c              |    4 +-
 scripts/vagrant/mapcache.sh                   |   13 +
 scripts/vagrant/packages.sh                   |   17 +
 scripts/vagrant/virtualbox-fix.sh             |    5 +
 util/mapcache_seed.c                          |  278 +++---
 56 files changed, 6229 insertions(+), 1100 deletions(-)
 create mode 100644 Vagrantfile
 create mode 100644 cmake/FindRIAK.cmake
 rename debian/{docs => libapache2-mod-mapcache.docs} (100%)
 create mode 100644 lib/cache_composite.c
 create mode 100644 lib/cache_couchbase.c
 create mode 100644 lib/cache_fallback.c
 create mode 100644 lib/cache_multitier.c
 create mode 100644 lib/cache_rest.c
 create mode 100644 lib/cache_riak.c
 create mode 100644 lib/connection_pool.c
 create mode 100644 lib/hmac-sha.c
 create mode 100755 scripts/vagrant/mapcache.sh
 create mode 100755 scripts/vagrant/packages.sh
 create mode 100755 scripts/vagrant/virtualbox-fix.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