MapCache 1.8 Changelog¶
Changes from 1.8.0-rc1 to 1.8.0-rc2¶
Shënim
1.8.0-rc2 was released as the final 1.8.0 release.
Fix issue with PostgreSQL 2nd level dimensions (jbo-ads) : a785e62
Changes from 1.6.1 to 1.8.0-rc1¶
fix Travis build (Jeff McKenna) : 98a4f43
<unistd.h> is not available on Windows (jbo-ads) : 0b85571
Insert #include <unistd.h> in mapcache_detail.c (jbo-ads) : f3fe401
Fix spelling errors. (Bas Couwenberg) : 84f9d10
Add /{J}/{I} at the end of ResourceURL ( #196 ) (jbo-ads) : a381941
fix HTTPS link to openlayers.js in demo gsueur:patch-2 #192 (Jeff McKenna) : 0e74456
Removed stray debug message. (Steve Lime) : d59dce0
Added a helper function to properly test if a tileset is using the raw format (in response to tbonfort comments). (Steve Lime) : 3e0b391
update copyright year (Jeff McKenna) : 2576f2d
update license year (Jeff McKenna) : 3d45bb5
change minor version, to trigger dev build (Jeff McKenna) : 7b95e96
call OpenLayers throught HTTPS (Guillaume SUEUR) : d941887
Add support for <keywords> in WMS/WMTS Capabilities ( #183 ) (jbo-ads) : 330f0eb
Only advertize common layer SRSs on root layer ( #176 ) (jbo-ads) : dca7999
Fix link to apr-util-1.6.1-win32-src.zip in appveyor.yml (jbo-ads) : e66aef2
Fix link to apr-1.6.3-win32-src.zip in appveyor.yml (jbo-ads) : b7c21b5
Add ‹:inv_x› and ‹:inv_y› to templates available in SQLite queries ( #190 ) (jbo-ads) : 1deb5ec
RFC121: Support for dimensions in ElasticSearch ( #184 ) (jbo-ads) : 3eb53ca
RFC121: Support for dimensions in PostgreSQL ( #184 ) (Thomas Bonfort) : aeda6de
refactor time dimension to be backend agnostic (Thomas Bonfort) : 69f0471
Can’t include files on Github - add LICENSE manually and update year (geographika) : 691ddc1
Switch to RST for README and include build status badges and basic info (geographika) : def4512
Zip command (geographika) : 0af62cb
Zip path fix (geographika) : c7cbe8f
Fix zip name (geographika) : cccaa32
Comment out seed application call (geographika) : 5be20f4
Comment out fcgi call (geographika) : 1d0355f
Redirect to nul (geographika) : 06a4014
Add zip and test GET command (geographika) : 333c5e1
Fix SDK download (geographika) : d08e144
Disable pixman due to compile errors (geographika) : b2b7370
Path fixes (geographika) : bd04942
Remove line break symbols (geographika) : 7b27205
Add cd (geographika) : 2ea249f
Correct %APPVEYOR_BUILD_FOLDER% (geographika) : 39fe515
Set VS path (geographika) : f529818
YAML fix (geographika) : 0dbcbc5
Add all dependencies (geographika) : 47a5626
Fix clone (geographika) : 2a3367c
Initial appveyor file (geographika) : 94aaad0
Skip blank tiles for template disk cache ( #175 ) (Cal Heldenbrand) : 36301fb
Fix sample config for new dimension syntax ( #173 ) (Thomas Bonfort) : 145a29b
Fix XSS vulnerability in WMTS and WMS error messages (Even Rouault) : f283987
Disable raw layers for getMap and getFeatureInfo WMS requests. (Steve Lime) : 68a9140
Exclude raw layers from WMS GetCapabilities output. (Steve Lime) : 3d6cd8a
Switched ‹blob› to ‹raw› since it can be used for more than binary data (like vector tiles). It can also be used for something like UTFGrid, so… (Steve Lime) : c7c5254
Expanded tileset blob/metatile check to include metabuffer - for completeness. (Steve Lime) : 8ba4cd8
Throw an error if a tileset defines blob format and metatiling. (Steve Lime) : be1c2eb
Make sure a format is set for non-image (i.e. blob) tiles so a proper mime-type can be set. (Steve Lime) : cfe4bcb
Removed my debugging calls. (Steve Lime) : 23891f2
Basic source=wms, cache=disk support for blob format… (Steve Lime) : 761022e