Skip to content

Commit b335661

Browse files
committed
Release of 2.18.18
1 parent 9fd81ed commit b335661

File tree

3 files changed

+136
-3
lines changed

3 files changed

+136
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
22
SET(CPACK_PACKAGE_VERSION_MINOR "18")
3-
SET(CPACK_PACKAGE_VERSION_PATCH "17")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "18")
44
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
55
SET(RELEASE_NAME "Las Palmas")
66
IF (POLICY CMP0048) # in CMake 3.0.0+

ChangeLog

+127
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,130 @@
1+
Juergen E. Fischer <jef@norbit.de> 2018-03-23
2+
3+
update translation stats
4+
5+
Borys Jurgiel <info@borysjurgiel.pl> 2018-03-22
6+
7+
[tr] Polish translation update
8+
9+
rldhont <rldhont@gmail.com> 2018-03-22
10+
11+
[Processing] Display CSV OutputFile
12+
13+
Borys Jurgiel <info@borysjurgiel.pl> 2018-03-21
14+
15+
[tr] Polish translation update
16+
17+
rldhont <rldhont@gmail.com> 2018-03-20
18+
19+
[Bugfix][Processing] Py and R scripts parsing file param
20+
21+
rldhont <rldhont@gmail.com> 2018-03-19
22+
23+
[Server] Fix tests: after enhancing WFS GeoJSON
24+
25+
rldhont <rldhont@gmail.com> 2018-03-16
26+
27+
[Server] Fix tests: after enhancing WFS GeoJSON
28+
29+
rldhont <rldhont@gmail.com> 2018-03-16
30+
31+
[BUGFIX][Server] WFS GeoJSON: QGIS Server 2.18 much slower than 2.14
32+
33+
Fixed #18249
34+
35+
The JsonExporter was generated for each feature exported to GeoJSON.
36+
37+
rldhont <rldhont@gmail.com> 2018-03-16
38+
39+
[BUGFIX][Server] GetFeature: selecting attribute by clean propertyname
40+
41+
rldhont <rldhont@gmail.com> 2018-03-16
42+
43+
[BUGFIX][Server] DescribeFeature does not clean attribute name
44+
45+
In GML, the attributes have to be cleaned to be used as an XML name.
46+
47+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-03-13
48+
49+
Fix requesting layer groups contained in embeded projects
50+
51+
Juergen E. Fischer <jef@norbit.de> 2018-03-11
52+
53+
debian packaging: add buster
54+
55+
Merge: 45f04b7c2f b0d354884d
56+
mhugent <marco.hugentobler@sourcepole.ch> 2018-03-09
57+
58+
Merge pull request #6522 from mhugent/fix_18247
59+
60+
Fallback to feature id if pk attribute is not there
61+
62+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-03-04
63+
64+
Fallback to feature id if pk attribute is not there
65+
66+
Merge: e321acd696 c9bb21efbd
67+
Blottiere Paul <blottiere.paul@gmail.com> 2018-02-27
68+
69+
Merge pull request #6417 from tudorbarascu/fix_selection_test
70+
71+
improve server SELECTION test with multiple id's
72+
73+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-18
74+
75+
Add global scope in server
76+
77+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-18
78+
79+
Set scope directly to new context
80+
81+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-17
82+
83+
Set project expression variables in server
84+
85+
Merge: 7827d92405 d1b5767b05
86+
Nyall Dawson <nyall.dawson@gmail.com> 2018-02-27
87+
88+
Merge pull request #6471 from sebastic/wms-provider-dependencies
89+
90+
Add dependency on qgis_gui target to fix parallel build.
91+
92+
Tudor Bărăscu <tudor.barascu@qtibia.ro> 2018-02-26
93+
94+
show how to run the PyQgsServer test
95+
96+
Tudor Bărăscu <tudor.barascu@qtibia.ro> 2018-02-22
97+
98+
improve server SELECTION test with multiple id's
99+
100+
Bas Couwenberg <sebastic@xs4all.nl> 2018-02-26
101+
102+
Add dependency on qgis_gui target to fix parallel build.
103+
104+
In file included from /<<BUILDDIR>>/qgis-2.18.17+dfsg/src/providers/wms/qgswmssourceselect.cpp:26:0:
105+
/<<BUILDDIR>>/qgis-2.18.17+dfsg/src/providers/wms/../../gui/qgsgenericprojectionselector.h:20:10: fatal error: ui_qgsgenericprojectionselectorbase.h: No such file or directory
106+
#include <ui_qgsgenericprojectionselectorbase.h>
107+
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
108+
109+
Even Rouault <even.rouault@spatialys.com> 2018-02-26
110+
111+
WFS provider: handle gmgml:Point_MultiPointPropertyType (fixes #18169)
112+
113+
Merge: 98e769f70e 3654ead72c
114+
Werner Macho <werner.macho@gmail.com> 2018-02-23
115+
116+
Merge pull request #6440 from ghtmtt/release-2_18
117+
118+
updated it translation for 2_18
119+
120+
matteo <matteo.ghetta@gmail.com> 2018-02-23
121+
122+
updated it translation for 2_18
123+
124+
Juergen E. Fischer <jef@norbit.de> 2018-02-23
125+
126+
Release of 2.18.17
127+
1128
Merge: 9c2a0f8ae7 193e0a7e42
2129
Hugo Mercier <hugo.mercier@oslandia.com> 2018-02-22
3130

debian/changelog

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
qgis (2.18.17) UNRELEASED; urgency=medium
1+
qgis (2.18.18) UNRELEASED; urgency=medium
2+
3+
* Release of 2.18.18
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 23 Mar 2018 13:00:13 +0100
6+
7+
qgis (2.18.17) unstable; urgency=medium
28

39
* Release of 2.18.17
410

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

713
qgis (2.18.16) unstable; urgency=medium
814

0 commit comments

Comments
 (0)