Skip to content

Commit 59c1d21

Browse files
committedFeb 24, 2017
Release of 2.18.4
1 parent af73eea commit 59c1d21

File tree

3 files changed

+457
-3
lines changed

3 files changed

+457
-3
lines changed
 

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
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 "3")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "4")
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‎

Lines changed: 448 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,451 @@
1+
Andreas Sturmlechner <andreas.sturmlechner@gmail.com> 2017-02-19
2+
3+
Fix QtWebKit automagic
4+
5+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2017-02-22
6+
7+
Fix test xml indentention
8+
9+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2017-02-22
10+
11+
Port GML3 improvements to 2.18 branch
12+
13+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2017-02-22
14+
15+
Segmentize circular strings the same way in both directions, avoiding problems with tiny gaps/overlaps
16+
17+
Matthias Kuhn <matthias@opengis.ch> 2017-02-22
18+
19+
Fix relations in offline editing
20+
21+
Juergen E. Fischer <jef@norbit.de> 2017-02-20
22+
23+
release.pl: allow tagging branches as ltr on point releases and
24+
bypass pre-commit hooks
25+
26+
Merge: db91e4049d 339fc10137
27+
Alessandro Pasotti <elpaso@itopen.it> 2017-02-16
28+
29+
Merge pull request #4153 from boundlessgeo/release-2_18-SldRotationFix
30+
31+
fixed forgot merge conflict message
32+
33+
Luigi Pirelli <luipir@gmail.com> 2017-02-16
34+
35+
fixed forgot merge conflict message
36+
37+
Merge: 02c46888e0 e4d3da2eca
38+
Matthias Kuhn <matthias@opengis.ch> 2017-02-16
39+
40+
Merge pull request #4050 from boundlessgeo/release-2_18-SldRotationFix
41+
42+
Tests and fix to read sld:Rotation when does not have ogc sub tags
43+
44+
Juergen E. Fischer <jef@norbit.de> 2017-02-15
45+
46+
german translation fixes (fixes #16194)
47+
48+
Merge: 9ce1fb4776 c75b5c740f
49+
Alexander Bruy <alexander.bruy@gmail.com> 2017-02-14
50+
51+
Merge pull request #4143 from NaturalGIS/fix_grass7_v_surf_rst
52+
53+
[processing] fix GRASS7 v.surf.rst modules
54+
55+
Merge: 119e1815f3 e9cfd0b276
56+
Alexander Bruy <alexander.bruy@gmail.com> 2017-02-14
57+
58+
Merge pull request #4142 from radosuav/fix_gdal_warp
59+
60+
[processing] fix spatial subseting with GDAL warp
61+
62+
Giovanni Manghi <giovanni.manghi@naturalgis.pt> 2017-02-14
63+
64+
fix GRASS7 v_surf_rst modules in qgis 2_18
65+
66+
radosuav <radoslaw.guzinski@esa.int> 2017-02-13
67+
68+
[Processing] Fix spatial subseting with GDAL warp.
69+
70+
Nyall Dawson <nyall.dawson@gmail.com> 2017-02-13
71+
72+
Fix large memory leak in vector file writer (fix #16003)
73+
74+
(cherry-picked from 826a86)
75+
76+
Nyall Dawson <nyall.dawson@gmail.com> 2017-02-13
77+
78+
Fix leak in QgsCoordinateReferenceSystem
79+
80+
(cherry-picked from aad7c5)
81+
82+
Nyall Dawson <nyall.dawson@gmail.com> 2017-02-13
83+
84+
Fix expressions leaking internal data
85+
86+
(cherry-picked from 15dcb6)
87+
88+
Nyall Dawson <nyall.dawson@gmail.com> 2017-02-13
89+
90+
Fix leak in QgsSymbolLegendNode
91+
92+
(cherry-picked from f94512)
93+
94+
Nyall Dawson <nyall.dawson@gmail.com> 2017-02-13
95+
96+
Fix leak in expressions
97+
98+
(cherry-picked from 586631)
99+
100+
Juergen E. Fischer <jef@norbit.de> 2017-02-12
101+
102+
dxf export: consider layer styles (fixes #15946; backported from 92091c5)
103+
104+
Juergen E. Fischer <jef@norbit.de> 2017-02-11
105+
106+
adapt bindings to sip 4.19 (fixes #16071)
107+
108+
Merge: fe2b34d833 78396dc832
109+
Alexander Bruy <alexander.bruy@gmail.com> 2017-02-10
110+
111+
Merge pull request #4037 from wonder-sk/union-fixes
112+
113+
[processing] Union: fix output of features that do not instersect layer A
114+
115+
rldhont <rldhont@gmail.com> 2017-02-10
116+
117+
[Server] The RFC 7946 GeoJSON specification recommends limiting coordinate precision to 6
118+
119+
Merge: 84bef5f3ba 539ee16f07
120+
Alexander Bruy <alexander.bruy@gmail.com> 2017-02-09
121+
122+
Merge pull request #4123 from radosuav/fix_grass6_provider
123+
124+
[processing] small fix in GRASS 6 provider
125+
126+
radosuav <radoslaw.guzinski@esa.int> 2017-02-09
127+
128+
[Processing] Small fix in GRASS 6 provider
129+
130+
volaya <volayaf@gmail.com> 2017-02-08
131+
132+
[processing] added missing import
133+
134+
Luigi Pirelli <luipir@gmail.com> 2017-02-08
135+
136+
moved node value parsing to ogc filter parsing
137+
138+
Merge: 73e0811a16 c0516a46e5
139+
Nyall Dawson <nyall.dawson@gmail.com> 2017-02-04
140+
141+
Merge pull request #4104 from nyalldawson/area
142+
143+
Forward port curvepolygon area fixes to 2.18
144+
145+
Nyall Dawson <nyall.dawson@gmail.com> 2017-02-04
146+
147+
Adjust test result
148+
149+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2017-01-04
150+
151+
Adapt numbers in test for QgsLineStringV2::sumUpArea
152+
153+
(forward port from df0f97)
154+
155+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2017-01-04
156+
157+
Add unit test that makes sure that the area of a closed compound curve ring is the same as a closed linestring with the same number of vertices
158+
159+
(forward port from be71066)
160+
161+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2017-01-05
162+
163+
Exclude degenerated rings from polygon area calculation
164+
165+
(forward port from 64b0b1)
166+
167+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2017-01-05
168+
169+
Change comment for QgsCurveV2::sumUpArea
170+
171+
(forward port from 1c02dc7)
172+
173+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2017-01-03
174+
175+
Fix area calculation of compoundcurve rings if they contain a 2-vertex linestring
176+
177+
(forward port from 30d7423)
178+
179+
Nyall Dawson <nyall.dawson@gmail.com> 2017-02-04
180+
181+
Add additional curvepolygon with compound curve to reference geometry tests
182+
183+
rldhont <rldhont@gmail.com> 2017-02-02
184+
185+
[BUGFIX][DB Manager] Detect query layer like providers do
186+
187+
In postgres provider, a query layer is detected as a table starting with `(` and ending with `)`.
188+
189+
Matthias Kuhn <matthias@opengis.ch> 2017-02-02
190+
191+
Offline editing: support for flattening Z and M layers.
192+
193+
Tudor Bărăscu <tudor.barascu@qtibia.ro> 2017-02-01
194+
195+
backport sorted field list issues
196+
197+
If the field list is sorted by name, the touched functions
198+
should take into consideration the sorted list IDs instead of the unsorted one.
199+
200+
Alexander Bruy <alexander.bruy@gmail.com> 2017-01-27
201+
202+
[processing] fix parameter value retrieval
203+
204+
rldhont <rldhont@gmail.com> 2017-01-26
205+
206+
[BUGFIX][Processing] Script: get output file extension
207+
208+
Alexander Bruy <alexander.bruy@gmail.com> 2017-01-25
209+
210+
[processing] make additional Fusion parameters optional
211+
212+
(cherry picked from commit 49e7b94a633254c99309b439db20f06d196d2fac)
213+
214+
luipir <luipir@gmail.com> 2017-01-25
215+
216+
typo
217+
218+
Juergen E. Fischer <jef@norbit.de> 2017-01-24
219+
220+
fix typo (followup 84d1a65)
221+
222+
Alexander Bruy <alexander.bruy@gmail.com> 2016-12-16
223+
224+
[processing] use point parameter in GRASS algs where possible (addresses #15983)
225+
226+
(cherry picked from commit 5dc39e0a41c6e67bd5b8b0b92a8562f1c8d6b690)
227+
228+
Anita Graser <anitagraser@gmx.at> 2016-12-20
229+
230+
updated help for qgis:mergevectorlayers (#3883)
231+
232+
"two" => "multiple"
233+
(cherry picked from commit 5e061b1c632b6701df09d293b53af028d1685847)
234+
235+
nirvn <nirvn.asia@gmail.com> 2016-12-20
236+
237+
[processing] support non-ogr layers in merge vector layers alg
238+
239+
(cherry picked from commit e338a90c80dd8b58ed41cb932c8a166b3172db2a)
240+
241+
nirvn <nirvn.asia@gmail.com> 2017-01-03
242+
243+
[processing] fix app freeze when closing options dialog (fixes #15550)
244+
245+
(cherry picked from commit 3dcf4874859f777050f06c9fde54233e5df73b2c)
246+
247+
Etienne Trimaille <gustrimaille@yahoo.fr> 2017-01-03
248+
249+
skip if the SAGA folder is not defined
250+
251+
(cherry picked from commit d9d5bf7c2859701966ff4f8728684685ff4c2814)
252+
253+
Mathieu Pellerin <nirvn.asia@gmail.com> 2017-01-04
254+
255+
[processing] fix modeler output values in case algorithm(s)
256+
257+
execution modifies those (fixes #16021)
258+
(cherry picked from commit 9908d9cf8117741f4614f21595018e97cf829333)
259+
260+
Alexander Bruy <alexander.bruy@gmail.com> 2017-01-13
261+
262+
[processing] allow other output formats than shapefile in GDAL
263+
polygonize
264+
265+
(cherry picked from commit 8f291a92df1667e718d49a4108e6f44721357f40)
266+
267+
Merge: 685e4a2be0 3525d035fe
268+
volaya <volayaf@gmail.com> 2017-01-24
269+
270+
Merge pull request #4046 from volaya/quote_GRASS
271+
272+
[processing] quote GRASS layer inputs
273+
274+
volaya <volayaf@gmail.com> 2017-01-23
275+
276+
[processing] quote GRASS layer inputs
277+
278+
Luigi Pirelli <luipir@gmail.com> 2017-01-17
279+
280+
Tests and fix to read sld:Rotation when does not have ogc sub tags
281+
282+
Merge: 1746b32a08 6071b40d54
283+
Borys Jurgiel <info@borysjurgiel.pl> 2017-01-23
284+
285+
Merge pull request #4041 from borysiasty/release-2_18
286+
287+
[Processing] Yet another fix for error message encoding errors. Fixes #16102
288+
289+
Borys Jurgiel <info@borysjurgiel.pl> 2017-01-23
290+
291+
[Processing] Follow up 2f65d3cc0cd665
292+
293+
Borys Jurgiel <info@borysjurgiel.pl> 2017-01-23
294+
295+
[Processing] Yet another fix for error message encoding errors. Fixes #16102
296+
297+
Merge: 5cfbfbd2c3 dfdec0fcaa
298+
rldhont <rldhont@gmail.com> 2017-01-23
299+
300+
Merge pull request #4034 from rldhont/sld-backport-release-2_18-parsing
301+
302+
SLD parsing: handling ogc:Literal within CssParameter - backport 2.18
303+
304+
Martin Dobias <wonder.sk@gmail.com> 2017-01-23
305+
306+
[processing] Union: fix output of features that do not instersect layer A
307+
308+
Union algorithm had incorrect logic for output of geometries in layer B
309+
that are partially intersected by layer A or not intersected at all.
310+
311+
Added processing unit test that should cover all cases.
312+
313+
I have added some TODOs to the code as the outputs may still misbehave
314+
if intersection or difference operations return unexpected geometry types.
315+
316+
Jorge Gustavo Rocha <jgr@geomaster.pt> 2017-01-18
317+
318+
DDL update: saving layer styles on databases
319+
Fix #11421
320+
321+
Jorge Gustavo Rocha <jgr@geomaster.pt> 2017-01-17
322+
323+
SLD parsing: handling ogc:Literal within CssParameter
324+
325+
Jorge Gustavo Rocha <jgr@geomaster.pt> 2017-01-15
326+
327+
SLD parsing: handling ogc:Literal within CssParameter
328+
329+
Merge: e23a3d0402 8e268da21e
330+
rldhont <rldhont@gmail.com> 2017-01-22
331+
332+
Merge pull request #4028 from rldhont/server-backport-release-2_18-tests
333+
334+
[Server] Backport tests for 2.18
335+
336+
Jorge Gustavo Rocha <jgr@geomaster.pt> 2017-01-15
337+
338+
SLD parsing: handling ogc:Literal within CssParameter
339+
340+
rldhont <rldhont@gmail.com> 2017-01-19
341+
342+
[Server] Backport tests
343+
344+
rldhont <rldhont@gmail.com> 2017-01-20
345+
346+
[BUFIX][Server] Regression in GetPrint GRID parameters
347+
348+
Alessandro Pasotti <apasotti@boundlessgeo.com> 2017-01-19
349+
350+
Replace broken WMS demo URLs with working URLs
351+
352+
I'd liked to add a UMN MapServer Demo too but
353+
I couldn't find a working one.
354+
355+
Backported from master.
356+
357+
volaya <volayaf@gmail.com> 2017-01-19
358+
359+
[processing] always use only selected features in 'save selected features'
360+
361+
Matthias Kuhn <matthias@opengis.ch> 2017-01-19
362+
363+
Save readOnly state and default values to style
364+
365+
They should be handled equal to the edit form config.
366+
Fix #15931
367+
368+
Merge: 3ebe15b3f1 f2a7f0a445
369+
volaya <volayaf@gmail.com> 2017-01-19
370+
371+
Merge pull request #4007 from radosuav/numeric_setting_fix
372+
373+
[Processing] Fix exception when setting a numeric value in Processing options.
374+
375+
Juergen E. Fischer <jef@norbit.de> 2017-01-18
376+
377+
italian translation fix
378+
379+
radosuav <radoslaw.guzinski@esa.int> 2017-01-17
380+
381+
[Processing] Fix exception when setting a numeric value in Processing options.
382+
383+
Alessandro Pasotti <apasotti@boundlessgeo.com> 2017-01-17
384+
385+
[bugfix] Fixes WFS HTTP auth basic username/password
386+
387+
Fixes #15360 and #15597
388+
389+
Juergen E. Fischer <jef@norbit.de> 2017-01-16
390+
391+
fix msvc build (followup acf74a6)
392+
393+
Sandro Mani <manisandro@gmail.com> 2016-07-14
394+
395+
[Geometry checker] Fix result table corruption when adding newly found errors
396+
397+
Juergen E. Fischer <jef@norbit.de> 2017-01-16
398+
399+
fix 68387ce
400+
401+
Merge: 77ff0f8330 68387ce7f2
402+
Nyall Dawson <nyall.dawson@gmail.com> 2017-01-16
403+
404+
Merge pull request #3994 from cjmayo/appicon
405+
406+
Fix application icon disappearance after removal of easter egg
407+
408+
Even Rouault <even.rouault@spatialys.com> 2017-01-15
409+
410+
GML parser: do not use layer extent as feature geometry if the feature has no geometry
411+
412+
Juergen E. Fischer <jef@norbit.de> 2017-01-15
413+
414+
fix build
415+
416+
Even Rouault <even.rouault@spatialys.com> 2017-01-14
417+
418+
GML parser: fix parsing of typenames and geometry names with non-ASCII character (#16009)
419+
420+
Merge: 77b8c3d67b 502a8da403
421+
Alessandro Pasotti <elpaso@itopen.it> 2017-01-14
422+
423+
Merge pull request #3989 from elpaso/wfst-200-fix-15597
424+
425+
[bugfix] WFS-T fixes #15597 #16043 geoserver compatibility
426+
427+
Chris Mayo <aklhfex@gmail.com> 2017-01-14
428+
429+
Fix application icon disappearance after removal of easter egg
430+
431+
Commit 1eb3bfc1 changed return value to be a filename not the full path
432+
433+
Alessandro Pasotti <apasotti@boundlessgeo.com> 2017-01-13
434+
435+
[bugfix] WFS-T Fixes #15597 #16043
436+
437+
Tested on GeoServer and QGIS Server
438+
439+
Needs forward port to master
440+
441+
Juergen E. Fischer <jef@norbit.de> 2017-01-13
442+
443+
fix 2c43568
444+
445+
Juergen E. Fischer <jef@norbit.de> 2017-01-13
446+
447+
Release of 2.18.3
448+
1449
Juergen E. Fischer <jef@norbit.de> 2017-01-13
2450

3451
german translation update

‎debian/changelog‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
qgis (2.18.3) UNRELEASED; urgency=medium
1+
qgis (2.18.4) UNRELEASED; urgency=medium
2+
3+
* Release of 2.18.4
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 24 Feb 2017 13:00:06 +0100
6+
7+
qgis (2.18.3) unstable; urgency=medium
28

39
* Release of 2.18.3
410

5-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 13 Jan 2017 13:00:04 +0100
11+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 24 Feb 2017 13:00:06 +0100
612

713
qgis (2.18.2) unstable; urgency=medium
814

0 commit comments

Comments
 (0)
Please sign in to comment.