Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release of 2.18.22
  • Loading branch information
jef-n committed Jul 20, 2018
1 parent 2e9d17c commit 5a99678
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
SET(CPACK_PACKAGE_VERSION_MINOR "18")
SET(CPACK_PACKAGE_VERSION_PATCH "21")
SET(CPACK_PACKAGE_VERSION_PATCH "22")
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+
Expand Down
106 changes: 106 additions & 0 deletions ChangeLog
@@ -1,3 +1,109 @@
Blottiere Paul <blottiere.paul@gmail.com> 2018-07-20

Increases number of pages

Juergen E. Fischer <jef@norbit.de> 2018-07-17

osgeo4w: support newer cmake versions

Merge: 7ddfaaba46 01c0d20b2c
Salvatore Larosa <lrssvtml@gmail.com> 2018-07-15

Merge pull request #7375 from slarosa/fix_19283

[2.18LTR] Fix field calculator in not able to add a new field

Radoslaw Guzinski <radosuav@op.pl> 2018-07-10

[Processing] Display saved value of ParameterTableMultipleField in the modeler.

Salvatore Larosa <lrssvtml@gmail.com> 2018-07-10

fix indentation

Salvatore Larosa <lrssvtml@gmail.com> 2018-07-09

fix warning

Juergen E. Fischer <jef@norbit.de> 2018-07-06

spatialite provider: fix retrieval of unicode name of spatial index on views

Salvatore Larosa <lrssvtml@gmail.com> 2018-07-06

set precision to 0 if not defined

Even Rouault <even.rouault@spatialys.com> 2018-06-01

QgsVectorDataProvider::supportedType(): only checks field length and precision against min/max if they are defined (ie > 0). Fixes test_qgsauxiliarystorage.py and qgis_projectstoragetest

Even Rouault <even.rouault@spatialys.com> 2018-06-01

QgsVectorDataProvider::supportedType(): use -1 as the value for unspecified length/width (this is the default in QgsField constructor and QgsVectorDataProvider::NativeType())

Salvatore Larosa <lrssvtml@gmail.com> 2018-07-06

resolve conflict

Juergen E. Fischer <jef@norbit.de> 2018-07-05

db manager: also add newline when adding a unique id field (fixes #19343)

Juergen E. Fischer <jef@norbit.de> 2018-07-04

fix build with SIP 4.19.11 (fixes #19332)

Juergen E. Fischer <jef@norbit.de> 2018-07-04

[postgres][db2] username and authcfg are not mutually exclusive (followup 9ce55ca0)

Matthias Kuhn <matthias@opengis.ch> 2018-07-02

Allow updating SSL cert custom configuration

So far it was only possible to add a first configuration, changing the configuration later on would fail with a unique constraint error.

Juergen E. Fischer <jef@norbit.de> 2018-06-26

Add BWTA2017.gsb to srs.db (backport 44eb0f901)

ie.
sqlite3 resources/srs.db "INSERT INTO tbl_datum_transform VALUES(NULL,100017,4314,4258,9615,'BWTA2017.gsb',NULL,NULL,NULL,NULL,NULL,NULL,'Transformation for the German federal state of Baden-Wuerttemberg: Diese NTv2-Datei deckt das Gebiet von Baden-Wuerttemberg ab und ist daher ausschliesslich für die Transformation von Geo(fach)daten innerhalb von Baden-Wuerttemberg geeignet. Dieser Ansatz ist für Geo(fach)daten zu verwenden welche auf Basis der ALKIS Daten gefuehrt und erstellt werden.','For applications requiring an accuracy of better than 1 metre.',1,0,'3339');"

Merge: 294f8accee 70e03951ba
Matthias Kuhn <matthias@opengis.ch> 2018-06-25

Merge pull request #7307 from rldhont/processing-r-enconde-string-218

[Bugfix][Processing] R script: ParameterString has to be encoding

rldhont <rldhont@gmail.com> 2018-06-22

[Bugfix][Processing] R script: ParameterString has to be encoding

In Processing R script, each parameter is inserted in the script by rewriting
the file. So it's necessary to encode ParameterString to correctly write the
processing r script.

Merge: 9fba24a3f2 259290ab32
rldhont <rldhont@gmail.com> 2018-06-22

Merge pull request #7303 from rldhont/server-wms-getprint-autoupdate-legend-218

[Bugfix][Server] Display composer legend with auto update like the Desktop

Juergen E. Fischer <jef@norbit.de> 2018-06-22

Release of 2.18.21

rldhont <rldhont@gmail.com> 2018-06-22

[Bugfix][Server] Display composer legend with auto update like the Desktop

QGIS Server was not able to display auto update legend in composer since
2.18.x. To fix it we need to deactivate *auto update* and to provide the
the project layer tree.

rldhont <rldhont@gmail.com> 2018-06-21

[Server] Use Project selection color in GetPrint for 2.18
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (2.18.21) UNRELEASED; urgency=medium
qgis (2.18.22) UNRELEASED; urgency=medium

* Release of 2.18.22

-- Jürgen E. Fischer <jef@norbit.de> Fri, 20 Jul 2018 14:00:10 +0200

qgis (2.18.21) unstable; urgency=medium

* Release of 2.18.21

-- Jürgen E. Fischer <jef@norbit.de> Fri, 22 Jun 2018 14:00:22 +0200
-- Jürgen E. Fischer <jef@norbit.de> Fri, 20 Jul 2018 14:00:09 +0200

qgis (2.18.20) unstable; urgency=medium

Expand Down

0 comments on commit 5a99678

Please sign in to comment.