Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release of 2.18.18
  • Loading branch information
jef-n committed Mar 23, 2018
1 parent 9fd81ed commit b335661
Show file tree
Hide file tree
Showing 3 changed files with 136 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 "17")
SET(CPACK_PACKAGE_VERSION_PATCH "18")
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
127 changes: 127 additions & 0 deletions ChangeLog
@@ -1,3 +1,130 @@
Juergen E. Fischer <jef@norbit.de> 2018-03-23

update translation stats

Borys Jurgiel <info@borysjurgiel.pl> 2018-03-22

[tr] Polish translation update

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

[Processing] Display CSV OutputFile

Borys Jurgiel <info@borysjurgiel.pl> 2018-03-21

[tr] Polish translation update

rldhont <rldhont@gmail.com> 2018-03-20

[Bugfix][Processing] Py and R scripts parsing file param

rldhont <rldhont@gmail.com> 2018-03-19

[Server] Fix tests: after enhancing WFS GeoJSON

rldhont <rldhont@gmail.com> 2018-03-16

[Server] Fix tests: after enhancing WFS GeoJSON

rldhont <rldhont@gmail.com> 2018-03-16

[BUGFIX][Server] WFS GeoJSON: QGIS Server 2.18 much slower than 2.14

Fixed #18249

The JsonExporter was generated for each feature exported to GeoJSON.

rldhont <rldhont@gmail.com> 2018-03-16

[BUGFIX][Server] GetFeature: selecting attribute by clean propertyname

rldhont <rldhont@gmail.com> 2018-03-16

[BUGFIX][Server] DescribeFeature does not clean attribute name

In GML, the attributes have to be cleaned to be used as an XML name.

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-03-13

Fix requesting layer groups contained in embeded projects

Juergen E. Fischer <jef@norbit.de> 2018-03-11

debian packaging: add buster

Merge: 45f04b7c2f b0d354884d
mhugent <marco.hugentobler@sourcepole.ch> 2018-03-09

Merge pull request #6522 from mhugent/fix_18247

Fallback to feature id if pk attribute is not there

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-03-04

Fallback to feature id if pk attribute is not there

Merge: e321acd696 c9bb21efbd
Blottiere Paul <blottiere.paul@gmail.com> 2018-02-27

Merge pull request #6417 from tudorbarascu/fix_selection_test

improve server SELECTION test with multiple id's

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-18

Add global scope in server

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-18

Set scope directly to new context

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-17

Set project expression variables in server

Merge: 7827d92405 d1b5767b05
Nyall Dawson <nyall.dawson@gmail.com> 2018-02-27

Merge pull request #6471 from sebastic/wms-provider-dependencies

Add dependency on qgis_gui target to fix parallel build.

Tudor Bărăscu <tudor.barascu@qtibia.ro> 2018-02-26

show how to run the PyQgsServer test

Tudor Bărăscu <tudor.barascu@qtibia.ro> 2018-02-22

improve server SELECTION test with multiple id's

Bas Couwenberg <sebastic@xs4all.nl> 2018-02-26

Add dependency on qgis_gui target to fix parallel build.

In file included from /<<BUILDDIR>>/qgis-2.18.17+dfsg/src/providers/wms/qgswmssourceselect.cpp:26:0:
/<<BUILDDIR>>/qgis-2.18.17+dfsg/src/providers/wms/../../gui/qgsgenericprojectionselector.h:20:10: fatal error: ui_qgsgenericprojectionselectorbase.h: No such file or directory
#include <ui_qgsgenericprojectionselectorbase.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Even Rouault <even.rouault@spatialys.com> 2018-02-26

WFS provider: handle gmgml:Point_MultiPointPropertyType (fixes #18169)

Merge: 98e769f70e 3654ead72c
Werner Macho <werner.macho@gmail.com> 2018-02-23

Merge pull request #6440 from ghtmtt/release-2_18

updated it translation for 2_18

matteo <matteo.ghetta@gmail.com> 2018-02-23

updated it translation for 2_18

Juergen E. Fischer <jef@norbit.de> 2018-02-23

Release of 2.18.17

Merge: 9c2a0f8ae7 193e0a7e42
Hugo Mercier <hugo.mercier@oslandia.com> 2018-02-22

Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (2.18.17) UNRELEASED; urgency=medium
qgis (2.18.18) UNRELEASED; urgency=medium

* Release of 2.18.18

-- Jürgen E. Fischer <jef@norbit.de> Fri, 23 Mar 2018 13:00:13 +0100

qgis (2.18.17) unstable; urgency=medium

* Release of 2.18.17

-- Jürgen E. Fischer <jef@norbit.de> Fri, 23 Feb 2018 13:02:21 +0100
-- Jürgen E. Fischer <jef@norbit.de> Fri, 23 Mar 2018 13:00:13 +0100

qgis (2.18.16) unstable; urgency=medium

Expand Down

0 comments on commit b335661

Please sign in to comment.