Skip to content

Commit e8e15d5

Browse files
committedMay 18, 2018
Release of 2.18.20
1 parent 40dd931 commit e8e15d5

File tree

3 files changed

+115
-3
lines changed

3 files changed

+115
-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 "19")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "20")
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: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,105 @@
1+
Borys Jurgiel <info@borysjurgiel.pl> 2018-05-15
2+
3+
[tr] Polish translation update
4+
5+
Borys Jurgiel <info@borysjurgiel.pl> 2018-05-12
6+
7+
[tr] Polish translation update
8+
9+
Jason Hilton <jasface901@gmail.com> 2017-09-05
10+
11+
updated NaturalNeighbour gui to use new saga parameters
12+
13+
Merge: 5b201687f2 6150b7f4e4
14+
Alexander Bruy <alexander.bruy@gmail.com> 2018-05-10
15+
16+
Merge pull request #6960 from luipir/gdalcalc_avoid_escape_formula
17+
18+
[processing][gdal] Do not escape formula because it's not a path!
19+
20+
Luigi Pirelli <luipir@gmail.com> 2018-05-09
21+
22+
avoid escape formula because it's not a path!
23+
24+
Juergen E. Fischer <jef@norbit.de> 2018-05-09
25+
26+
NSIS: Include DisplayVersion in UninstallKey (backport 100d9403)
27+
28+
Merge: d8e39fa994 7e73f314cc
29+
Matthias Kuhn <matthias@opengis.ch> 2018-05-09
30+
31+
Merge pull request #6957 from radosuav/processing_gdal_warp
32+
33+
[processing] Add missing resampling methods to GDAL warp.
34+
35+
radosuav <radoslaw.guzinski@esa.int> 2018-01-16
36+
37+
[processing] Add missing resampling methods to GDAL warp.
38+
39+
Juergen E. Fischer <jef@norbit.de> 2018-05-05
40+
41+
remove algorithm refresh after processing configuration changes (was a NOOP before c83261395 and now causes an endless recursion; fixes #18807)
42+
43+
Juergen E. Fischer <jef@norbit.de> 2018-05-04
44+
45+
revive python tests on bionic
46+
47+
Merge: 0c033781b4 ac4d776af0
48+
rldhont <rldhont@gmail.com> 2018-05-02
49+
50+
Merge pull request #6795 from rldhont/processing-default-string-parameter-none-218
51+
52+
[Processing] None is the default value for parameters also for string
53+
54+
Merge: 85fd681e43 9be84d4c88
55+
Matthias Kuhn <matthias@opengis.ch> 2018-05-02
56+
57+
Merge pull request #6916 from Gustry/saveStyleToDatabase
58+
59+
[2.18] fix SIP bindings saveStyleToDatabase
60+
61+
Etienne Trimaille <gustrimaille@yahoo.fr> 2018-05-02
62+
63+
fix SIP bindings saveStyleToDatabase
64+
65+
Merge: 9ce55ca08e e5aaf6a550
66+
Borys Jurgiel <info@borysjurgiel.pl> 2018-04-27
67+
68+
Merge pull request #6871 from borysiasty/dbmanager_unicode_fix
69+
70+
[DBManager] Fix encoding error if a field/table/database/file name co…
71+
72+
Borys Jurgiel <info@borysjurgiel.pl> 2018-04-27
73+
74+
[DB Manager] Avoid unnecessary conversion (follows up b822fe750f40)
75+
76+
Borys Jurgiel <info@borysjurgiel.pl> 2018-04-20
77+
78+
[DBManager] Fix encoding error if a field/table/database/file name contains unicode characters
79+
80+
Juergen E. Fischer <jef@norbit.de> 2018-04-24
81+
82+
[postgres][db2] still save username when instructed too also with authcfg (backport 4ad3531103)
83+
84+
Merge: c86045ee72 92aebefbd3
85+
Matthias Kuhn <matthias@opengis.ch> 2018-04-24
86+
87+
Merge pull request #6849 from m-kuhn/fix_georeferencer_crash_18227
88+
89+
Fix geroreferencer crash when deleting a point through context menu
90+
91+
Alexis Polti <alexis.polti@telecom-paristech.fr> 2018-03-18
92+
93+
Fix geroreferencer crash when deleting a point through context menu
94+
95+
Juergen E. Fischer <jef@norbit.de> 2018-04-20
96+
97+
german translation update
98+
99+
Juergen E. Fischer <jef@norbit.de> 2018-04-20
100+
101+
Release of 2.18.19
102+
1103
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-20
2104

3105
Add safety check
@@ -79,6 +181,10 @@ Borys Jurgiel <info@borysjurgiel.pl> 2018-04-16
79181

80182
[tr] Polish translation update
81183

184+
rldhont <rldhont@gmail.com> 2018-04-13
185+
186+
[Processing] None is the default value for parameters also for string
187+
82188
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-13
83189

84190
Server: return empty image in GetLegendGraphis if no layer is there (e.g. contextual legend)

‎debian/changelog

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

39
* Release of 2.18.19
410

5-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 20 Apr 2018 14:00:07 +0200
11+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 18 May 2018 14:01:08 +0200
612

713
qgis (2.18.18) unstable; urgency=medium
814

0 commit comments

Comments
 (0)