Skip to content

Commit 33e8190

Browse files
committed
Release of 2.18.23
1 parent 1644ea3 commit 33e8190

File tree

3 files changed

+44
-3
lines changed

3 files changed

+44
-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 "22")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "23")
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

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
Radoslaw Guzinski <radosuav@op.pl> 2018-08-09
2+
3+
[Processing] Fix exception when producing a csv output.
4+
5+
Previously "name" was not defined.
6+
7+
Nyall Dawson <nyall.dawson@gmail.com> 2018-08-14
8+
9+
Expand unit test coverage
10+
11+
(cherry-picked from 079c9fa6b6)
12+
13+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-08-09
14+
15+
Fix copy/paste using text format between projects
16+
17+
Faneva <fanevanjanahary@gmail.com> 2018-02-19
18+
19+
[dbmanager] fix shortcut execute query
20+
21+
Nyall Dawson <nyall.dawson@gmail.com> 2018-08-10
22+
23+
Fix failing test
24+
25+
The returned ssl errors have changed due to the external
26+
site.
27+
28+
Juergen E. Fischer <jef@norbit.de> 2018-08-02
29+
30+
dwg import: handle filenames with utf8 characters
31+
32+
Juergen E. Fischer <jef@norbit.de> 2018-07-20
33+
34+
Release of 2.18.22
35+
136
Blottiere Paul <blottiere.paul@gmail.com> 2018-07-20
237

338
Increases number of pages

debian/changelog

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
qgis (2.18.22) UNRELEASED; urgency=medium
1+
qgis (2.18.23) UNRELEASED; urgency=medium
2+
3+
* Release of 2.18.23
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 17 Aug 2018 14:00:06 +0200
6+
7+
qgis (2.18.22) unstable; urgency=medium
28

39
* Release of 2.18.22
410

5-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 20 Jul 2018 14:00:10 +0200
11+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 17 Aug 2018 14:00:06 +0200
612

713
qgis (2.18.21) unstable; urgency=medium
814

0 commit comments

Comments
 (0)