Skip to content

Commit a6c461b

Browse files
committedAug 18, 2017
Release of 2.18.12
1 parent 26704a4 commit a6c461b

File tree

3 files changed

+193
-3
lines changed

3 files changed

+193
-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 "11")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "12")
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: 184 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,165 @@
1+
Juergen E. Fischer <jef@norbit.de> 2017-08-18
2+
3+
Fix trusty build (QStringLiteral is Qt5; followup b6254513d64)
4+
5+
Merge: 987f1acff8 b73b25d495
6+
Alessandro Pasotti <elpaso@itopen.it> 2017-08-17
7+
8+
Merge pull request #5030 from boundlessgeo/Win_CutAndPaste_2-18_issue16870
9+
10+
Clipboard Cut&Paste fix when attached special field values. Fixes #16870
11+
12+
Luigi Pirelli <luipir@gmail.com> 2017-08-17
13+
14+
fixed unnecessary deepcopy and use the correct api
15+
16+
Luigi Pirelli <luipir@gmail.com> 2017-08-06
17+
18+
From Clipboard Cut&Paste fix when attached special field values. Fiexies #16870
19+
20+
Juergen E. Fischer <jef@norbit.de> 2017-08-08
21+
22+
oracle provider: skip updating of key attributes of added features for versioned tables (backport of e7700db46a)
23+
24+
Matthias Kuhn <matthias@opengis.ch> 2017-08-14
25+
26+
Make inverted polygon legend items checkable
27+
28+
This was not working with legendSymbolItemsV2(), in particular tested
29+
with rule based renderer.
30+
31+
Larry Shaffer <lshaffer@boundlessgeo.com> 2017-08-14
32+
33+
Add QSCINTILLA_INCLUDE_DIR to custom widgets CMake setup
34+
35+
Nyall Dawson <nyall.dawson@gmail.com> 2017-08-07
36+
37+
Fix valgrind jump on uninitialised values warnings
38+
39+
Nyall Dawson <nyall.dawson@gmail.com> 2017-08-07
40+
41+
Fix crash when editing feature after opening a form with relation reference widget
42+
43+
Also fixes a leak/performance issue - the attribute table model
44+
for the relation reference widget is not parented to the widget,
45+
so it is never cleaned up when the widget is deleted.
46+
47+
Merge: 8adf1c4d6b f275372489
48+
Alessandro Pasotti <elpaso@itopen.it> 2017-08-07
49+
50+
Merge pull request #4893 from cmangeat/bug_16509
51+
52+
allow WFS GetFeature upon multiple layers, fixes #16509
53+
54+
Christophe Mangeat <christophe.mangeat@camptocamp.com> 2017-08-07
55+
56+
fix indentaton test ? (scripts/prepare-commit.sh)
57+
58+
Christophe Mangeat <christophe.mangeat@camptocamp.com> 2017-08-03
59+
60+
use unitest assert and os.path.join as adviced
61+
62+
Juergen E. Fischer <jef@norbit.de> 2017-07-28
63+
64+
German translation fix
65+
66+
tcoupin <thibault.coupin@gmail.com> 2017-07-20
67+
68+
Fix srsDimension parsing in GML
69+
70+
Merge: 8ccc84ed22 399f01afb4
71+
Hugo Mercier <hugo.mercier@oslandia.com> 2017-07-27
72+
73+
Merge pull request #4925 from pblottiere/bugfix_scrolllocked_218
74+
75+
Fixes value relation widget to keep scrollbar activated, fixes #16654 (backport)
76+
77+
Blottiere Paul <blottiere.paul@gmail.com> 2017-07-27
78+
79+
Add tests
80+
81+
Blottiere Paul <blottiere.paul@gmail.com> 2017-07-27
82+
83+
Fixes value relation widget to always keep scrollbar activated. Fixes #16654
84+
85+
rldhont <rldhont@gmail.com> 2017-07-26
86+
87+
[BUGFIX][SERVER] GetFeatureInfo not evaluated for maptip context when using FILTER param
88+
89+
fixed #16670
90+
91+
Alexander Bruy <alexander.bruy@gmail.com> 2017-07-25
92+
93+
fix indentation
94+
95+
Merge: 3f20650b1e 9593a8bb50
96+
Alexander Bruy <alexander.bruy@gmail.com> 2017-07-25
97+
98+
Merge branch 'fix_gdalmerge_nodata' of https://github.com/NaturalGIS/naturalgis_qgis into fix_gdalmerge_nodata
99+
100+
Merge: 01e062e4bc 456e01581a
101+
Alexander Bruy <alexander.bruy@gmail.com> 2017-07-25
102+
103+
Merge branch 'fix_saga_cluster_analysis' of https://github.com/NaturalGIS/naturalgis_qgis into fix_saga_cluster_analysis
104+
105+
Alexander Bruy <alexander.bruy@gmail.com> 2017-07-25
106+
107+
fix indentation
108+
109+
Merge: 601e37351b 9a181488a6
110+
Alexander Bruy <alexander.bruy@gmail.com> 2017-07-25
111+
112+
Merge branch 'saga_desc_2_18' of https://github.com/volaya/QGIS into saga_desc_2_18
113+
114+
Alexander Bruy <alexander.bruy@gmail.com> 2017-07-25
115+
116+
add missed parameter name
117+
118+
Juergen E. Fischer <jef@norbit.de> 2017-07-24
119+
120+
vector layer save as: adjust our to OGR's defaults
121+
* GPX_USE_EXTENSIONS default is false not true (fixes #16811)
122+
* CSV GEOMETRY is none not AS_XY (fixes #16819)
123+
124+
(backported from commit cb088a2a0cb6224600504574f749348cc4df8bf2)
125+
126+
Giovanni Manghi <giovanni.manghi@naturalgis.pt> 2017-07-24
127+
128+
add a nodata option for the gdal merge tool
129+
130+
Giovanni Manghi <giovanni.manghi@naturalgis.pt> 2017-07-24
131+
132+
fix SAGA cluster analysis for rasters
133+
134+
volaya <volayaf@gmail.com> 2017-07-24
135+
136+
[processing] fixed last commit
137+
138+
volaya <volayaf@gmail.com> 2017-07-24
139+
140+
[processing] get layers list using map layer registry
141+
142+
fixes #16919
143+
144+
volaya <volayaf@gmail.com> 2017-06-23
145+
146+
added new SAGA descriptions
147+
148+
Merge: 29548e7df1 8b2a550c29
149+
Alexander Bruy <alexander.bruy@gmail.com> 2017-07-22
150+
151+
Merge pull request #4902 from NaturalGIS/saga_218_mosaiking
152+
153+
[processing] fix SAGA LTR mosaiking tool
154+
155+
Giovanni Manghi <giovanni.manghi@naturalgis.pt> 2017-07-21
156+
157+
fix SAGA LTR mosaiking tool
158+
159+
Juergen E. Fischer <jef@norbit.de> 2017-07-21
160+
161+
Release of 2.18.11
162+
1163
Nyall Dawson <nyall.dawson@gmail.com> 2017-07-21
2164

3165
Correctly create raster for heatmap output
@@ -27,6 +189,16 @@ Alexander Bruy <alexander.bruy@gmail.com> 2017-07-20
27189

28190
[processing] fix SAGA LTR Catchment Area tools
29191

192+
Christophe Mangeat <christophe.mangeat@camptocamp.com> 2017-07-20
193+
194+
try to please indentation test
195+
196+
Christophe Mangeat <christophe.mangeat@camptocamp.com> 2017-07-20
197+
198+
wfs, get features upon many layers, add test
199+
200+
and fix iterator trouble (avoid bad values in response summary, wfs:FeatureCollection, TYPENAME)
201+
30202
Giovanni Manghi <giovanni.manghi@naturalgis.pt> 2017-07-20
31203

32204
fix QGIS import in PostGIS optional parameter. Fixes #16871
@@ -35,6 +207,10 @@ Giovanni Manghi <giovanni.manghi@naturalgis.pt> 2017-07-20
35207

36208
fix SAGA LTR Catchement Area tools
37209

210+
Christophe Mangeat <christophe.mangeat@camptocamp.com> 2017-07-20
211+
212+
fix for https://issues.qgis.org/issues/16509
213+
38214
Merge: 3120068bf1 08d0476048
39215
Alexander Bruy <alexander.bruy@gmail.com> 2017-07-20
40216

@@ -97,6 +273,10 @@ Nyall Dawson <nyall.dawson@gmail.com> 2017-07-17
97273

98274
Fix bad string
99275

276+
Alexander Bruy <alexander.bruy@gmail.com> 2017-07-16
277+
278+
indentation
279+
100280
Matthias Kuhn <matthias@opengis.ch> 2017-07-13
101281

102282
Return invalid fid instead of null fid
@@ -311,6 +491,10 @@ Juergen E. Fischer <jef@norbit.de> 2017-06-23
311491

312492
Release of 2.18.10
313493

494+
volaya <volayaf@gmail.com> 2017-06-23
495+
496+
added new SAGA descriptions
497+
314498
Nathan Woodrow <woodrow.nathan@gmail.com> 2017-06-23
315499

316500
[MSSQL] Don't MakeValid on geometries

‎debian/changelog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
qgis (2.18.11) UNRELEASED; urgency=medium
1+
qgis (2.18.12) UNRELEASED; urgency=medium
2+
3+
* Release of 2.18.12
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 18 Aug 2017 14:31:22 +0200
6+
7+
qgis (2.18.11) unstable; urgency=medium
28

39
* Release of 2.18.11
410

5-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 21 Jul 2017 14:00:06 +0200
11+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 18 Aug 2017 14:31:22 +0200
612

713
qgis (2.18.10) unstable; urgency=medium
814

0 commit comments

Comments
 (0)
Please sign in to comment.