Skip to content

Commit

Permalink
Release of 2.18.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 17, 2018
1 parent 1644ea3 commit 33e8190
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
SET(CPACK_PACKAGE_VERSION_MINOR "18")
SET(CPACK_PACKAGE_VERSION_PATCH "22")
SET(CPACK_PACKAGE_VERSION_PATCH "23")
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
SET(RELEASE_NAME "Las Palmas")
IF (POLICY CMP0048) # in CMake 3.0.0+
Expand Down
35 changes: 35 additions & 0 deletions ChangeLog
@@ -1,3 +1,38 @@
Radoslaw Guzinski <radosuav@op.pl> 2018-08-09

[Processing] Fix exception when producing a csv output.

Previously "name" was not defined.

Nyall Dawson <nyall.dawson@gmail.com> 2018-08-14

Expand unit test coverage

(cherry-picked from 079c9fa6b6)

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-08-09

Fix copy/paste using text format between projects

Faneva <fanevanjanahary@gmail.com> 2018-02-19

[dbmanager] fix shortcut execute query

Nyall Dawson <nyall.dawson@gmail.com> 2018-08-10

Fix failing test

The returned ssl errors have changed due to the external
site.

Juergen E. Fischer <jef@norbit.de> 2018-08-02

dwg import: handle filenames with utf8 characters

Juergen E. Fischer <jef@norbit.de> 2018-07-20

Release of 2.18.22

Blottiere Paul <blottiere.paul@gmail.com> 2018-07-20

Increases number of pages
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (2.18.22) UNRELEASED; urgency=medium
qgis (2.18.23) UNRELEASED; urgency=medium

* Release of 2.18.23

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

qgis (2.18.22) unstable; urgency=medium

* Release of 2.18.22

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

qgis (2.18.21) unstable; urgency=medium

Expand Down

0 comments on commit 33e8190

Please sign in to comment.