Skip to content

Commit 7a95e64

Browse files
committed
update links
1 parent 1bd7868 commit 7a95e64

File tree

9 files changed

+1490
-1490
lines changed

9 files changed

+1490
-1490
lines changed

en/development/changelog/changelog-7-0.txt

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -12,39 +12,39 @@ file from the source directory.
1212
Changes from 7.0.7 to 7.0.8
1313
===========================
1414

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>`__
17-
* handle phpmapscript vulnerability in error handling ( `#6014 <https://github.com/mapserver/mapserver/issues/6014>`__ ) (Jeff McKenna) : `7e36981 <https://github.com/mapserver/mapserver/commit/7e36981948cb3a304f17256f0ea051e5c32d330f>`__
18-
* Fix potential XSS issue with [layers] tag. (Steve Lime) : `7d75e8f <https://github.com/mapserver/mapserver/commit/7d75e8f9c4acc7337f2b128a23a27eac752d846a>`__
19-
* 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>`__
21-
* Remove unused variable (Even Rouault) : `5c151d6 <https://github.com/mapserver/mapserver/commit/5c151d6be2c03f2b40eaabd963676a28111a681e>`__
22-
* Fixing wrong allocation methods in WCS 2.0 GetCoverage. (Fabian Schindler) : `fa811a5 <https://github.com/mapserver/mapserver/commit/fa811a59479651d064716b4b4d25abefe3b61970>`__
23-
* Adding missing exptected result. (Stephan Meißl) : `c771a26 <https://github.com/mapserver/mapserver/commit/c771a26cc514a188bd6f11223593ac08ab336328>`__
24-
* Adding tests for `#5415 <https://github.com/mapserver/mapserver/issues/5415>`__ . (Stephan Meißl) : `0bfc5e7 <https://github.com/mapserver/mapserver/commit/0bfc5e7551c7caf2b87c94fb9906af7f93311c28>`__
25-
* 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>`__
27-
* Fixing WCS 2.0 POST/XML tests after recent bugfixes. (Fabian Schindler) : `28f6566 <https://github.com/mapserver/mapserver/commit/28f65661f09167348559382319a36496609221a5>`__
28-
* Apply FT_LOAD_NO_BITMAP in FT_Load_Glyph ( `#5567 <https://github.com/mapserver/mapserver/issues/5567>`__ ) (Tamas Szekeres) : `53d1460 <https://github.com/mapserver/mapserver/commit/53d146097e988d1084d794ee0eccb0f766fb3b62>`__
29-
* 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>`__
31-
* Adjust expected results after `#5560 <https://github.com/mapserver/mapserver/issues/5560>`__ fix (Even Rouault) : `f2b1afe <https://github.com/mapserver/mapserver/commit/f2b1afe20a8d26863dff58410ec499ce2d6a20db>`__
32-
* 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>`__
34-
* Fix MSSql Filter (Eric Peiffer) : `c0f2f8a <https://github.com/mapserver/mapserver/commit/c0f2f8ae10a661eeeb480bf2d8738b4fa383a93d>`__
35-
* WCS 2.0: fix when input raster is full world in EPSG:4326 (Even Rouault) : `03da61e <https://github.com/mapserver/mapserver/commit/03da61e8dd5649776ea1e423a4314d1e5139c56a>`__
36-
* Exclude .java files from jar. (Bas Couwenberg) : `d8dfde1 <https://github.com/mapserver/mapserver/commit/d8dfde1125f432ce61c48b0c89682eed1da725b3>`__
37-
* 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>`__
42-
* Fix transfter typo (Guillaume Beraudo) : `112f1b1 <https://github.com/mapserver/mapserver/commit/112f1b1c62008f91cf64bfc9f3009e5d68975578>`__
43-
* Fix Filer typo (Guillaume Beraudo) : `c1079fa <https://github.com/mapserver/mapserver/commit/c1079fa5dd990ff99f6c8bc5387f15ff84829c7e>`__
44-
* Fix coantins typo (Guillaume Beraudo) : `aada6a1 <https://github.com/mapserver/mapserver/commit/aada6a13a63e433346d1548719fc4546061600b5>`__
45-
* Fix conteent typo (Guillaume Beraudo) : `160d7bc <https://github.com/mapserver/mapserver/commit/160d7bcb85f2212070b3efe38e12c6b087c33ed8>`__
46-
* 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>`__
17+
* handle phpmapscript vulnerability in error handling ( `#6014 <https://github.com/MapServer/MapServer/issues/6014>`__ ) (Jeff McKenna) : `7e36981 <https://github.com/MapServer/MapServer/commit/7e36981948cb3a304f17256f0ea051e5c32d330f>`__
18+
* Fix potential XSS issue with [layers] tag. (Steve Lime) : `7d75e8f <https://github.com/MapServer/MapServer/commit/7d75e8f9c4acc7337f2b128a23a27eac752d846a>`__
19+
* 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>`__
21+
* Remove unused variable (Even Rouault) : `5c151d6 <https://github.com/MapServer/MapServer/commit/5c151d6be2c03f2b40eaabd963676a28111a681e>`__
22+
* Fixing wrong allocation methods in WCS 2.0 GetCoverage. (Fabian Schindler) : `fa811a5 <https://github.com/MapServer/MapServer/commit/fa811a59479651d064716b4b4d25abefe3b61970>`__
23+
* Adding missing exptected result. (Stephan Meißl) : `c771a26 <https://github.com/MapServer/MapServer/commit/c771a26cc514a188bd6f11223593ac08ab336328>`__
24+
* Adding tests for `#5415 <https://github.com/MapServer/MapServer/issues/5415>`__ . (Stephan Meißl) : `0bfc5e7 <https://github.com/MapServer/MapServer/commit/0bfc5e7551c7caf2b87c94fb9906af7f93311c28>`__
25+
* 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>`__
27+
* Fixing WCS 2.0 POST/XML tests after recent bugfixes. (Fabian Schindler) : `28f6566 <https://github.com/MapServer/MapServer/commit/28f65661f09167348559382319a36496609221a5>`__
28+
* Apply FT_LOAD_NO_BITMAP in FT_Load_Glyph ( `#5567 <https://github.com/MapServer/MapServer/issues/5567>`__ ) (Tamas Szekeres) : `53d1460 <https://github.com/MapServer/MapServer/commit/53d146097e988d1084d794ee0eccb0f766fb3b62>`__
29+
* 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>`__
31+
* Adjust expected results after `#5560 <https://github.com/MapServer/MapServer/issues/5560>`__ fix (Even Rouault) : `f2b1afe <https://github.com/MapServer/MapServer/commit/f2b1afe20a8d26863dff58410ec499ce2d6a20db>`__
32+
* 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>`__
34+
* Fix MSSql Filter (Eric Peiffer) : `c0f2f8a <https://github.com/MapServer/MapServer/commit/c0f2f8ae10a661eeeb480bf2d8738b4fa383a93d>`__
35+
* WCS 2.0: fix when input raster is full world in EPSG:4326 (Even Rouault) : `03da61e <https://github.com/MapServer/MapServer/commit/03da61e8dd5649776ea1e423a4314d1e5139c56a>`__
36+
* Exclude .java files from jar. (Bas Couwenberg) : `d8dfde1 <https://github.com/MapServer/MapServer/commit/d8dfde1125f432ce61c48b0c89682eed1da725b3>`__
37+
* 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>`__
42+
* Fix transfter typo (Guillaume Beraudo) : `112f1b1 <https://github.com/MapServer/MapServer/commit/112f1b1c62008f91cf64bfc9f3009e5d68975578>`__
43+
* Fix Filer typo (Guillaume Beraudo) : `c1079fa <https://github.com/MapServer/MapServer/commit/c1079fa5dd990ff99f6c8bc5387f15ff84829c7e>`__
44+
* Fix coantins typo (Guillaume Beraudo) : `aada6a1 <https://github.com/MapServer/MapServer/commit/aada6a13a63e433346d1548719fc4546061600b5>`__
45+
* Fix conteent typo (Guillaume Beraudo) : `160d7bc <https://github.com/MapServer/MapServer/commit/160d7bcb85f2212070b3efe38e12c6b087c33ed8>`__
46+
* 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>`__
4848

4949
.. _changelog-7-0-7:
5050

en/development/changelog/changelog-7-2.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ file from the source directory.
1212
Changes from 7.2.2 to 7.2.3
1313
===========================
1414

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) : `7db7cbb <https://github.com/mapserver/mapserver/commit/7db7cbb26b6bc6e651db268e9536836a56e6825a>`__
16-
* Use CPLSetConfigOption/CPLGetConfigOption for some CGI/FastCGI-related env vars ( `#6305 <https://github.com/mapserver/mapserver/issues/6305>`__ ) (Seth G) : `c079fb1 <https://github.com/mapserver/mapserver/commit/c079fb110b335d0ece78049ba7bc5d1d67023003>`__
17-
* handle PHPMapScript vulnerability in error handling ( `#6014 <https://github.com/mapserver/mapserver/issues/6014>`__ ) (Jeff McKenna) : `1ce0d4d <https://github.com/mapserver/mapserver/commit/1ce0d4dc7e4f3f7e503f6499e14d2bd74e62ce4d>`__
18-
* Fix potential XSS issue with [layers] tag. (Steve Lime) : `fe08631 <https://github.com/mapserver/mapserver/commit/fe08631bcdf54ada918cda22214aa2b5a6ec19cb>`__
19-
* Fix crash on corrupt qix files ( `#2362 <https://github.com/mapserver/mapserver/issues/2362>`__ ) (Tamas Szekeres) : `7774a79 <https://github.com/mapserver/mapserver/commit/7774a791eb9acfd4f18071c08f454a50b621e0d8>`__
20-
* Add layer name to the error message of the missing fields in msOGRLayerInitItemInfo ( `#5755 <https://github.com/mapserver/mapserver/issues/5755>`__ ) (Tamas Szekeres) : `9ab8955 <https://github.com/mapserver/mapserver/commit/9ab89550d10e8736385a436132511a74eedef33a>`__
21-
* Added explicit conversion for long attributes. (Steve Lime) : `a05d92d <https://github.com/mapserver/mapserver/commit/a05d92de8263b1c5bcfada89a9755c366d1f9061>`__
22-
* WMS: apply FILTER (RFC 118) vendor parameter after the CRS parameter is taken into account to avoid extent inconsistencies (found during refs `#5658 <https://github.com/mapserver/mapserver/issues/5658>`__ investigation) (Even Rouault) : `3ab3322 <https://github.com/mapserver/mapserver/commit/3ab33227c6ca35856121d36ec82bb2c55a5f8d3c>`__
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) : `7db7cbb <https://github.com/MapServer/MapServer/commit/7db7cbb26b6bc6e651db268e9536836a56e6825a>`__
16+
* Use CPLSetConfigOption/CPLGetConfigOption for some CGI/FastCGI-related env vars ( `#6305 <https://github.com/MapServer/MapServer/issues/6305>`__ ) (Seth G) : `c079fb1 <https://github.com/MapServer/MapServer/commit/c079fb110b335d0ece78049ba7bc5d1d67023003>`__
17+
* handle PHPMapScript vulnerability in error handling ( `#6014 <https://github.com/MapServer/MapServer/issues/6014>`__ ) (Jeff McKenna) : `1ce0d4d <https://github.com/MapServer/MapServer/commit/1ce0d4dc7e4f3f7e503f6499e14d2bd74e62ce4d>`__
18+
* Fix potential XSS issue with [layers] tag. (Steve Lime) : `fe08631 <https://github.com/MapServer/MapServer/commit/fe08631bcdf54ada918cda22214aa2b5a6ec19cb>`__
19+
* Fix crash on corrupt qix files ( `#2362 <https://github.com/MapServer/MapServer/issues/2362>`__ ) (Tamas Szekeres) : `7774a79 <https://github.com/MapServer/MapServer/commit/7774a791eb9acfd4f18071c08f454a50b621e0d8>`__
20+
* Add layer name to the error message of the missing fields in msOGRLayerInitItemInfo ( `#5755 <https://github.com/MapServer/MapServer/issues/5755>`__ ) (Tamas Szekeres) : `9ab8955 <https://github.com/MapServer/MapServer/commit/9ab89550d10e8736385a436132511a74eedef33a>`__
21+
* Added explicit conversion for long attributes. (Steve Lime) : `a05d92d <https://github.com/MapServer/MapServer/commit/a05d92de8263b1c5bcfada89a9755c366d1f9061>`__
22+
* WMS: apply FILTER (RFC 118) vendor parameter after the CRS parameter is taken into account to avoid extent inconsistencies (found during refs `#5658 <https://github.com/MapServer/MapServer/issues/5658>`__ investigation) (Even Rouault) : `3ab3322 <https://github.com/MapServer/MapServer/commit/3ab33227c6ca35856121d36ec82bb2c55a5f8d3c>`__
2323

