Changelog for
libmapserver2-8.0.1-1.1.x86_64.rpm :
* Fri Mar 01 2024 Dominique Leuenberger
- BuildRequire proj-devel instead of the long deprecated name libproj-devel.
* Wed Sep 13 2023 Dirk Stoecker - update to 8.0.1
* PROJ_DATA set through config option: take into account possibility of multiple paths separated by ; on Windows or : on Unix
* Resolve a bunch of memory leaks, integer overflows, nullptr dereferences, double-frees.
* Allow NULL shapes to be returned in WFS GetFeature requests
* Ensure POINT blocks do not contain too many points
* https://www.mapserver.org/development/changelog/changelog-8-0.html
* Sat Nov 05 2022 Jan Engelhardt - Enable PHP8 module build in Tumbleweed again since newer SWIG is available. New subpackage php-mapscriptng emitted as a result. [boo#1204736]
* Sat Oct 08 2022 Jan Engelhardt - Update to release 8
* MapServer now requires a config file. To get back mapserver7 behavior, copy /usr/share/doc/packages/mapserver/mapserver.conf to mapserver.conf once.
* The shp2img utility has been renamed to map2img
* FlatGeobuf is now supported natively
* Initial OGC API support
* PHP native MapScript has been removed, in place of PHPNG (SWIG) MapScript, and PHP unit tests have been re-enabled
* New labeling centerline GEOMTRANSFORM method for polygons
* Numerical validation of mapfile entries
* Removed various deprecated mapfile parameters
* New coshp utility to sort shapefile contents as well as sort the associated qix spatial index.- Drop mapserver-7.6.1-fix_python_install_path.patch (no longer applicable)
* Tue Jul 26 2022 Boris Manojlovic - re-enable postgresql support...
* Wed Mar 09 2022 Jan Engelhardt - Make the package build on current Tumbleweed again:
* Disable PHP bindings (fails to build)
* Disable PostgreSQL (fails to configure)- Have mapserver-devel require the accompanying library
* Thu Nov 11 2021 Boris Manojlovic - update to release 7.6.4
* PostGIS: fix ST_Intersects() with collections with PostGIS < 2.5. Fixes https://github.com/MapServer/MapServer/pull/6355#issuecomment-877290417 (Even Rouault) : 3e42e35
* Check if sizeunits is not set to pixels (Patrik Sylve) : 3688004
* Change legend symbol scale factor when SIZEUNITS is set to METERS (Patrik Sylve) : 39a4ead
* spatialindex for sqlite sources in filter (Wouter Visscher) : 955d14e
* Make sure requested class with mode=legendicon is not negative. ( #6357 ) (Steve Lime) : 0901b57
* Updates to CONTRIBUTING.md (Jeff McKenna) : ee6297a
* PostGIS: fix ST_Intersects() with bounding box that is a point (follow-up of fixes #6181 , fixes #6230 ) (fixes https://github.com/MapServer/MapServer/pull/6347#issuecomment-870002856) (Even Rouault) : 44d5d9c
* WMS: make attribute color binding work with FILTER vendor parameter (fixes #6200 ) (Even Rouault) : 1a98ac7
* msQueryByFeatures(): avoid potential segfault when reslut set is empty (Even Rouault) : 98ad83a
* PostGIS: use ST_Intersects instead of && for bounding box (fixes #6181 , fixes #6230 ) (Even Rouault) : e2ef155
* check_single_font(): use quotation mark when msGetGlyphIndex() fails to retrieve the glyph (Even Rouault) : 53ee29e
* msGetGlyphByIndex() / msGetGlyphOutline(): tweak debug/error messages (Even Rouault) : 0bbf943
* When a font is missing a glyph we try to fallback to using a question mark (Krister Wicksell) : cf4756e
* WFS: fix paging with GPKG/Spatialite datasources and non-point geometries (fixes #6325 ) (Even Rouault) : ce8dc4d
* Fix querymap failure for polygon layers with labels only (no styles) ( #6262 ) (Tamas Szekeres) : 782ee8b
* mapxbase: validate nHeadLen (Max Kellermann) : ee5d5de
* mapshape, mapxbase: fix several memory leaks in error code paths (Max Kellermann) : 5e4c504
* mapshape: validate numshapes (Max Kellermann) : b5c0e29
* mapshape: remove useless null terminator (Max Kellermann) : 9755395
* Mon May 31 2021 Ferdinand Thiessen - Update to 7.6.3
* Security: Address flaw in CGI mapfile loading that makes it possible to bypass security controls ( CVE-2021-32062 )
* Fix most of remaining Coverity scan warnings with high priority
* Use CPLSetConfigOption/CPLGetConfigOption for some CGI/FastCGI-related env vars.
* Require url-based symbol values to be pre-defined.
* Improved initial check on generating reference maps, avoid crash with label styles
* Fix resource leak and pointObj initialization errors.- Enable python- Refresh mapserver-7.6.1-fix_python_install_path.patch
* Mon Feb 01 2021 Jan Engelhardt - Update to release 7.6.2
* Contour layer: take into account nodata value from GDAL raster
* WCS 1.1 and 2.0: fix support of netCDF output
* Wed Jan 20 2021 Jan Engelhardt - Drop BuildRequires on binary library packages; this is wrong.- Drop excessive runtime package requirements.