Skip to content
Commits on Source (22)
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
SET(CPACK_PACKAGE_VERSION_MINOR "18")
SET(CPACK_PACKAGE_VERSION_PATCH "26")
SET(CPACK_PACKAGE_VERSION_PATCH "28")
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+
......
Merge: b411f36bca 87442a536e
Matthias Kuhn <matthias@opengis.ch> 2019-01-15
Merge pull request #8835 from rldhont/bugfix-oracle-compile-expression-like-218
[Bugfix][Oracle] Add ESCAPE when compiling LIKE
rldhont <rldhont@gmail.com> 2019-01-11
[Bugfix][Oracle] Add ESCAPE when compiling LIKE
The oracle SQL documentation specifies that *there is no default escape character* and *the escape character, if specified, must be a character string of length 1*.
In expression the underscore (_) and the percent sign (%) can be escaped with the backslash (\). So in the Oracle Expression Compiler if the ESCAPE clause is not specified, the pattern is not valid.
To fix it, the Oracle Expression Compiler has to add the ESCAPE clause.
https://docs.oracle.com/cd/B12037_01/server.101/b10759/conditions016.htm
Merge: 86ff500887 0ab834e2bc
rldhont <rldhont@gmail.com> 2019-01-09
Merge pull request #8816 from rldhont/sld-read-like-escapeChar-218
[BUGFIX] SLD : Support escapeChar attribute of PropertyIsLike
rldhont <rldhont@gmail.com> 2019-01-08
[BUGFIX] SLD : Support escapeChar attribute of PropertyIsLike
In OGC FilterEncoding standard, the PropertyIsLike element has an escapeChar attribute in place of escape attribute.
In the QgsOgcUtils class, the attribute escape or escapeChar is added to PropertyIsLike element, but it only checks escape attribute when it decodes it.
The commit fixed it and adds test.
Merge: 5eb1853f01 71c1581789
Luigi Pirelli <luipir@gmail.com> 2019-01-07
Merge pull request #8802 from NaturalGIS/release-2_18
re-add the r.mapcalculator module (as r.mapcalc.simple) and remove the not working r.mapcalc
Giovanni Manghi <giovanni.manghi@naturalgis.pt> 2019-01-07
re-add the r.mapcalculator momodule (as r.mapcalc.simple) and remove the not working r.mapcalc
Markus Neteler <neteler@gmail.com> 2018-12-27
Added grass76 support
Added grass76 support; search for newer versions first
Juergen E. Fischer <jef@norbit.de> 2018-12-22
updates for GDAL 2.5 with VC2010
Juergen E. Fischer <jef@norbit.de> 2018-12-21
Release of 2.18.27
Marco Bernasocchi <marco@opengis.ch> 2018-12-14
allow building WITH_SERVER_PLUGINS=OFF (#8674)
Radoslaw Guzinski <radosuav@op.pl> 2018-12-10
[Processing] Fix exception when using extent helper function.
Merge: 1bb499ebb8 bdd2aa9c08
rldhont <rldhont@gmail.com> 2018-12-03
Merge pull request #8580 from rldhont/server-wms-decode-sld-218
[BUGFIX][Server] WMS: Decode loaded SLD files from SLD parameter
rldhont <rldhont@gmail.com> 2018-11-30
[BUGFIX][Server] WMS: Decode loaded SLD files from SLD parameter
Merge: 83df334a9f a3a12048de
rldhont <rldhont@gmail.com> 2018-11-23
Merge pull request #8536 from rldhont/server-wfs-format-gml-null-field-218
[Server] Null field value in GML has to be empty string 2.18
rldhont <rldhont@gmail.com> 2018-11-23
[Server] Null field value in GML has to be empty string
Juergen E. Fischer <jef@norbit.de> 2018-11-23
Release of 2.18.26
rldhont <rldhont@gmail.com> 2018-11-16
 
[Bugfix][Symbology] Fill to SLD does not export Stroke color
......@@ -137,7 +137,7 @@ IF (UNIX)
IF (GRASS_FIND_VERSION EQUAL 6)
LIST(APPEND GRASS_PATHS /usr/lib64/grass64 /usr/lib/grass64)
ELSEIF (GRASS_FIND_VERSION EQUAL 7)
LIST(APPEND GRASS_PATHS /usr/lib64/grass70 /usr/lib/grass70 /usr/lib64/grass72 /usr/lib/grass72 /usr/lib64/grass74 /usr/lib/grass74)
LIST(APPEND GRASS_PATHS /usr/lib64/grass76 /usr/lib/grass76 /usr/lib64/grass74 /usr/lib/grass74 /usr/lib64/grass72 /usr/lib/grass72 /usr/lib64/grass70 /usr/lib/grass70)
ENDIF ()
ENDIF (UNIX)
......@@ -149,9 +149,10 @@ IF (APPLE)
)
ELSEIF (GRASS_FIND_VERSION EQUAL 7)
LIST(APPEND GRASS_PATHS
/Applications/GRASS-7.0.app/Contents/MacOS
/Applications/GRASS-7.2.app/Contents/MacOS
/Applications/GRASS-7.6.app/Contents/MacOS
/Applications/GRASS-7.4.app/Contents/MacOS
/Applications/GRASS-7.2.app/Contents/MacOS
/Applications/GRASS-7.0.app/Contents/MacOS
)
ENDIF ()
LIST(APPEND GRASS_PATHS /Applications/GRASS.app/Contents/Resources)
......
qgis (2.18.28+dfsg-1~bionic1) bionic; urgency=medium
* Rebuild for bionic.
* Bump minimum GRASS build dependency version to 7.6.0.
-- Martin Landa <landa.martin@gmail.com> Mon, 21 Jan 2019 20:23:27 +0100
qgis (2.18.28+dfsg-1) unstable; urgency=medium
* Update packaging for GRASS 7.6.0.
* Update symbols for other architectures.
* Move from experimental to unstable.
-- Bas Couwenberg <sebastic@debian.org> Mon, 21 Jan 2019 07:37:16 +0100
qgis (2.18.28+dfsg-1~exp1) experimental; urgency=medium
[ Jürgen E. Fischer ]
* Release of 2.18.28
[ Bas Couwenberg ]
* New upstream release.
* Update symbols for amd64.
-- Bas Couwenberg <sebastic@debian.org> Fri, 18 Jan 2019 15:56:42 +0100
qgis (2.18.27+dfsg-2) unstable; urgency=medium
* Bump Standards-Version to 4.3.0, no changes.
* Bump minimum GRASS build dependency version to 7.4.4.
* Update symbols for amd64.
-- Bas Couwenberg <sebastic@debian.org> Tue, 15 Jan 2019 18:17:49 +0100
qgis (2.18.27+dfsg-1) unstable; urgency=medium
* Update symbols for other architectures.
* Move from experimental to unstable.
-- Bas Couwenberg <sebastic@debian.org> Sun, 23 Dec 2018 21:45:11 +0100
qgis (2.18.27+dfsg-1~exp1) experimental; urgency=medium
[ Jürgen E. Fischer ]
* Release of 2.18.27
[ Bas Couwenberg ]
* New upstream release.
* Fix spelling error in copyright file.
-- Bas Couwenberg <sebastic@debian.org> Fri, 21 Dec 2018 13:49:22 +0100
qgis (2.18.26+dfsg-1~bionic1) bionic; urgency=medium
* Rebuild for bionic.
-- Martin Landa <landa.martin@gmail.com> Wed, 28 Nov 2018 17:39:33 +0100
qgis (2.18.26+dfsg-2) UNRELEASED; urgency=medium
* Don't recommend liblwgeom-dev, it shouldn't be used by other projects.
-- Bas Couwenberg <sebastic@debian.org> Wed, 28 Nov 2018 16:33:55 +0100
qgis (2.18.26+dfsg-1) unstable; urgency=medium
* Drop lighttpd build dependency, RC buggy and not used in build.
......
......@@ -10,7 +10,7 @@ Build-Depends: bison,
dh-python,
flex,
gdal-bin,
grass-dev (>= 7.4.3),
grass-dev (>= 7.6.0),
libexpat1-dev,
libfcgi-dev,
libgdal-dev (>= 1.10.1-0~),
......@@ -67,7 +67,7 @@ Build-Depends: bison,
pkg-kde-tools
Build-Conflicts: libqgis-dev,
qgis-dev
Standards-Version: 4.2.1
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/qgis
Vcs-Git: https://salsa.debian.org/debian-gis-team/qgis.git -b ubuntu/bionic
Homepage: https://qgis.org/
......@@ -110,7 +110,7 @@ Description: QGIS - architecture-independent data
This package contains architecture-independent supporting data files for use
with QGIS.
Package: libqgis-app2.18.26
Package: libqgis-app2.18.28
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -121,7 +121,7 @@ Description: QGIS - shared app library
.
This package contains the shared app library.
Package: libqgis-core2.18.26
Package: libqgis-core2.18.28
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -132,7 +132,7 @@ Description: QGIS - shared core library
.
This package contains the shared core library.
Package: libqgis-gui2.18.26
Package: libqgis-gui2.18.28
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -143,7 +143,7 @@ Description: QGIS - shared gui library
.
This package contains the shared gui library.
Package: libqgis-analysis2.18.26
Package: libqgis-analysis2.18.28
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -154,7 +154,7 @@ Description: QGIS - shared analysis library
.
This package contains the shared analysis library.
Package: libqgis-networkanalysis2.18.26
Package: libqgis-networkanalysis2.18.28
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -165,7 +165,7 @@ Description: QGIS - shared network analysis library
.
This package contains the shared network analysis library.
Package: libqgisgrass7-2.18.26
Package: libqgisgrass7-2.18.28
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -176,7 +176,7 @@ Description: QGIS - shared grass library
.
This package contains the shared grass library.
Package: libqgispython2.18.26
Package: libqgispython2.18.28
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -207,7 +207,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.26
Package: libqgis-server2.18.28
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -221,21 +221,21 @@ Description: QGIS - shared server library
Package: libqgis-dev
Architecture: any
Section: libdevel
Depends: grass-dev (>= 7.4.0),
Depends: grass-dev (>= 7.6.0),
libexpat1-dev,
libgdal-dev (>= 1.10.1-0~),
libgeos-dev (>= 3.0.0),
libgsl-dev,
libpq-dev,
libproj-dev,
libqgis-app2.18.26 (= ${binary:Version}),
libqgis-core2.18.26 (= ${binary:Version}),
libqgis-gui2.18.26 (= ${binary:Version}),
libqgis-analysis2.18.26 (= ${binary:Version}),
libqgis-networkanalysis2.18.26 (= ${binary:Version}),
libqgis-server2.18.26 (= ${binary:Version}),
libqgisgrass7-2.18.26 (= ${binary:Version}),
libqgispython2.18.26 (= ${binary:Version}),
libqgis-app2.18.28 (= ${binary:Version}),
libqgis-core2.18.28 (= ${binary:Version}),
libqgis-gui2.18.28 (= ${binary:Version}),
libqgis-analysis2.18.28 (= ${binary:Version}),
libqgis-networkanalysis2.18.28 (= ${binary:Version}),
libqgis-server2.18.28 (= ${binary:Version}),
libqgisgrass7-2.18.28 (= ${binary:Version}),
libqgispython2.18.28 (= ${binary:Version}),
libqt4-dev (>= 4.7.0),
libsqlite3-dev,
python-qt4 (>= 4.1.0),
......@@ -271,7 +271,7 @@ Architecture: any
Depends: qgis (= ${binary:Version}),
qgis-plugin-grass-common (= ${source:Version}),
qgis-provider-grass (= ${binary:Version}),
grass-core (>= 7.4.0),
grass-core (>= 7.6.0),
${grass:Depends},
${shlibs:Depends},
${misc:Depends}
......@@ -342,12 +342,11 @@ Depends: python-qgis-common (= ${source:Version}),
python-six,
python-tz,
python-yaml,
libqgispython2.18.26,
libqgispython2.18.28,
${shlibs:Depends},
${python:Depends},
${misc:Depends},
${sip:Depends}
Recommends: liblwgeom-dev
#Breaks: python-qt4 (<< 4.11.4+dfsg-2)
Provides: ${python:Provides}
#Replaces: python-qt4 (<< 4.11.4+dfsg-2)
......
......@@ -417,7 +417,7 @@ Files: src/core/pal/rtree.hpp
Copyright: disclaimed
Comment: from http://www.superliminal.com/
.
AUTORS
AUTHORS
- 1983 Original algorithm and test code by Antonin Guttman and Michael Stonebraker, UC Berkely
- 1994 ANCI C ported from original test code by Melinda Green - melinda@superliminal.com
- 1995 Sphere volume fix for degeneracy problem submitted by Paul Brook
......
# SymbolsHelper-Confirmed: 2.18.25 arm64 armel armhf i386 m68k mips powerpc ppc64 ppc64el s390x x32
libqgis_analysis.so.2.18.26 #PACKAGE# #MINVER#
libqgis_analysis.so.2.18.28 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_ZN12TriDecorator10calcNormalEddP8Vector3D@Base 2.0.1
_ZN12TriDecorator11getTriangleEddP7Point3DPiS1_S2_S1_S2_@Base 2.0.1
......
# SymbolsHelper-Confirmed: 2.18.26 hurd-i386
libqgis_app.so.2.18.26 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 2.18.28 riscv64
libqgis_app.so.2.18.28 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
(optional=templinst|arch=!amd64 !hurd-i386 !i386 !kfreebsd-amd64 !kfreebsd-i386 !x32)_Z10qDeleteAllI5QListIPN13QFormInternal11DomPropertyEEEvRKT_@Base 2.14.18
(optional=templinst)_Z13qvariant_castI26QUiTranslatableStringValueET_RK8QVariant@Base 2.14.0
......@@ -2159,7 +2159,6 @@ libqgis_app.so.2.18.26 #PACKAGE# #MINVER#
_ZN20QgsVisibilityPresetsD0Ev@Base 2.18.17
_ZN20QgsVisibilityPresetsD1Ev@Base 2.18.17
_ZN20QgsVisibilityPresetsD2Ev@Base 2.18.17
(optional=templinst|arch=!amd64 !hurd-i386 !i386 !m68k !x32)_ZN21QScopedPointerDeleterI16QUiLoaderPrivateE7cleanupEPS0_@Base 2.18.22
_ZN21QgsDecorationScaleBar11projectReadEv@Base 2.14.0
_ZN21QgsDecorationScaleBar11qt_metacallEN11QMetaObject4CallEiPPv@Base 2.14.0
_ZN21QgsDecorationScaleBar11qt_metacastEPKc@Base 2.14.0
......
# SymbolsHelper-Confirmed: 2.18.26 amd64
libqgis_core.so.2.18.26 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 2.18.28 arm64 ppc64el riscv64 s390x
libqgis_core.so.2.18.28 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
GEOPROJ4@Base 2.0.1
GEOWKT@Base 2.0.1
......@@ -14,7 +14,7 @@ libqgis_core.so.2.18.26 #PACKAGE# #MINVER#
(subst)_Z9qgsCalloc{size_t}{size_t}@Base 2.14.0
(subst)_Z9qgsMalloc{size_t}@Base 2.14.0
_ZN10QgsClipper14clippedLineWKBER14QgsConstWkbPtrRK12QgsRectangleR9QPolygonF@Base 2.18.17
_ZN10QgsClipper15clipLineSegmentEddddRdS0_S0_S0_@Base 2.18.26
_ZN10QgsClipper15clipLineSegmentEddddRdS0_S0_S0_@Base 2.18.28
_ZN10QgsClipper21connectSeparatedLinesEddddRK12QgsRectangleR9QPolygonF@Base 2.0.1
(arch=mips mipsel)_ZN10QgsClipper21trimPolygonToBoundaryERK9QPolygonFRS0_RK12QgsRectangleNS_8BoundaryEd@Base 2.18.23
_ZN10QgsClipper5MAX_XE@Base 2.0.1
......@@ -865,8 +865,8 @@ libqgis_core.so.2.18.26 #PACKAGE# #MINVER#
_ZN13QgsBlurEffectD0Ev@Base 2.14.0
_ZN13QgsBlurEffectD1Ev@Base 2.14.0
_ZN13QgsBlurEffectD2Ev@Base 2.14.0
(arch=alpha armel mips mips64el mipsel)_ZN13QgsExpression11HelpExampleC1ERK7QStringS3_S3_@Base 2.18.17
(arch=alpha armel mips mips64el mipsel)_ZN13QgsExpression11HelpExampleC2ERK7QStringS3_S3_@Base 2.18.17
(arch=alpha armel mips mips64el mipsel riscv64)_ZN13QgsExpression11HelpExampleC1ERK7QStringS3_S3_@Base 2.18.28
(arch=alpha armel mips mips64el mipsel riscv64)_ZN13QgsExpression11HelpExampleC2ERK7QStringS3_S3_@Base 2.18.28
_ZN13QgsExpression11HelpExampleD1Ev@Base 2.18.17
_ZN13QgsExpression11HelpExampleD2Ev@Base 2.18.17
_ZN13QgsExpression11HelpVariantC1ERK7QStringS3_RK5QListINS_7HelpArgEEbRKS4_INS_11HelpExampleEES3_@Base 2.18.17
......@@ -1158,36 +1158,36 @@ libqgis_core.so.2.18.26 #PACKAGE# #MINVER#
_ZN14QgsApplication15activeThemePathEv@Base 2.0.1
_ZN14QgsApplication15authorsFilePathEv@Base 2.0.1
_ZN14QgsApplication15licenceFilePathEv@Base 2.0.1
_ZN14QgsApplication15mThemeName21826E@Base 2.18.26
_ZN14QgsApplication15mThemeName21828E@Base 2.18.28
_ZN14QgsApplication15settingsChangedEv@Base 2.14.5
_ZN14QgsApplication15shortNameRegExpEv@Base 2.14.0
_ZN14QgsApplication15userStyleV2PathEv@Base 2.0.1
_ZN14QgsApplication16defaultThemePathEv@Base 2.0.1
_ZN14QgsApplication16mConfigPath21826E@Base 2.18.26
_ZN14QgsApplication16mMaxThreads21826E@Base 2.18.26
_ZN14QgsApplication16mPluginPath21826E@Base 2.18.26
_ZN14QgsApplication16mPrefixPath21826E@Base 2.18.26
_ZN14QgsApplication16mConfigPath21828E@Base 2.18.28
_ZN14QgsApplication16mMaxThreads21828E@Base 2.18.28
_ZN14QgsApplication16mPluginPath21828E@Base 2.18.28
_ZN14QgsApplication16mPrefixPath21828E@Base 2.18.28
_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
_ZN14QgsApplication17mLibexecPath21826E@Base 2.18.26
_ZN14QgsApplication17mLibraryPath21826E@Base 2.18.26
_ZN14QgsApplication17mPkgDataPath21826E@Base 2.18.26
_ZN14QgsApplication17mUIThemeName21826E@Base 2.18.26
_ZN14QgsApplication17mLibexecPath21828E@Base 2.18.28
_ZN14QgsApplication17mLibraryPath21828E@Base 2.18.28
_ZN14QgsApplication17mPkgDataPath21828E@Base 2.18.28
_ZN14QgsApplication17mUIThemeName21828E@Base 2.18.28
_ZN14QgsApplication17restoreGdalDriverERK7QString@Base 2.14.0
_ZN14QgsApplication18defaultStyleV2PathEv@Base 2.0.1
_ZN14QgsApplication18mGdalSkipList21826E@Base 2.18.26
_ZN14QgsApplication18mGdalSkipList21828E@Base 2.18.28
_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
_ZN14QgsApplication19mAuthDbDirPath21826E@Base 2.18.26
_ZN14QgsApplication19mSystemEnvVars21826E@Base 2.18.26
_ZN14QgsApplication19mAuthDbDirPath21828E@Base 2.18.28
_ZN14QgsApplication19mSystemEnvVars21828E@Base 2.18.28
_ZN14QgsApplication19qgisSettingsDirPathEv@Base 2.0.1
_ZN14QgsApplication19translatorsFilePathEv@Base 2.0.1
_ZN14QgsApplication20contributorsFilePathEv@Base 2.0.1
......@@ -1195,18 +1195,18 @@ libqgis_core.so.2.18.26 #PACKAGE# #MINVER#
_ZN14QgsApplication21QGIS_APPLICATION_NAMEE@Base 2.4.0
_ZN14QgsApplication21composerTemplatePathsEv@Base 2.14.0
_ZN14QgsApplication21developersMapFilePathEv@Base 2.8.0
_ZN14QgsApplication21mBuildOutputPath21826E@Base 2.18.26
_ZN14QgsApplication21mBuildSourcePath21826E@Base 2.18.26
_ZN14QgsApplication21mDefaultSvgPaths21826E@Base 2.18.26
_ZN14QgsApplication21mBuildOutputPath21828E@Base 2.18.28
_ZN14QgsApplication21mBuildSourcePath21828E@Base 2.18.28
_ZN14QgsApplication21mDefaultSvgPaths21828E@Base 2.18.28
_ZN14QgsApplication22QGIS_ORGANIZATION_NAMEE@Base 2.4.0
_ZN14QgsApplication23applyGdalSkippedDriversEv@Base 2.0.1
_ZN14QgsApplication23mFileOpenEventList21826E@Base 2.18.26
_ZN14QgsApplication23mFileOpenEventList21828E@Base 2.18.28
_ZN14QgsApplication24QGIS_ORGANIZATION_DOMAINE@Base 2.4.0
_ZN14QgsApplication24setFileOpenEventReceiverEP7QObject@Base 2.0.1
_ZN14QgsApplication25mRunningFromBuildDir21826E@Base 2.18.26
_ZN14QgsApplication25mRunningFromBuildDir21828E@Base 2.18.28
_ZN14QgsApplication26absolutePathToRelativePathERK7QStringS2_@Base 2.14.0
_ZN14QgsApplication26relativePathToAbsolutePathERK7QStringS2_@Base 2.14.0
_ZN14QgsApplication27mFileOpenEventReceiver21826E@Base 2.18.26
_ZN14QgsApplication27mFileOpenEventReceiver21828E@Base 2.18.28
_ZN14QgsApplication4initE7QString@Base 2.0.1
_ZN14QgsApplication5eventEP6QEvent@Base 2.0.1
_ZN14QgsApplication6endianEv@Base 2.0.1
......@@ -1269,7 +1269,7 @@ libqgis_core.so.2.18.26 #PACKAGE# #MINVER#
_ZN14QgsAuthManager18smAuthServersTableE@Base 2.14.0
_ZN14QgsAuthManager18storeCertAuthorityERK15QSslCertificate@Base 2.14.0
_ZN14QgsAuthManager18updateNetworkReplyEP13QNetworkReplyRK7QStringS4_@Base 2.14.0
(arch=!amd64 !hurd-i386 !i386 !m68k !x32)_ZN14QgsAuthManager19clearMasterPasswordEv@Base 2.18.17
(arch=!amd64 !hurd-i386 !i386 !m68k !riscv64 !x32)_ZN14QgsAuthManager19clearMasterPasswordEv@Base 2.18.17
_ZN14QgsAuthManager19existsCertAuthorityERK15QSslCertificate@Base 2.14.0
_ZN14QgsAuthManager19getUntrustedCaCertsE5QListI15QSslCertificateE@Base 2.14.0
_ZN14QgsAuthManager19insertCaCertInCacheEN16QgsAuthCertUtils12CaCertSourceERK5QListI15QSslCertificateE@Base 2.14.0
......@@ -3786,8 +3786,8 @@ libqgis_core.so.2.18.26 #PACKAGE# #MINVER#
_ZN17QgsSimplifyMethod25setForceLocalOptimizationEb@Base 2.2.0
_ZN17QgsSimplifyMethodC1Ev@Base 2.2.0
_ZN17QgsSimplifyMethodC2Ev@Base 2.2.0
(arch=!amd64 !hppa !hurd-i386 !i386 !m68k !x32)_ZN17QgsVectorJoinInfoC1ERKS_@Base 2.18.22
(arch=!amd64 !hppa !hurd-i386 !i386 !m68k !x32)_ZN17QgsVectorJoinInfoC2ERKS_@Base 2.18.22
(arch=!amd64 !hppa !hurd-i386 !i386 !m68k !riscv64 !x32)_ZN17QgsVectorJoinInfoC1ERKS_@Base 2.18.22
(arch=!amd64 !hppa !hurd-i386 !i386 !m68k !riscv64 !x32)_ZN17QgsVectorJoinInfoC2ERKS_@Base 2.18.22
_ZN17QgsVectorJoinInfoD1Ev@Base 2.18.17
_ZN17QgsVectorJoinInfoD2Ev@Base 2.18.17
_ZN18QgsColorRampShader16setColorRampTypeENS_14ColorRamp_TYPEE@Base 2.0.1
......@@ -4608,8 +4608,8 @@ libqgis_core.so.2.18.26 #PACKAGE# #MINVER#
_ZN19QgsVectorFileWriter10addFeatureER10QgsFeatureP20QgsFeatureRendererV2N4QGis8UnitTypeE@Base 2.0.1
_ZN19QgsVectorFileWriter10stopRenderEP14QgsVectorLayer@Base 2.14.0
_ZN19QgsVectorFileWriter11startRenderEP14QgsVectorLayer@Base 2.14.0
(arch=!amd64 !hppa !hurd-i386 !i386 !m68k !powerpc !ppc64 !ppc64el !riscv64 !x32)_ZN19QgsVectorFileWriter12HiddenOptionC1ERK7QString@Base 2.18.22
(arch=!amd64 !hppa !hurd-i386 !i386 !m68k !powerpc !ppc64 !ppc64el !riscv64 !x32)_ZN19QgsVectorFileWriter12HiddenOptionC2ERK7QString@Base 2.18.22
(arch=!amd64 !hppa !hurd-i386 !i386 !m68k !powerpc !ppc64 !ppc64el !x32)_ZN19QgsVectorFileWriter12HiddenOptionC1ERK7QString@Base 2.18.28
(arch=!amd64 !hppa !hurd-i386 !i386 !m68k !powerpc !ppc64 !ppc64el !x32)_ZN19QgsVectorFileWriter12HiddenOptionC2ERK7QString@Base 2.18.28
_ZN19QgsVectorFileWriter12HiddenOptionD0Ev@Base 2.18.17
_ZN19QgsVectorFileWriter12HiddenOptionD1Ev@Base 2.18.17
_ZN19QgsVectorFileWriter12HiddenOptionD2Ev@Base 2.18.17
......@@ -10620,7 +10620,7 @@ libqgis_core.so.2.18.26 #PACKAGE# #MINVER#
(optional=templinst)_ZNSt6vectorIN8QgsLabel10labelpointESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 2.14.18
(optional=templinst)_ZNSt6vectorISt4pairIidESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 2.14.18
(optional=templinst|arch=armel armhf hurd-i386 i386 m68k mips mipsel powerpc x32)_ZNSt6vectorIiSaIiEE17_M_default_appendEj@Base 2.18.22
(optional=templinst|arch=amd64 arm64 ppc64 ppc64el s390x)_ZNSt6vectorIiSaIiEE17_M_default_appendEm@Base 2.18.22
(optional=templinst)_ZNSt6vectorIiSaIiEE17_M_default_appendEm@Base 2.18.22
(optional=templinst)_ZSt4swapI18QgsRendererRangeV2ENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS5_ESt18is_move_assignableIS5_EEE5valueEvE4typeERS5_SF_@Base 2.14.18
(optional=templinst|arch=alpha arm64 armel armhf mips mips64el mipsel powerpc s390x)_ZSt4swapI21QgsRendererCategoryV2ENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS5_ESt18is_move_assignableIS5_EEE5valueEvE4typeERS5_SF_@Base 2.14.18
_ZTI10QgsCurveV2@Base 2.14.0
......
# SymbolsHelper-Confirmed: 2.18.26 hurd-i386
libqgis_gui.so.2.18.26 #PACKAGE# #MINVER#
libqgis_gui.so.2.18.28 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
(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
......
# SymbolsHelper-Confirmed: 2.18.24 x32
libqgis_networkanalysis.so.2.18.26 #PACKAGE# #MINVER#
libqgis_networkanalysis.so.2.18.28 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_ZN11QgsGraphArcC1Ev@Base 2.0.1
_ZN11QgsGraphArcC2Ev@Base 2.0.1
......
# SymbolsHelper-Confirmed: 2.18.26 armhf hurd-i386 i386 powerpc ppc64 ppc64el s390x
libqgis_server.so.2.18.26 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 2.18.28 amd64 arm64 armel mips riscv64
libqgis_server.so.2.18.28 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_ZN14QgsConfigCache11qt_metacallEN11QMetaObject4CallEiPPv@Base 2.8.0
_ZN14QgsConfigCache11qt_metacastEPKc@Base 2.8.0
......@@ -88,7 +88,9 @@ libqgis_server.so.2.18.26 #PACKAGE# #MINVER#
_ZN22QgsAccessControlFilterD1Ev@Base 2.14.0
_ZN22QgsAccessControlFilterD2Ev@Base 2.14.0
_ZN22QgsMapServiceExceptionC1ERK7QStringS2_@Base 2.8.0
(arch=!amd64)_ZN22QgsMapServiceExceptionC1ERKS_@Base 2.18.28
_ZN22QgsMapServiceExceptionC2ERK7QStringS2_@Base 2.8.0
(arch=!amd64)_ZN22QgsMapServiceExceptionC2ERKS_@Base 2.18.28
_ZN22QgsMapServiceExceptionD1Ev@Base 2.18.17
_ZN22QgsMapServiceExceptionD2Ev@Base 2.18.17
_ZN22QgsServerProjectParser24sublayersOfEmbeddedGroupERK7QStringS2_R4QSetIS0_E@Base 2.8.0
......