2424
.. _changelog-7.2.2:
2525

en/development/changelog/changelog-7-4.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ file from the source directory.
1212
Changes from 7.4.4 to 7.4.5
1313
===========================
1414

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) : `d611782 <https://github.com/mapserver/mapserver/commit/d6117828a160feed354bce90e5ddb2874f0e306f>`__
16-
* Use CPLSetConfigOption/CPLGetConfigOption for some CGI/FastCGI-related env vars ( `#6305 <https://github.com/mapserver/mapserver/issues/6305>`__ ) (Seth G) : `f19c8b7 <https://github.com/mapserver/mapserver/commit/f19c8b7a615fefd751056b8c1d3749f9ff31ff10>`__
17-
* WCS 1.1 and 2.0: fix support of netCDF output (complementary fix to refs `#5968 <https://github.com/mapserver/mapserver/issues/5968>`__ ) (Even Rouault) : `6bd9301 <https://github.com/mapserver/mapserver/commit/6bd9301b6204043773ed904ced606a83659c9ca9>`__
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) : `d611782 <https://github.com/MapServer/MapServer/commit/d6117828a160feed354bce90e5ddb2874f0e306f>`__
16+
* Use CPLSetConfigOption/CPLGetConfigOption for some CGI/FastCGI-related env vars ( `#6305 <https://github.com/MapServer/MapServer/issues/6305>`__ ) (Seth G) : `f19c8b7 <https://github.com/MapServer/MapServer/commit/f19c8b7a615fefd751056b8c1d3749f9ff31ff10>`__
17+
* WCS 1.1 and 2.0: fix support of netCDF output (complementary fix to refs `#5968 <https://github.com/MapServer/MapServer/issues/5968>`__ ) (Even Rouault) : `6bd9301 <https://github.com/MapServer/MapServer/commit/6bd9301b6204043773ed904ced606a83659c9ca9>`__
1818

1919
.. _changelog-7-4-4:
2020

0 commit comments

Comments
 (0)