MapServer 6.0.4 Changelog

  • Fix potential SQL Injection with postgis TIME filters ( #4834 ) (Even Rouault) : 3f0ee57

  • fix for issue 4543 - fcgi error stack not cleaning (Alexandre Dube) : 47e2126

  • fix mapscript builds for recent swig versions backport to branch-6-0 (bug 4325) (Bruno Friedmann) : bf17043

  • fix invalid call to gdFree ( #3942 ) (Thomas Bonfort) : 15021c6

  • fix typo in template date ( #4034 ) (Thomas Bonfort) : d3f2949

  • SDE: Fix for the crash with NCLOB type ( #3001 ) (szekerest) : 0779b3b

  • Adjusting to GMLCOV 1.0 corrigendum 1.0.1 ( #4003 ). (Stephan Meissl) : e1d9b33

  • Adjusting to WCS 2.0 Core corrigendum 2.0.1 ( #4003 ). (Stephan Meissl) : 5849069

  • Adjusted support for the mediatype multipart/related in WCS 2.0. Related to issue #4003 . (Stephan Meissl) : 728faf8

  • Small adjustment in fixing bugs with WCS 1.1/2.0 with VSIMEM ( #4369 ) (Stephan Meissl) : 5b21f45

  • Backporting: WCS: Set layer projection to map’s one if not set ( #4079 ). (Stephan Meissl) : 4a34233

  • Fix for issue 4225 (Jerome Villeneuve Larouche) : d6c02b4

  • Added support for the mediatype multipart/related in GetCoverage requests. Related to issue #4003 . (Fabian Schindler) : a8f89da

  • Fixing bugs with WCS 1.1/2.0 with VSIMEM ( #4369 ) (Fabian Schindler) : 10f6195

  • Add ref to MapScript fix for PHP 5.4 ( #4309 ) (Daniel Morissette) : 917ce92

  • backport PHP 5.4 mapscript updates to branch-6-0 (Jeff McKenna) : 0d68cd5

  • Fix msOGREscapeSQLParam could return random data ( #4335 ) (Alan Boudreault) : f51753f

  • Updated migration guide - removal of DUMP ( #3830 ) (Håvard Tveite) : 3ef03d9

  • Fixed bug in format enumeration. The map.web.metadata key wcs_formats is now also taken into account for each layer (in WCS 1.1). (Fabian Schindler) : eaddf28

  • Removed advertising of supported formats in WCS 2.0 CoverageDescriptions as this is not included in the standard. (Fabian Schindler) : 4538f8e

  • Parse available formats from map.web.metadata field „wcs|ows_formats“ if given. Now for WCS 1.1. Not possible for WCS 1.0 since this Capabilities does not include a supported formats section. (Fabian Schindler) : fb29d28

  • Parse available formats from map.web.metadata field „wcs|ows_formats“ if given. (Fabian Schindler) : 0a0aace

  • Moved nativeFormat element of CoverageDescriptions to the correct place. ( #4003 ). ServiceMetadata is now a section like the other sections of Capabilities. Not yet conformant with the WCS 2.0 specs but obviously a bug. (Fabian Schindler) : fac5e35

  • Made format parameter optional, as long as the „native_format“ can be retrieved (either from the source GDAL dataset or from the metadata). (Fabian Schindler) : af7bf80