Skip to content
Commits on Source (16)
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
SET(CPACK_PACKAGE_VERSION_MINOR "18")
SET(CPACK_PACKAGE_VERSION_PATCH "20")
SET(CPACK_PACKAGE_VERSION_PATCH "21")
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
SET(RELEASE_NAME "Las Palmas")
IF (POLICY CMP0048) # in CMake 3.0.0+
......
rldhont <rldhont@gmail.com> 2018-06-21
[Server] Use Project selection color in GetPrint for 2.18
QGIS Server uses QgsMapRenderer and not QgsMapSettings to configure maps
rendering, and color selection was not transmitted between QgsMapRenderer and
QgsMapSettings and between mapSettings and jobMapSettings in QgsMapComposer.
This commit completes:
* [Server] Reactivate the capability to print selection with Server 2.18 3d0f1b6f655ae982e6eccaf14f487f7f04a2e58d
* [Server] Read and activate selection color 79a212ee73ed0d93d1ce7466a926b73875b8b30a
Merge: bc6c940339 e991380474
rldhont <rldhont@gmail.com> 2018-06-21
Merge pull request #7232 from rldhont/server-wms-getprint-fix-legend-218
[BUGFIX][Server] In GetPrint, legend as to be fixed when it is not auto update or filter by map
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-06-19
Fix transparency for data defined color in ellipse marker
Merge: 10dd428031 e3d03056e3
mhugent <marco.hugentobler@sourcepole.ch> 2018-06-19
Merge pull request #7273 from mhugent/dxf_fontsize_fix
Use tightBoundingRect to calculate size of dxf text. Otherwise, the t…
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-06-19
Use tightBoundingRect to calculate size of dxf text. Otherwise, the text will be too big in the dxf
Nyall Dawson <nyall.dawson@gmail.com> 2018-06-19
Revert "[Processing] None is the default value for parameters also for string"
This reverts commit ac4d776af018a34b8f9e3d67647b5dbcf7c90bf3.
See discussion at https://github.com/qgis/QGIS/pull/6943
Merge: 6d3199ff11 77a28ddd3c
Matthias Kuhn <matthias@opengis.ch> 2018-06-19
Merge pull request #6081 from radosuav/fix_style_algs
[Processing] Fix "Set style for raster/vector layer" algorithms.
rldhont <rldhont@gmail.com> 2018-06-16
[Test][Server] Enhance WMS GetPrint Selection
rldhont <rldhont@gmail.com> 2018-06-15
[Server] Read and activate selection color
The selection color is read from QgsProject by QgsMapRenderer during the
rendering. So Server has to activate selection color by set color read from
project XML.
Merge: 4d07516ca1 cf3054d60d
rldhont <rldhont@gmail.com> 2018-06-18
Merge pull request #7250 from rldhont/composer-filter-legend-nodes-fix-218
Remove invisible layers from legend
rldhont <rldhont@gmail.com> 2018-06-13
[BUGFIX][Server] In GetPrint, legend as to be fixed when it is not auto update or filter by map
In release-2_14, a legend is fixed when it is not linked to a map. In
release-2_18, a legend as to be fixed when it is not auto update or filter
by map.
Actually a legend with no auto update and a layer missing in the request, the
missing layer is repalced by `(?)`
It's fixed a regression in some.
To fix this regression, layers needed in legen composer has to be loaded
before the composer items has been parsed.
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-06-16
2.18: fix ellipse symbollayer transparency
arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com> 2017-05-10
Remove invisible layers from legend
Do not show invisible layers in composer legend.
Useful for raster layers as QgsMapHitTest only take care of vector layers.
Related with #14194
Related with #11641
Merge: 247836bd64 146a398613
rldhont <rldhont@gmail.com> 2018-06-14
Merge pull request #7224 from rldhont/server-wms-getfeatureinfo-raster-gml-no-data
[Server] WMS GetFeatureInfo Raster GML: do not add attribute for no data
Merge: ade01f561f 974b9f371d
rldhont <rldhont@gmail.com> 2018-06-14
Merge pull request #7119 from rldhont/symbol-utils-symbolNameToPath-projectRelativePath
[SymbolLayerUtils] Using QgsProject::readPath to resolve relative path in symbolNameToPath
Denis Rouzaud <denis.rouzaud@gmail.com> 2018-06-13
fix missing /Out/ annotations for some geometry classes (#7234)
* fix missing /Out/ annotations for some geometry classes
* one more missing SIP annotation
rldhont <rldhont@gmail.com> 2018-06-12
[Server] WMS GetFeatureInfo Raster GML: do not add attribute for no data
For WMS GetFeatureInfo request on a raster layer with GML as output, if the
identify value is null, do not ad the band as an attribute.
Merge: cd8ab68dee ad394acd47
rldhont <rldhont@gmail.com> 2018-06-11
Merge pull request #7116 from rldhont/processing-infinite-loop-in-refresh-algorithms-tree-218
[BUGFIX][Processing] Infinite loop in refresh algorithms tree 2.18
rldhont <rldhont@gmail.com> 2018-05-30
[BUGFIX][Processing] Infinite loop in refresh algorithms tree
When an algorithm provider is refresh, all algorithm providers are reloaded.
But after each reload,the providerReloaded event is emitted and the provider
algorithms tree is refreshed, and all the algorithm providers are reloaded,
and the infinite loop started.
It fixed #18877 *Maximum recursion depth exceeded after adding a model or
script to the Processing algorithm list (since 2.18.18!)* by removing
`updateAlgsList` when refresh provider algorithms tree item.
Juergen E. Fischer <jef@norbit.de> 2018-06-07
fix crash when highlighting invisible features
(3.x apparently not affected)
rldhont <rldhont@gmail.com> 2018-06-05
[Server] Reactivate the capability to print selection with Server 2.18
The capability to print selection has been removed by the commit aaa7003 to
prevent accidental selections showing in exports from composer.
It is reactivated only for QGIS Server.
fixes #13459 QGIS Server WMS GetPrint request don't respect SELECTION parameter
Merge: 21d15e7101 a7bc536521
Alessandro Pasotti <elpaso@itopen.it> 2018-06-04
Merge pull request #7163 from elpaso/bugfix-19050-backport
Do not set min/max precision for int fields
Alessandro Pasotti <elpaso@itopen.it> 2018-06-01
Do not set min/max precision for int fields
Fixes #19050
QGIS saves integer field when I create a new real
field through field calculator (Update field works as intended)
cherry-picked from master commit 033071a
rldhont <rldhont@gmail.com> 2018-06-01
[BUGFIX][Server] Segfault when GetFeatureInfo on Raster layer to GML
The PR #6279 has introduced some bug, like a segfault when a WMS GetFeatureInfo
is done on a Raster layer with output to GML.
This commit fixes it.
rldhont <rldhont@gmail.com> 2018-05-30
[SymbolLayerUtils] Using QgsProject::readPath to resolve relative path in symbolNameToPath
In `QgsSymbolLayerV2Utils::symbolNameToPath` the resolution of relative path to
project was nos based on `QgsProject::readPath` method.
Merge: efce338b52 76e508c1e2
Matthias Kuhn <matthias@opengis.ch> 2018-05-29
Merge pull request #6955 from amaizr/web-view-widget-wrapper-url-encoding-2_18
Assume URL already encoded in web view widget
rldhont <rldhont@gmail.com> 2018-05-26
[Server][WFS] GeoJSON FeatureCollection BBOX is restricted to -180,-90,180,90
Juergen E. Fischer <jef@norbit.de> 2018-05-26
Fix windows build (followup 15d2b3683)
rldhont <rldhont@gmail.com> 2018-05-04
[Oracle][Tests] Enhance Geometry creation SQL script
(cherry-picked from 3f6cd31)
rldhont <rldhont@gmail.com> 2018-05-04
[BUGFIX][Oracle] Mixing SDO_GEOMETRY Point definition
Fixes #18900
In `sdoobj`, the `elem_info` array size is not the right way to defined the way
to read Point coordinate. The right way is to check the
sdoind attributes, like in Mapserver.
The way Mapserver defined check point coordinate: https://github.com/mapserver/mapserver/blob/fd04328a89e75ac963f15867d9d90a50d47513c1/maporaclespatial.c#L1588
(cherry-picked from 4017690)
rldhont <rldhont@gmail.com> 2018-05-03
[Oracle][Tests] Enhance Point convertion test
Instead of using 'SDO_UTIL.FROM_WKTGEOMETRY' to generate `SDO_GEOMETRY` object
for Point, the `testdata` generate Point and MultiPoint with `SDO_POINT_TYPE`
or `SDO_ELEM_INFO_ARRAY` and `SDO_ORDINATE_ARRAY`.
With this way of creating Point and MultiPoint, we can test the way Point and
MultiPoint are converting to WKB.
(cherry-picked from 4bc315e)
Nyall Dawson <nyall.dawson@gmail.com> 2018-04-26
Followups
(cherry-picked from 12a2243)
Nyall Dawson <nyall.dawson@gmail.com> 2018-04-26
[oracle] Some updates to Oracle provider test suite
Now the Oracle provider passes the data provider edit stress/
conformance tests without issue!
(cherry-picked from 68838aa)
Nyall Dawson <nyall.dawson@gmail.com> 2018-04-26
[oracle] Fix handling of NULL values when add features to provider
Fixes NULL attribute values are incorrectly converted to empty
strings or 0 numeric values instead of NULL.
(cherry-picked from 3a3b0fe)
Nyall Dawson <nyall.dawson@gmail.com> 2018-04-18
[oracle] Fixes for edit tests (still disabled)
(cherry-picked from e197f80)
Nyall Dawson <nyall.dawson@gmail.com> 2018-04-21
[oracle] Always fetch features with null goemetry unless feature rect is set
...to match behaviour of other providers
(cherry-picked from c5c22d3)
Nyall Dawson <nyall.dawson@gmail.com> 2018-04-21
[oracle] Fix crash when adding a feature with missing attributes
to data provider
(cherry-picked from 5709908)
Nyall Dawson <nyall.dawson@gmail.com> 2018-04-22
[oracle] Always check bounding box intersection when using filter rect
Because oracle sdo_filter sometimes returns results outside
the given filter (depending on the spatial index), and is
only designed for use as a fast "first-pass" filter.
From the Oracle docs:
"This operator performs only a primary filter operation..
The secondary filtering operation, performed by the SDO_RELATE operator,
can be used to determine with certainty if objects interact spatially."
Instead of using SDO_RELATE we can instead just do a bounding
box intersection inside QGIS if an exact intersection is not
required.
Fixes failing provider conformance test suite for oracle provider.
(cherry-picked from f9a8d9f)
Nyall Dawson <nyall.dawson@gmail.com> 2018-04-26
Followups
(cherry-picked from fb16dab)
Nyall Dawson <nyall.dawson@gmail.com> 2018-04-26
[oracle] Fix incorrect feature count after adding features to layers
(cherry-picked from b6142c8)
Nyall Dawson <nyall.dawson@gmail.com> 2018-04-26
[oracle] Fix handling of NULL values when add features to provider
Fixes NULL attribute values are incorrectly converted to empty
strings or 0 numeric values instead of NULL.
(cherry-picked from befed4d)
Nyall Dawson <nyall.dawson@gmail.com> 2018-04-16
[oracle] Ensure that all attributes required for order by are fetched
Fixes potentially broken iterator sorting with oracle provider when
a subset of attributes is fetched
(cherry-picked from 89a84f0)
Nyall Dawson <nyall.dawson@gmail.com> 2018-04-16
[oracle] Always mark features as invalid when iterator is closed
Fixes some failing oracle provider conformance test suite failures
(cherry-picked from 649dc19)
Nyall Dawson <nyall.dawson@gmail.com> 2018-04-16
[oracle] Fix expression compilation of integer division
(cherry-picked from 60a71d1)
Denis Rouzaud <denis.rouzaud@gmail.com> 2018-05-24
[wfs] fix turning attribute value to NULL
Merge: e1708afcd8 519c9db529
mhugent <marco.hugentobler@sourcepole.ch> 2018-05-24
Merge pull request #7048 from mhugent/fix_large_sized_print
Disable RenderPartialOutput Setting in printing. It is unused in prin…
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-05-24
Disable RenderPartialOutput also in composer map preview
Merge: e8e15d5b1e b9be0a5bbc
Even Rouault <even.rouault@mines-paris.org> 2018-05-23
Merge pull request #7052 from rouault/fix_18740_qgis2_18
[WFS provider] 2.18 / Avoid request by feature id to cause a full layer download (fixes #18740)
Even Rouault <even.rouault@spatialys.com> 2018-05-22
[WFS provider] Avoid request by feature id to cause a full layer download (fixes #18740)
Backport of 6cf1c502d1e057aa63ba7b48e2a532324a98194d
Even Rouault <even.rouault@spatialys.com> 2018-05-21
[WFS provider] Fix excessive memory consumption on big layers (refs #18740)
There was a pseudo memory leak in qgsgml.cpp
And the WFS downloader could also have to process big replies, causing a
lot of features to be instanciated at once.
Was seen on the 'portugal_addresses' layer of http://www.naturalgis.pt/cgi-bin/opendata/mapserv?
Backport of
0addae5b783e541953522eabe178426e820bf852
c3c5c9760a0b300548f9a669ff64f513988add7c
6cf1c502d1e057aa63ba7b48e2a532324a98194d
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-05-22
Disable RenderPartialOutput Setting in printing. It is unused in printing, even worse it causes the creation of a background QImage, which is a memory problem in large-format printing
Juergen E. Fischer <jef@norbit.de> 2018-05-18
Release of 2.18.20
Borys Jurgiel <info@borysjurgiel.pl> 2018-05-15
 
[tr] Polish translation update
......@@ -36,6 +443,10 @@ radosuav <radoslaw.guzinski@esa.int> 2018-01-16
 
[processing] Add missing resampling methods to GDAL warp.
 
andrimam <andrimam@amazon.com> 2018-05-08
Assume URL already encoded
Juergen E. Fischer <jef@norbit.de> 2018-05-05
 
remove algorithm refresh after processing configuration changes (was a NOOP before c83261395 and now causes an endless recursion; fixes #18807)
......@@ -682,6 +1093,10 @@ Nyall Dawson <nyall.dawson@gmail.com> 2018-01-19
 
Cherry-picked from 6c392124
 
radosuav <radoslaw.guzinski@esa.int> 2018-01-16
[Processing] Fix "Set style for raster/vector layer" algorithms.
Alexander Bruy <alexander.bruy@gmail.com> 2018-01-15
 
[processing] update parameter name for v.segments (fix #17850)
qgis (2.18.21+dfsg-2~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
-- Bas Couwenberg <sebastic@debian.org> Sat, 07 Jul 2018 09:11:06 +0200
qgis (2.18.21+dfsg-2) unstable; urgency=medium
* Add upstream patch to support SIP 4.19.11.
* Fix package-contains-documentation-outside-usr-share-doc lintian issues.
* Bump Standards-Version to 4.1.5, no changes.
-- Bas Couwenberg <sebastic@debian.org> Thu, 05 Jul 2018 07:02:47 +0200
qgis (2.18.21+dfsg-1) unstable; urgency=medium
* Update symbols for other architectures.
* Move from experimental to unstable.
-- Bas Couwenberg <sebastic@debian.org> Tue, 03 Jul 2018 18:51:41 +0200
qgis (2.18.21+dfsg-1~exp1) experimental; urgency=medium
[ Jürgen E. Fischer ]
* Release of 2.18.21
[ Bas Couwenberg ]
* New upstream release.
* Update symbols for amd64.
-- Bas Couwenberg <sebastic@debian.org> Fri, 22 Jun 2018 14:56:14 +0200
qgis (2.18.20+dfsg-2) unstable; urgency=medium
* Bump minimum GRASS build dependency version to 7.4.1.
-- Bas Couwenberg <sebastic@debian.org> Tue, 12 Jun 2018 23:16:07 +0200
qgis (2.18.20+dfsg-1~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
......
......@@ -68,7 +68,7 @@ Build-Depends: bison,
pkg-kde-tools
Build-Conflicts: libqgis-dev,
qgis-dev
Standards-Version: 4.1.4
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/debian-gis-team/qgis
Vcs-Git: https://salsa.debian.org/debian-gis-team/qgis.git -b stretch-backports
Homepage: https://qgis.org/
......@@ -111,7 +111,7 @@ Description: QGIS - architecture-independent data
This package contains architecture-independent supporting data files for use
with QGIS.
Package: libqgis-app2.18.20
Package: libqgis-app2.18.21
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -122,7 +122,7 @@ Description: QGIS - shared app library
.
This package contains the shared app library.
Package: libqgis-core2.18.20
Package: libqgis-core2.18.21
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -133,7 +133,7 @@ Description: QGIS - shared core library
.
This package contains the shared core library.
Package: libqgis-gui2.18.20
Package: libqgis-gui2.18.21
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -144,7 +144,7 @@ Description: QGIS - shared gui library
.
This package contains the shared gui library.
Package: libqgis-analysis2.18.20
Package: libqgis-analysis2.18.21
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -155,7 +155,7 @@ Description: QGIS - shared analysis library
.
This package contains the shared analysis library.
Package: libqgis-networkanalysis2.18.20
Package: libqgis-networkanalysis2.18.21
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -166,7 +166,7 @@ Description: QGIS - shared network analysis library
.
This package contains the shared network analysis library.
Package: libqgisgrass7-2.18.20
Package: libqgisgrass7-2.18.21
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -177,7 +177,7 @@ Description: QGIS - shared grass library
.
This package contains the shared grass library.
Package: libqgispython2.18.20
Package: libqgispython2.18.21
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -208,7 +208,7 @@ Description: QGIS custom widgets for Qt Designer
.
This package contains a library to use specific QGIS widgets in Qt Designer.
Package: libqgis-server2.18.20
Package: libqgis-server2.18.21
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -229,14 +229,14 @@ Depends: grass-dev (>= 7.2.0),
libgsl-dev,
libpq-dev,
libproj-dev,
libqgis-app2.18.20 (= ${binary:Version}),
libqgis-core2.18.20 (= ${binary:Version}),
libqgis-gui2.18.20 (= ${binary:Version}),
libqgis-analysis2.18.20 (= ${binary:Version}),
libqgis-networkanalysis2.18.20 (= ${binary:Version}),
libqgis-server2.18.20 (= ${binary:Version}),
libqgisgrass7-2.18.20 (= ${binary:Version}),
libqgispython2.18.20 (= ${binary:Version}),
libqgis-app2.18.21 (= ${binary:Version}),
libqgis-core2.18.21 (= ${binary:Version}),
libqgis-gui2.18.21 (= ${binary:Version}),
libqgis-analysis2.18.21 (= ${binary:Version}),
libqgis-networkanalysis2.18.21 (= ${binary:Version}),
libqgis-server2.18.21 (= ${binary:Version}),
libqgisgrass7-2.18.21 (= ${binary:Version}),
libqgispython2.18.21 (= ${binary:Version}),
libqt4-dev (>= 4.7.0),
libsqlite3-dev,
python-qt4 (>= 4.1.0),
......@@ -343,7 +343,7 @@ Depends: python-qgis-common (= ${source:Version}),
python-six,
python-tz,
python-yaml,
libqgispython2.18.20,
libqgispython2.18.21,
${shlibs:Depends},
${python:Depends},
${misc:Depends},
......
# SymbolsHelper-Confirmed: 2.18.20 riscv64
libqgis_analysis.so.2.18.20 #PACKAGE# #MINVER#
libqgis_analysis.so.2.18.21 #PACKAGE# #MINVER#
_ZN12TriDecorator10calcNormalEddP8Vector3D@Base 2.0.1
_ZN12TriDecorator11getTriangleEddP7Point3DPiS1_S2_S1_S2_@Base 2.0.1
_ZN12TriDecorator11getTriangleEddP7Point3DS1_S1_@Base 2.0.1
......
# SymbolsHelper-Confirmed: 2.18.20 armel armhf i386 mipsel riscv64
libqgis_app.so.2.18.20 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 2.18.21 m68k
libqgis_app.so.2.18.21 #PACKAGE# #MINVER#
(optional=templinst|arch=!amd64 !hurd-i386 !i386 !kfreebsd-amd64 !kfreebsd-i386)_Z10qDeleteAllI5QListIPN13QFormInternal11DomPropertyEEEvRKT_@Base 2.14.18
(optional=templinst)_Z13qvariant_castI26QUiTranslatableStringValueET_RK8QVariant@Base 2.14.0
(optional=templinst|arch=!amd64 !hurd-i386 !i386 !kfreebsd-amd64 !kfreebsd-i386)_Z13qvariant_castI5QIconET_RK8QVariant@Base 2.14.18
(optional=templinst|arch=!amd64 !hurd-i386 !i386 !kfreebsd-amd64 !kfreebsd-i386)_Z13qvariant_castI5QListIP7QWidgetEET_RK8QVariant@Base 2.14.18
(optional=templinst|arch=alpha arm64 armel armhf mips mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x)_Z13qvariant_castI7QStringET_RK8QVariant@Base 2.14.0
(optional=templinst|arch=alpha arm64 armel armhf m68k mips mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x)_Z13qvariant_castI7QStringET_RK8QVariant@Base 2.14.0
(optional=templinst)_Z21qMetaTypeDeleteHelperI26QUiTranslatableStringValueEvPT_@Base 2.14.0
(optional=templinst)_Z21qMetaTypeDeleteHelperI5QListIP7QWidgetEEvPT_@Base 2.14.0
(optional=templinst)_Z24qMetaTypeConstructHelperI26QUiTranslatableStringValueEPvPKT_@Base 2.14.0
......@@ -1817,8 +1817,6 @@ libqgis_app.so.2.18.20 #PACKAGE# #MINVER#
_ZN19QgsFieldsProperties20DesignerTreeItemData17setShowAsGroupBoxEb@Base 2.18.17
_ZN19QgsFieldsProperties20DesignerTreeItemData23setVisibilityExpressionERK21QgsOptionalExpression@Base 2.18.17
_ZN19QgsFieldsProperties20DesignerTreeItemData30setRelationEditorConfigurationERKNS_27RelationEditorConfigurationE@Base 2.18.17
(arch=!amd64 !arm64 !armhf !hppa !i386 !powerpc !ppc64 !ppc64el !riscv64 !s390x)_ZN19QgsFieldsProperties20DesignerTreeItemDataC1ERKS0_@Base 2.18.17
(arch=!amd64 !arm64 !armhf !hppa !i386 !powerpc !ppc64 !ppc64el !riscv64 !s390x)_ZN19QgsFieldsProperties20DesignerTreeItemDataC2ERKS0_@Base 2.18.17
(arch=amd64 i386)_ZN19QgsFieldsProperties20DesignerTreeItemDataD1Ev@Base 2.18.18
(arch=amd64 i386)_ZN19QgsFieldsProperties20DesignerTreeItemDataD2Ev@Base 2.18.18
_ZN19QgsFieldsProperties22on_mMoveUpItem_clickedEv@Base 2.14.0
......@@ -2162,7 +2160,6 @@ libqgis_app.so.2.18.20 #PACKAGE# #MINVER#
_ZN20QgsVisibilityPresetsD0Ev@Base 2.18.17
_ZN20QgsVisibilityPresetsD1Ev@Base 2.18.17
_ZN20QgsVisibilityPresetsD2Ev@Base 2.18.17
(optional=templinst|arch=!amd64 !i386 !riscv64)_ZN21QScopedPointerDeleterI16QUiLoaderPrivateE7cleanupEPS0_@Base 2.18.19
_ZN21QgsDecorationScaleBar11projectReadEv@Base 2.14.0
_ZN21QgsDecorationScaleBar11qt_metacallEN11QMetaObject4CallEiPPv@Base 2.14.0
_ZN21QgsDecorationScaleBar11qt_metacastEPKc@Base 2.14.0
......@@ -3285,8 +3282,8 @@ libqgis_app.so.2.18.20 #PACKAGE# #MINVER#
_ZN33QgsLayerStyleManagerWidgetFactoryD2Ev@Base 2.18.17
(optional=templinst)_ZN4QMapI7QStringP30QDesignerCustomWidgetInterfaceE13detach_helperEv@Base 2.14.0
(optional=templinst)_ZN4QMapI7QStringbE6insertERKS0_RKb@Base 2.14.0
(optional=templinst|arch=arm64)_ZN4QMapI7QStringbED1Ev@Base 2.18.19
(optional=templinst|arch=arm64)_ZN4QMapI7QStringbED2Ev@Base 2.18.19
(optional=templinst|arch=arm64 m68k)_ZN4QMapI7QStringbED1Ev@Base 2.18.19
(optional=templinst|arch=arm64 m68k)_ZN4QMapI7QStringbED2Ev@Base 2.18.19
(optional=templinst)_ZN5QHashI10QByteArraybE11deleteNode2EPN9QHashData4NodeE@Base 2.14.0
(optional=templinst)_ZN5QHashI10QByteArraybE13duplicateNodeEPN9QHashData4NodeEPv@Base 2.14.0
(optional=templinst)_ZN5QHashI7QString5QPairIN2Qt12ItemDataRoleES3_EE11deleteNode2EPN9QHashData4NodeE@Base 2.14.0
......@@ -4371,7 +4368,6 @@ libqgis_app.so.2.18.20 #PACKAGE# #MINVER#
(optional=templinst)_ZNK5QHashI7QStringP12QActionGroupE8findNodeERKS0_Pj@Base 2.14.0
(optional=templinst)_ZNK5QHashI7QStringP7QActionE8findNodeERKS0_Pj@Base 2.14.0
(optional=templinst)_ZNK5QHashI7QStringPN13QFormInternal11DomPropertyEE5valueERKS0_@Base 2.14.0
(optional=templinst|arch=!amd64 !arm64 !armhf !hurd-i386 !i386 !kfreebsd-amd64 !kfreebsd-i386 !mipsel !powerpc !ppc64 !ppc64el !riscv64 !s390x)_ZNK5QHashI7QStringPN13QFormInternal11DomPropertyEE5valueERKS0_RKS3_@Base 2.14.18
(optional=templinst)_ZNK5QHashI7QStringPN13QFormInternal11DomPropertyEE8findNodeERKS0_Pj@Base 2.14.0
(optional=templinst|arch=powerpcspe)_ZNK5QListIP7QObjectE7indexOfERKS1_i@Base 2.14.15
_ZNK7QgisApp10metaObjectEv@Base 2.14.0
......@@ -4401,10 +4397,10 @@ libqgis_app.so.2.18.20 #PACKAGE# #MINVER#
(optional=templinst)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED1Ev@Base 2.18.17
(optional=templinst)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED2Ev@Base 2.18.17
(optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_@Base 2.18.17
(optional=templinst|arch=amd64 arm64 hppa mips64el ppc64el riscv64)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_@Base 2.18.17
(optional=templinst|arch=amd64 arm64 hppa m68k mips64el ppc64el riscv64)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_@Base 2.18.17
(optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E@Base 2.18.17
(optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_@Base 2.18.17
(optional=templinst|arch=amd64 arm64 hppa mips64el ppc64el riscv64)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_@Base 2.18.17
(optional=templinst|arch=amd64 arm64 hppa m68k mips64el ppc64el riscv64)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_@Base 2.18.17
(optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E@Base 2.18.17
_ZTI10QgsOptions@Base 2.14.0
_ZTI12QgsBookmarks@Base 2.14.0
......
# SymbolsHelper-Confirmed: 2.18.20 amd64 armel armhf riscv64
libqgis_core.so.2.18.20 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 2.18.21 arm64 i386 m68k mips ppc64 ppc64el s390x
libqgis_core.so.2.18.21 #PACKAGE# #MINVER#
GEOPROJ4@Base 2.0.1
GEOWKT@Base 2.0.1
GEO_EPSG_CRS_AUTHID@Base 2.0.1
......@@ -908,10 +908,10 @@ libqgis_core.so.2.18.20 #PACKAGE# #MINVER#
_ZN13QgsExpression14NodeInOperatorD2Ev@Base 2.18.17
_ZN13QgsExpression14StaticFunction4funcERK5QListI8QVariantEPK10QgsFeaturePS_@Base 2.0.1
_ZN13QgsExpression14StaticFunction4funcERK5QListI8QVariantEPK20QgsExpressionContextPS_@Base 2.18.17
(optional=templinst|arch=!amd64 !hppa !i386 !powerpc !riscv64)_ZN13QgsExpression14StaticFunctionC1ERK7QStringRK5QListINS_9ParameterEEPF8QVariantRKS4_IS9_EPK20QgsExpressionContextPS_ERK11QStringListS3_bSL_bSL_b@Base 2.18.17
(optional=templinst|arch=!amd64 !hppa !i386 !m68k !powerpc !riscv64)_ZN13QgsExpression14StaticFunctionC1ERK7QStringRK5QListINS_9ParameterEEPF8QVariantRKS4_IS9_EPK20QgsExpressionContextPS_ERK11QStringListS3_bSL_bSL_b@Base 2.18.17
(optional=templinst)_ZN13QgsExpression14StaticFunctionC1ERK7QStringRK5QListINS_9ParameterEEPF8QVariantRKS4_IS9_EPK20QgsExpressionContextPS_ES3_S3_bRK11QStringListbSL_b@Base 2.18.17
_ZN13QgsExpression14StaticFunctionC1ERK7QStringiPF8QVariantRK5QListIS4_EPK20QgsExpressionContextPS_ES3_S3_bRK11QStringListbSH_b@Base 2.18.17
(optional=templinst|arch=!amd64 !hppa !i386 !powerpc !riscv64)_ZN13QgsExpression14StaticFunctionC2ERK7QStringRK5QListINS_9ParameterEEPF8QVariantRKS4_IS9_EPK20QgsExpressionContextPS_ERK11QStringListS3_bSL_bSL_b@Base 2.18.17
(optional=templinst|arch=!amd64 !hppa !i386 !m68k !powerpc !riscv64)_ZN13QgsExpression14StaticFunctionC2ERK7QStringRK5QListINS_9ParameterEEPF8QVariantRKS4_IS9_EPK20QgsExpressionContextPS_ERK11QStringListS3_bSL_bSL_b@Base 2.18.17
(optional=templinst)_ZN13QgsExpression14StaticFunctionC2ERK7QStringRK5QListINS_9ParameterEEPF8QVariantRKS4_IS9_EPK20QgsExpressionContextPS_ES3_S3_bRK11QStringListbSL_b@Base 2.18.17
_ZN13QgsExpression14StaticFunctionC2ERK7QStringiPF8QVariantRK5QListIS4_EPK20QgsExpressionContextPS_ES3_S3_bRK11QStringListbSH_b@Base 2.18.17
_ZN13QgsExpression14StaticFunctionD0Ev@Base 2.18.17
......@@ -1152,36 +1152,36 @@ libqgis_core.so.2.18.20 #PACKAGE# #MINVER#
_ZN14QgsApplication15activeThemePathEv@Base 2.0.1
_ZN14QgsApplication15authorsFilePathEv@Base 2.0.1
_ZN14QgsApplication15licenceFilePathEv@Base 2.0.1
_ZN14QgsApplication15mThemeName21820E@Base 2.18.20
_ZN14QgsApplication15mThemeName21821E@Base 2.18.21
_ZN14QgsApplication15settingsChangedEv@Base 2.14.5
_ZN14QgsApplication15shortNameRegExpEv@Base 2.14.0
_ZN14QgsApplication15userStyleV2PathEv@Base 2.0.1
_ZN14QgsApplication16defaultThemePathEv@Base 2.0.1
_ZN14QgsApplication16mConfigPath21820E@Base 2.18.20
_ZN14QgsApplication16mMaxThreads21820E@Base 2.18.20
_ZN14QgsApplication16mPluginPath21820E@Base 2.18.20
_ZN14QgsApplication16mPrefixPath21820E@Base 2.18.20
_ZN14QgsApplication16mConfigPath21821E@Base 2.18.21
_ZN14QgsApplication16mMaxThreads21821E@Base 2.18.21
_ZN14QgsApplication16mPluginPath21821E@Base 2.18.21
_ZN14QgsApplication16mPrefixPath21821E@Base 2.18.21
_ZN14QgsApplication16reportStyleSheetEv@Base 2.0.1
_ZN14QgsApplication16setAuthDbDirPathERK7QString@Base 2.14.0
_ZN14QgsApplication16sponsorsFilePathEv@Base 2.0.1
_ZN14QgsApplication16staticMetaObjectE@Base 2.0.1
_ZN14QgsApplication16userThemesFolderEv@Base 2.14.0
_ZN14QgsApplication17createThemeFolderEv@Base 2.14.0
_ZN14QgsApplication17mLibexecPath21820E@Base 2.18.20
_ZN14QgsApplication17mLibraryPath21820E@Base 2.18.20
_ZN14QgsApplication17mPkgDataPath21820E@Base 2.18.20
_ZN14QgsApplication17mUIThemeName21820E@Base 2.18.20
_ZN14QgsApplication17mLibexecPath21821E@Base 2.18.21
_ZN14QgsApplication17mLibraryPath21821E@Base 2.18.21
_ZN14QgsApplication17mPkgDataPath21821E@Base 2.18.21
_ZN14QgsApplication17mUIThemeName21821E@Base 2.18.21
_ZN14QgsApplication17restoreGdalDriverERK7QString@Base 2.14.0
_ZN14QgsApplication18defaultStyleV2PathEv@Base 2.0.1
_ZN14QgsApplication18mGdalSkipList21820E@Base 2.18.20
_ZN14QgsApplication18mGdalSkipList21821E@Base 2.18.21
_ZN14QgsApplication18qgisAuthDbFilePathEv@Base 2.14.0
_ZN14QgsApplication18qgisUserDbFilePathEv@Base 2.0.1
_ZN14QgsApplication18registerOgrDriversEv@Base 2.0.1
_ZN14QgsApplication18setDefaultSvgPathsERK11QStringList@Base 2.0.1
_ZN14QgsApplication19defaultThemesFolderEv@Base 2.14.0
_ZN14QgsApplication19emitSettingsChangedEv@Base 2.14.5
_ZN14QgsApplication19mAuthDbDirPath21820E@Base 2.18.20
_ZN14QgsApplication19mSystemEnvVars21820E@Base 2.18.20
_ZN14QgsApplication19mAuthDbDirPath21821E@Base 2.18.21
_ZN14QgsApplication19mSystemEnvVars21821E@Base 2.18.21
_ZN14QgsApplication19qgisSettingsDirPathEv@Base 2.0.1
_ZN14QgsApplication19translatorsFilePathEv@Base 2.0.1
_ZN14QgsApplication20contributorsFilePathEv@Base 2.0.1
......@@ -1189,18 +1189,18 @@ libqgis_core.so.2.18.20 #PACKAGE# #MINVER#
_ZN14QgsApplication21QGIS_APPLICATION_NAMEE@Base 2.4.0
_ZN14QgsApplication21composerTemplatePathsEv@Base 2.14.0
_ZN14QgsApplication21developersMapFilePathEv@Base 2.8.0
_ZN14QgsApplication21mBuildOutputPath21820E@Base 2.18.20
_ZN14QgsApplication21mBuildSourcePath21820E@Base 2.18.20
_ZN14QgsApplication21mDefaultSvgPaths21820E@Base 2.18.20
_ZN14QgsApplication21mBuildOutputPath21821E@Base 2.18.21
_ZN14QgsApplication21mBuildSourcePath21821E@Base 2.18.21
_ZN14QgsApplication21mDefaultSvgPaths21821E@Base 2.18.21
_ZN14QgsApplication22QGIS_ORGANIZATION_NAMEE@Base 2.4.0
_ZN14QgsApplication23applyGdalSkippedDriversEv@Base 2.0.1
_ZN14QgsApplication23mFileOpenEventList21820E@Base 2.18.20
_ZN14QgsApplication23mFileOpenEventList21821E@Base 2.18.21
_ZN14QgsApplication24QGIS_ORGANIZATION_DOMAINE@Base 2.4.0
_ZN14QgsApplication24setFileOpenEventReceiverEP7QObject@Base 2.0.1
_ZN14QgsApplication25mRunningFromBuildDir21820E@Base 2.18.20
_ZN14QgsApplication25mRunningFromBuildDir21821E@Base 2.18.21
_ZN14QgsApplication26absolutePathToRelativePathERK7QStringS2_@Base 2.14.0
_ZN14QgsApplication26relativePathToAbsolutePathERK7QStringS2_@Base 2.14.0
_ZN14QgsApplication27mFileOpenEventReceiver21820E@Base 2.18.20
_ZN14QgsApplication27mFileOpenEventReceiver21821E@Base 2.18.21
_ZN14QgsApplication4initE7QString@Base 2.0.1
_ZN14QgsApplication5eventEP6QEvent@Base 2.0.1
_ZN14QgsApplication6endianEv@Base 2.0.1
......@@ -3784,8 +3784,8 @@ libqgis_core.so.2.18.20 #PACKAGE# #MINVER#
_ZN17QgsSimplifyMethod25setForceLocalOptimizationEb@Base 2.2.0
_ZN17QgsSimplifyMethodC1Ev@Base 2.2.0
_ZN17QgsSimplifyMethodC2Ev@Base 2.2.0
(arch=!amd64 !arm64 !hppa !i386)_ZN17QgsVectorJoinInfoC1ERKS_@Base 2.18.17
(arch=!amd64 !arm64 !hppa !i386)_ZN17QgsVectorJoinInfoC2ERKS_@Base 2.18.17
(arch=!amd64 !arm64 !hppa !i386 !m68k)_ZN17QgsVectorJoinInfoC1ERKS_@Base 2.18.17
(arch=!amd64 !arm64 !hppa !i386 !m68k)_ZN17QgsVectorJoinInfoC2ERKS_@Base 2.18.17
_ZN17QgsVectorJoinInfoD1Ev@Base 2.18.17
_ZN17QgsVectorJoinInfoD2Ev@Base 2.18.17
_ZN18QgsColorRampShader16setColorRampTypeENS_14ColorRamp_TYPEE@Base 2.0.1
......@@ -4605,8 +4605,8 @@ libqgis_core.so.2.18.20 #PACKAGE# #MINVER#
_ZN19QgsVectorFileWriter10addFeatureER10QgsFeatureP20QgsFeatureRendererV2N4QGis8UnitTypeE@Base 2.0.1
_ZN19QgsVectorFileWriter10stopRenderEP14QgsVectorLayer@Base 2.14.0
_ZN19QgsVectorFileWriter11startRenderEP14QgsVectorLayer@Base 2.14.0
(arch=!amd64 !arm64 !hppa !i386 !powerpc !ppc64 !ppc64el !riscv64)_ZN19QgsVectorFileWriter12HiddenOptionC1ERK7QString@Base 2.18.17
(arch=!amd64 !arm64 !hppa !i386 !powerpc !ppc64 !ppc64el !riscv64)_ZN19QgsVectorFileWriter12HiddenOptionC2ERK7QString@Base 2.18.17
(arch=!amd64 !arm64 !hppa !i386 !m68k !powerpc !ppc64 !ppc64el !riscv64)_ZN19QgsVectorFileWriter12HiddenOptionC1ERK7QString@Base 2.18.17
(arch=!amd64 !arm64 !hppa !i386 !m68k !powerpc !ppc64 !ppc64el !riscv64)_ZN19QgsVectorFileWriter12HiddenOptionC2ERK7QString@Base 2.18.17
_ZN19QgsVectorFileWriter12HiddenOptionD0Ev@Base 2.18.17
_ZN19QgsVectorFileWriter12HiddenOptionD1Ev@Base 2.18.17
_ZN19QgsVectorFileWriter12HiddenOptionD2Ev@Base 2.18.17
......@@ -4667,8 +4667,8 @@ libqgis_core.so.2.18.20 #PACKAGE# #MINVER#
_ZN19QgsVectorFileWriter9IntOptionD0Ev@Base 2.18.17
_ZN19QgsVectorFileWriter9IntOptionD1Ev@Base 2.18.17
_ZN19QgsVectorFileWriter9IntOptionD2Ev@Base 2.18.17
(arch=!amd64 !hppa !i386)_ZN19QgsVectorFileWriter9SetOptionC1ERK7QStringRK11QStringListS3_b@Base 2.18.17
(arch=!amd64 !hppa !i386)_ZN19QgsVectorFileWriter9SetOptionC2ERK7QStringRK11QStringListS3_b@Base 2.18.17
(arch=!amd64 !hppa !i386 !m68k)_ZN19QgsVectorFileWriter9SetOptionC1ERK7QStringRK11QStringListS3_b@Base 2.18.17
(arch=!amd64 !hppa !i386 !m68k)_ZN19QgsVectorFileWriter9SetOptionC2ERK7QStringRK11QStringListS3_b@Base 2.18.17
_ZN19QgsVectorFileWriter9SetOptionD0Ev@Base 2.18.17
_ZN19QgsVectorFileWriter9SetOptionD1Ev@Base 2.18.17
_ZN19QgsVectorFileWriter9SetOptionD2Ev@Base 2.18.17
......@@ -5507,8 +5507,8 @@ libqgis_core.so.2.18.20 #PACKAGE# #MINVER#
_ZN22QgsAggregateCalculator13setParametersERKNS_19AggregateParametersE@Base 2.18.17
_ZN22QgsAggregateCalculator17stringToAggregateERK7QStringPb@Base 2.18.17
_ZN22QgsAggregateCalculator18concatenateStringsER18QgsFeatureIteratoriP13QgsExpressionP20QgsExpressionContextRK7QString@Base 2.18.17
(arch=alpha arm64 armel hppa mips mips64el mipsel riscv64)_ZN22QgsAggregateCalculator19AggregateParametersC1Ev@Base 2.18.20
(arch=alpha arm64 armel hppa mips mips64el mipsel riscv64)_ZN22QgsAggregateCalculator19AggregateParametersC2Ev@Base 2.18.20
(arch=alpha arm64 armel hppa m68k mips mips64el mipsel riscv64)_ZN22QgsAggregateCalculator19AggregateParametersC1Ev@Base 2.18.21
(arch=alpha arm64 armel hppa m68k mips mips64el mipsel riscv64)_ZN22QgsAggregateCalculator19AggregateParametersC2Ev@Base 2.18.21
(arch=amd64 i386)_ZN22QgsAggregateCalculator19AggregateParametersD1Ev@Base 2.18.18
(arch=amd64 i386)_ZN22QgsAggregateCalculator19AggregateParametersD2Ev@Base 2.18.18
_ZN22QgsAggregateCalculator23stringStatFromAggregateENS_9AggregateEPb@Base 2.18.17
......@@ -6422,8 +6422,8 @@ libqgis_core.so.2.18.20 #PACKAGE# #MINVER#
_ZN25QgsExpressionContextScope11addFunctionERK7QStringP27QgsScopedExpressionFunction@Base 2.14.0
_ZN25QgsExpressionContextScope11addVariableERKNS_14StaticVariableE@Base 2.14.0
_ZN25QgsExpressionContextScope11setVariableERK7QStringRK8QVariant@Base 2.14.0
(arch=!amd64 !arm64 !hppa !i386 !powerpc !ppc64 !ppc64el !riscv64)_ZN25QgsExpressionContextScope14StaticVariableC1ERK7QStringRK8QVariantb@Base 2.18.17
(arch=!amd64 !arm64 !hppa !i386 !powerpc !ppc64 !ppc64el !riscv64)_ZN25QgsExpressionContextScope14StaticVariableC2ERK7QStringRK8QVariantb@Base 2.18.17
(arch=!amd64 !arm64 !hppa !i386 !m68k !powerpc !ppc64 !ppc64el !riscv64)_ZN25QgsExpressionContextScope14StaticVariableC1ERK7QStringRK8QVariantb@Base 2.18.17
(arch=!amd64 !arm64 !hppa !i386 !m68k !powerpc !ppc64 !ppc64el !riscv64)_ZN25QgsExpressionContextScope14StaticVariableC2ERK7QStringRK8QVariantb@Base 2.18.17
(arch=amd64 i386)_ZN25QgsExpressionContextScope14StaticVariableD1Ev@Base 2.18.18
(arch=amd64 i386)_ZN25QgsExpressionContextScope14StaticVariableD2Ev@Base 2.18.18
_ZN25QgsExpressionContextScope14removeVariableERK7QString@Base 2.14.0
......@@ -6705,8 +6705,8 @@ libqgis_core.so.2.18.20 #PACKAGE# #MINVER#
_ZN26QgsInvertedPolygonRendererD0Ev@Base 2.4.0
_ZN26QgsInvertedPolygonRendererD1Ev@Base 2.4.0
_ZN26QgsInvertedPolygonRendererD2Ev@Base 2.4.0
(arch=amd64 riscv64)_ZN26QgsLabelingEngineInterface19prepareDiagramLayerEP14QgsVectorLayerR11QStringListR16QgsRenderContext@Base 2.18.20
(arch=amd64 riscv64)_ZN26QgsLabelingEngineInterface22registerDiagramFeatureERK7QStringR10QgsFeatureR16QgsRenderContext@Base 2.18.20
_ZN26QgsLabelingEngineInterface19prepareDiagramLayerEP14QgsVectorLayerR11QStringListR16QgsRenderContext@Base 2.18.21
_ZN26QgsLabelingEngineInterface22registerDiagramFeatureERK7QStringR10QgsFeatureR16QgsRenderContext@Base 2.18.21
_ZN26QgsLayerTreeRegistryBridge11layersAddedERK5QListIP11QgsMapLayerE@Base 2.14.0
_ZN26QgsLayerTreeRegistryBridge11qt_metacallEN11QMetaObject4CallEiPPv@Base 2.4.0
_ZN26QgsLayerTreeRegistryBridge11qt_metacastEPKc@Base 2.4.0
......@@ -8820,7 +8820,7 @@ libqgis_core.so.2.18.20 #PACKAGE# #MINVER#
_ZNK15QgsLineSymbolV25cloneEv@Base 2.0.1
_ZNK15QgsLineSymbolV25widthEv@Base 2.14.0
(arch=!amd64 !i386)_ZNK15QgsMapUnitScale23computeMapUnitsPerPixelERK16QgsRenderContext@Base 2.18.17
(arch=armel armhf powerpc)_ZNK15QgsMapUnitScaleeqERKS_@Base 2.18.17
(arch=armel armhf m68k powerpc)_ZNK15QgsMapUnitScaleeqERKS_@Base 2.18.21
_ZNK15QgsMultiCurveV212geometryTypeEv@Base 2.18.17
_ZNK15QgsMultiCurveV25cloneEv@Base 2.14.0
_ZNK15QgsMultiCurveV26asGML2ER12QDomDocumentiRK7QString@Base 2.14.0
......
# SymbolsHelper-Confirmed: 2.18.20 armel armhf i386 mipsel riscv64
libqgis_gui.so.2.18.20 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 2.18.21 amd64 arm64 m68k ppc64 ppc64el
libqgis_gui.so.2.18.21 #PACKAGE# #MINVER#
(optional=templinst|arch=!amd64 !hurd-i386 !i386 !kfreebsd-amd64 !kfreebsd-i386 !x32)_Z10qDeleteAllI5QListIPN13QFormInternal11DomPropertyEEEvRKT_@Base 2.14.16
(optional=templinst)_Z13qvariant_castI26QUiTranslatableStringValueET_RK8QVariant@Base 2.0.1
(optional=templinst|arch=!amd64 !hurd-i386 !i386 !kfreebsd-amd64 !kfreebsd-i386 !x32)_Z13qvariant_castI5QIconET_RK8QVariant@Base 2.14.16
(optional=templinst|arch=!amd64 !hurd-i386 !i386 !kfreebsd-amd64 !kfreebsd-i386 !x32)_Z13qvariant_castI5QListIP7QWidgetEET_RK8QVariant@Base 2.14.16
(optional=templinst|arch=alpha arm64 armel armhf mips mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x)_Z13qvariant_castI7QStringET_RK8QVariant@Base 2.2.0
(optional=templinst|arch=!amd64)_Z13qvariant_castI7QStringET_RK8QVariant@Base 2.2.0
(optional=templinst)_Z21qMetaTypeDeleteHelperI26QUiTranslatableStringValueEvPT_@Base 2.0.1
(optional=templinst)_Z21qMetaTypeDeleteHelperI5QListIP7QWidgetEEvPT_@Base 2.0.1
(optional=templinst)_Z24qMetaTypeConstructHelperI26QUiTranslatableStringValueEPvPKT_@Base 2.0.1
......@@ -3357,7 +3357,7 @@ libqgis_gui.so.2.18.20 #PACKAGE# #MINVER#
_ZN20QgsDataDefinedButton16double180RotDescEv@Base 2.0.1
_ZN20QgsDataDefinedButton16gradientTypeDescEv@Base 2.8.0
_ZN20QgsDataDefinedButton16penJoinStyleDescEv@Base 2.0.1
_ZN20QgsDataDefinedButton16setUseExpressionEb@Base 2.18.20
(arch=amd64)_ZN20QgsDataDefinedButton16setUseExpressionEb@Base 2.18.21
_ZN20QgsDataDefinedButton16staticMetaObjectE@Base 2.0.1
_ZN20QgsDataDefinedButton16updateFieldListsEv@Base 2.18.17
_ZN20QgsDataDefinedButton17mouseReleaseEventEP11QMouseEvent@Base 2.0.1
......@@ -3630,7 +3630,7 @@ libqgis_gui.so.2.18.20 #PACKAGE# #MINVER#
_ZN20QgsValueMapConfigDlgD0Ev@Base 2.18.17
_ZN20QgsValueMapConfigDlgD1Ev@Base 2.18.17
_ZN20QgsValueMapConfigDlgD2Ev@Base 2.18.17
(optional=templinst|arch=!amd64 !i386 !riscv64)_ZN21QScopedPointerDeleterI16QUiLoaderPrivateE7cleanupEPS0_@Base 2.18.19
(optional=templinst|arch=!amd64 !i386 !m68k !riscv64)_ZN21QScopedPointerDeleterI16QUiLoaderPrivateE7cleanupEPS0_@Base 2.18.19
_ZN21QgsAttributeTableView10closeEventEP11QCloseEvent@Base 2.0.1
_ZN21QgsAttributeTableView11eventFilterEP7QObjectP6QEvent@Base 2.0.1
_ZN21QgsAttributeTableView11qt_metacallEN11QMetaObject4CallEiPPv@Base 2.0.1
......@@ -7480,8 +7480,8 @@ libqgis_gui.so.2.18.20 #PACKAGE# #MINVER#
(optional=templinst)_ZN4QMapI7QStringP30QDesignerCustomWidgetInterfaceE13detach_helperEv@Base 2.0.1
(optional=templinst)_ZN4QMapI7QStringbE13detach_helperEv@Base 2.0.1
(optional=templinst)_ZN4QMapI7QStringbE6insertERKS0_RKb@Base 2.0.1
(optional=templinst|arch=arm64)_ZN4QMapI7QStringbED1Ev@Base 2.18.19
(optional=templinst|arch=arm64)_ZN4QMapI7QStringbED2Ev@Base 2.18.19
(optional=templinst|arch=arm64 m68k)_ZN4QMapI7QStringbED1Ev@Base 2.18.19
(optional=templinst|arch=arm64 m68k)_ZN4QMapI7QStringbED2Ev@Base 2.18.19
(optional=templinst)_ZN5QHashI10QByteArraybE11deleteNode2EPN9QHashData4NodeE@Base 2.0.1
(optional=templinst)_ZN5QHashI10QByteArraybE13duplicateNodeEPN9QHashData4NodeEPv@Base 2.0.1
(optional=templinst)_ZN5QHashI7QString5QPairIN2Qt12ItemDataRoleES3_EE11deleteNode2EPN9QHashData4NodeE@Base 2.0.1
......@@ -8263,7 +8263,7 @@ libqgis_gui.so.2.18.20 #PACKAGE# #MINVER#
_ZNK20QgsColorWidgetAction10metaObjectEv@Base 2.14.0
_ZNK20QgsDataDefinedButton10metaObjectEv@Base 2.0.1
(arch=amd64 armel i386 mips mips64el mipsel)_ZNK20QgsDataDefinedButton13getExpressionEv@Base 2.18.20
_ZNK20QgsDataDefinedButton13useExpressionEv@Base 2.18.20
(arch=amd64)_ZNK20QgsDataDefinedButton13useExpressionEv@Base 2.18.21
_ZNK20QgsDataDefinedButton17updateDataDefinedEP14QgsDataDefined@Base 2.14.0
_ZNK20QgsDataDefinedButton18currentDataDefinedEv@Base 2.14.0
(arch=amd64 armel i386 mips mips64el mipsel)_ZNK20QgsDataDefinedButton8getFieldEv@Base 2.18.20
......@@ -8865,7 +8865,6 @@ libqgis_gui.so.2.18.20 #PACKAGE# #MINVER#
(optional=templinst)_ZNK5QHashI7QStringP12QActionGroupE8findNodeERKS0_Pj@Base 2.0.1
(optional=templinst)_ZNK5QHashI7QStringP7QActionE8findNodeERKS0_Pj@Base 2.0.1
(optional=templinst)_ZNK5QHashI7QStringPN13QFormInternal11DomPropertyEE5valueERKS0_@Base 2.0.1
(optional=templinst|arch=!amd64 !arm64 !armhf !i386 !kfreebsd-amd64 !kfreebsd-i386 !mipsel !powerpc !ppc64 !ppc64el !riscv64 !s390x)_ZNK5QHashI7QStringPN13QFormInternal11DomPropertyEE5valueERKS0_RKS3_@Base 2.14.21
(optional=templinst)_ZNK5QHashI7QStringPN13QFormInternal11DomPropertyEE8findNodeERKS0_Pj@Base 2.0.1
(optional=templinst|arch=powerpcspe)_ZNK5QListIP7QObjectE7indexOfERKS1_i@Base 2.14.15
_ZNK7QgsDial10metaObjectEv@Base 2.4.0
......
# SymbolsHelper-Confirmed: 2.18.19 i386
libqgis_networkanalysis.so.2.18.20 #PACKAGE# #MINVER#
libqgis_networkanalysis.so.2.18.21 #PACKAGE# #MINVER#
_ZN11QgsGraphArcC1Ev@Base 2.0.1
_ZN11QgsGraphArcC2Ev@Base 2.0.1
_ZN14QgsGraphVertexC1ERK8QgsPoint@Base 2.0.1
......
# SymbolsHelper-Confirmed: 2.18.20 amd64 arm64 armel mips mips64el mipsel riscv64
libqgis_server.so.2.18.20 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 2.18.21 amd64 armhf i386 ppc64 ppc64el s390x
libqgis_server.so.2.18.21 #PACKAGE# #MINVER#
_ZN14QgsConfigCache11qt_metacallEN11QMetaObject4CallEiPPv@Base 2.8.0
_ZN14QgsConfigCache11qt_metacastEPKc@Base 2.8.0
_ZN14QgsConfigCache11removeEntryERK7QString@Base 2.18.17
......@@ -87,9 +87,7 @@ libqgis_server.so.2.18.20 #PACKAGE# #MINVER#
_ZN22QgsAccessControlFilterD1Ev@Base 2.14.0
_ZN22QgsAccessControlFilterD2Ev@Base 2.14.0
_ZN22QgsMapServiceExceptionC1ERK7QStringS2_@Base 2.8.0
(arch=!amd64)_ZN22QgsMapServiceExceptionC1ERKS_@Base 2.18.20
_ZN22QgsMapServiceExceptionC2ERK7QStringS2_@Base 2.8.0
(arch=!amd64)_ZN22QgsMapServiceExceptionC2ERKS_@Base 2.18.20
_ZN22QgsMapServiceExceptionD1Ev@Base 2.18.17
_ZN22QgsMapServiceExceptionD2Ev@Base 2.18.17
_ZN22QgsServerProjectParser24sublayersOfEmbeddedGroupERK7QStringS2_R4QSetIS0_E@Base 2.8.0
......@@ -198,6 +196,7 @@ libqgis_server.so.2.18.20 #PACKAGE# #MINVER#
_ZNK19QgsWMSProjectParser20legendIconLabelSpaceEv@Base 2.8.0
_ZNK19QgsWMSProjectParser21legendLayerTitleSpaceEv@Base 2.8.0
_ZNK19QgsWMSProjectParser21projectLayerTreeGroupEv@Base 2.8.0
_ZNK19QgsWMSProjectParser22activateSelectionColorEv@Base 2.18.21
_ZNK19QgsWMSProjectParser22identifyDisabledLayersEv@Base 2.8.0
_ZNK19QgsWMSProjectParser24featureInfoFormatSIA2045Ev@Base 2.8.0
_ZNK19QgsWMSProjectParser24featureInfoLayerAliasMapEv@Base 2.8.0
......
# Build uses -D_FORTIFY_SOURCE=2, but hardening-check reports:
# Fortify Source functions: no, only unprotected functions found!
libqgisgrass7-2.18.20: hardening-no-fortify-functions *
libqgisgrass7-2.18.21: hardening-no-fortify-functions *
# SymbolsHelper-Confirmed: 2.18.17 alpha amd64 arm64 armel armhf i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x
libqgisgrass7.so.2.18.20 #PACKAGE# #MINVER#
libqgisgrass7.so.2.18.21 #PACKAGE# #MINVER#
_ZN11QgsGrassWin10hideWindowEi@Base 2.14.0
_ZN12QgsGrassCopy11qt_metacallEN11QMetaObject4CallEiPPv@Base 2.14.0
_ZN12QgsGrassCopy11qt_metacastEPKc@Base 2.14.0
......