You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/development/changelog/changelog-7-0.txt
+33-33Lines changed: 33 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -12,39 +12,39 @@ file from the source directory.
12
12
Changes from 7.0.7 to 7.0.8
13
13
===========================
14
14
15
-
* CVE-2021-32062: Address flaw in CGI mapfile loading that makes it possible to bypass security controls ( `#6313 <https://github.com/mapserver/mapserver/issues/6313>`__ ) ( `#6314 <https://github.com/mapserver/mapserver/issues/6314>`__ ) (Steve Lime) : `82a3eb5 <https://github.com/mapserver/mapserver/commit/82a3eb5f6c8f75cedd095b909cc4990f3d8a99e1>`__
16
-
* Use CPLSetConfigOption/CPLGetConfigOption for some CGI/FastCGI-related env vars ( `#6305 <https://github.com/mapserver/mapserver/issues/6305>`__ ) (Seth G) : `3c3c9b3 <https://github.com/mapserver/mapserver/commit/3c3c9b3934f42808c15957f9378dec904203228d>`__
* Cascaded WMS: do not issue a useless GetLegendGraphic to the cascaded server when doing a GetFeatureInfo request (Even Rouault) : `2b9d022 <https://github.com/mapserver/mapserver/commit/2b9d02203e38ecaad1214ef463ea501749824432>`__
20
-
* WFS: take into account PROPERTYNAME with OGR output format (fixes `#5573 <https://github.com/mapserver/mapserver/issues/5573>`__ ) (Even Rouault) : `563b175 <https://github.com/mapserver/mapserver/commit/563b175040b552faaa291b7319843f8f0f729260>`__
* Adjusting coverage used in tests. (Stephan Meißl) : `ef99079 <https://github.com/mapserver/mapserver/commit/ef99079031f3aa14cd2489493a01f243a2be3739>`__
26
-
* Adding additional tests for rangesubsets: using default band names and indices for POST/XML. (Fabian Schindler) : `ced579e <https://github.com/mapserver/mapserver/commit/ced579e562929ae56f7ecf533e30c52ce9b8a8b7>`__
* Fixing issues when no band names are specified: allowing to access the bands with the default band name 'band<n>'. (Fabian Schindler) : `3b4aefa <https://github.com/mapserver/mapserver/commit/3b4aefa555253d4ae2d193c3dabebb191e8f948b>`__
30
-
* Fixing issues with parsing GetCoverage XML requests. (Fabian Schindler) : `8d3b4a4 <https://github.com/mapserver/mapserver/commit/8d3b4a42829d130263bfcc7941be47801d712a74>`__
* WMS capabilities: automatically add 'application/json' to GetMap formats if UTFGRID OUPUTFORMAT is specified (fixes `#5560 <https://github.com/mapserver/mapserver/issues/5560>`__ ) (Even Rouault) : `e78e26f <https://github.com/mapserver/mapserver/commit/e78e26fbc50fefed6d26b7d88acba3bbc680e752>`__
33
-
* msOGRFileOpen(): reset OGR error after trying to run 'SELECT spatialite_version()' for SQlite and GPKG input datasets (Even Rouault) : `4e4885f <https://github.com/mapserver/mapserver/commit/4e4885f8598764b7cfb3a8c1c91c6f60eb12671f>`__
* WCS 2.0: fix when input raster is full world in EPSG:4326 (Even Rouault) : `03da61e <https://github.com/mapserver/mapserver/commit/03da61e8dd5649776ea1e423a4314d1e5139c56a>`__
* Fix segfault with polyline labels for empty multilinestrings (Oliver Tonnhofer) : `b93c142 <https://github.com/mapserver/mapserver/commit/b93c142da429eb1bb9e823e27e005c9a3a999e4b>`__
38
-
* Fix compilation without GDAL and OGR (fixes `#5539 <https://github.com/mapserver/mapserver/issues/5539>`__ ) (Even Rouault) : `bba2982 <https://github.com/mapserver/mapserver/commit/bba2982a19514543b7ad4a5b73c5eb12dc219096>`__
39
-
* update for year 2018 (Jeff McKenna) : `20ee78f <https://github.com/mapserver/mapserver/commit/20ee78ffbbd68d3a9f6dd3cba9566c05e70748d2>`__
40
-
* Fix crash on GRID layer without LABEL block (fixes `#5466 <https://github.com/mapserver/mapserver/issues/5466>`__ ) (Even Rouault) : `e82d376 <https://github.com/mapserver/mapserver/commit/e82d376f76c7e134a307a5c440a0f61d354e93e6>`__
41
-
* Add comments to previous commit, and make sure that in msWCSGetCoverage20_GetBands() the WCS 2.0 wcs_band_names get priority over the WCS 1.x wcs_rangeset_axes (to be consistent with msWCSGetCoverageMetadata20()) (Even Rouault) : `6a09273 <https://github.com/mapserver/mapserver/commit/6a09273f4da7486b7f05846c3acb0630f54664dd>`__
* WCS 2.0: special processing for wcs_rangeset_axes=bands (Even Rouault) : `2493287 <https://github.com/mapserver/mapserver/commit/2493287b0e35f54c671d6dae33ebabfc7869bb60>`__
47
-
* UVRaster: better result quality for rasters whose longitude span from 0 to 360 deg (complementary fix for `#5502 <https://github.com/mapserver/mapserver/issues/5502>`__ ) (Even Rouault) : `116c7d2 <https://github.com/mapserver/mapserver/commit/116c7d235220e3e4cfea0d19c958e21739b309b9>`__
15
+
* CVE-2021-32062: Address flaw in CGI mapfile loading that makes it possible to bypass security controls ( `#6313 <https://github.com/MapServer/MapServer/issues/6313>`__ ) ( `#6314 <https://github.com/MapServer/MapServer/issues/6314>`__ ) (Steve Lime) : `82a3eb5 <https://github.com/MapServer/MapServer/commit/82a3eb5f6c8f75cedd095b909cc4990f3d8a99e1>`__
16
+
* Use CPLSetConfigOption/CPLGetConfigOption for some CGI/FastCGI-related env vars ( `#6305 <https://github.com/MapServer/MapServer/issues/6305>`__ ) (Seth G) : `3c3c9b3 <https://github.com/MapServer/MapServer/commit/3c3c9b3934f42808c15957f9378dec904203228d>`__
* Cascaded WMS: do not issue a useless GetLegendGraphic to the cascaded server when doing a GetFeatureInfo request (Even Rouault) : `2b9d022 <https://github.com/MapServer/MapServer/commit/2b9d02203e38ecaad1214ef463ea501749824432>`__
20
+
* WFS: take into account PROPERTYNAME with OGR output format (fixes `#5573 <https://github.com/MapServer/MapServer/issues/5573>`__ ) (Even Rouault) : `563b175 <https://github.com/MapServer/MapServer/commit/563b175040b552faaa291b7319843f8f0f729260>`__
* Adjusting coverage used in tests. (Stephan Meißl) : `ef99079 <https://github.com/MapServer/MapServer/commit/ef99079031f3aa14cd2489493a01f243a2be3739>`__
26
+
* Adding additional tests for rangesubsets: using default band names and indices for POST/XML. (Fabian Schindler) : `ced579e <https://github.com/MapServer/MapServer/commit/ced579e562929ae56f7ecf533e30c52ce9b8a8b7>`__
* Fixing issues when no band names are specified: allowing to access the bands with the default band name 'band<n>'. (Fabian Schindler) : `3b4aefa <https://github.com/MapServer/MapServer/commit/3b4aefa555253d4ae2d193c3dabebb191e8f948b>`__
30
+
* Fixing issues with parsing GetCoverage XML requests. (Fabian Schindler) : `8d3b4a4 <https://github.com/MapServer/MapServer/commit/8d3b4a42829d130263bfcc7941be47801d712a74>`__
* WMS capabilities: automatically add 'application/json' to GetMap formats if UTFGRID OUPUTFORMAT is specified (fixes `#5560 <https://github.com/MapServer/MapServer/issues/5560>`__ ) (Even Rouault) : `e78e26f <https://github.com/MapServer/MapServer/commit/e78e26fbc50fefed6d26b7d88acba3bbc680e752>`__
33
+
* msOGRFileOpen(): reset OGR error after trying to run 'SELECT spatialite_version()' for SQlite and GPKG input datasets (Even Rouault) : `4e4885f <https://github.com/MapServer/MapServer/commit/4e4885f8598764b7cfb3a8c1c91c6f60eb12671f>`__
* WCS 2.0: fix when input raster is full world in EPSG:4326 (Even Rouault) : `03da61e <https://github.com/MapServer/MapServer/commit/03da61e8dd5649776ea1e423a4314d1e5139c56a>`__
* Fix segfault with polyline labels for empty multilinestrings (Oliver Tonnhofer) : `b93c142 <https://github.com/MapServer/MapServer/commit/b93c142da429eb1bb9e823e27e005c9a3a999e4b>`__
38
+
* Fix compilation without GDAL and OGR (fixes `#5539 <https://github.com/MapServer/MapServer/issues/5539>`__ ) (Even Rouault) : `bba2982 <https://github.com/MapServer/MapServer/commit/bba2982a19514543b7ad4a5b73c5eb12dc219096>`__
39
+
* update for year 2018 (Jeff McKenna) : `20ee78f <https://github.com/MapServer/MapServer/commit/20ee78ffbbd68d3a9f6dd3cba9566c05e70748d2>`__
40
+
* Fix crash on GRID layer without LABEL block (fixes `#5466 <https://github.com/MapServer/MapServer/issues/5466>`__ ) (Even Rouault) : `e82d376 <https://github.com/MapServer/MapServer/commit/e82d376f76c7e134a307a5c440a0f61d354e93e6>`__
41
+
* Add comments to previous commit, and make sure that in msWCSGetCoverage20_GetBands() the WCS 2.0 wcs_band_names get priority over the WCS 1.x wcs_rangeset_axes (to be consistent with msWCSGetCoverageMetadata20()) (Even Rouault) : `6a09273 <https://github.com/MapServer/MapServer/commit/6a09273f4da7486b7f05846c3acb0630f54664dd>`__
0 commit comments