Skip to content

Commit

Permalink
Release of 2.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 7, 2017
1 parent 7a09580 commit 5f369b0
Show file tree
Hide file tree
Showing 3 changed files with 70 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 "5")
SET(CPACK_PACKAGE_VERSION_PATCH "6")
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
61 changes: 61 additions & 0 deletions ChangeLog
@@ -1,3 +1,64 @@
Borys Jurgiel <info@borysjurgiel.pl> 2017-04-06

Fix Refactor Fields error if layer has no features

Tom Kralidis <tomkralidis@gmail.com> 2017-04-05

backport a30cf2923c75e786f085593a1c69463310aae66d

Nyall Dawson <nyall.dawson@gmail.com> 2017-04-01

Followup 90f381, fix memory leaks when rendering canvas

Alexander Bruy <alexander.bruy@gmail.com> 2017-03-28

[processing] temporarily disable escaping commands as it produced
strange results

Alexander Bruy <alexander.bruy@gmail.com> 2017-03-28

[processing] add missed escapeAndJoin function to TauDEM provider

Juergen E. Fischer <jef@norbit.de> 2017-03-28

debian packaging: remove python-owslib from python-qgis dependencies
on trusty

Alessandro Pasotti <apasotti@boundlessgeo.com> 2017-03-28

Removed a few debug messages (credentials leakage)

Juergen E. Fischer <jef@norbit.de> 2017-01-25

[processing] find grass >=7.0

(backport of 099e7a7)

Juergen E. Fischer <jef@norbit.de> 2017-03-27

debian packaging: remove python-future from python-qgis dependencies
on jessie and trusty

rldhont <rldhont@gmail.com> 2017-03-27

[BUGFIX][Processing] SAGA not loaded on QGIS 2.18.5

Fixed #16378

Juergen E. Fischer <jef@norbit.de> 2017-03-24

make travis happy

Juergen E. Fischer <jef@norbit.de> 2017-02-19

processing: improve saga detection on windows

(cherry picked from commit 0d1ab702fc7112afabf5319ad947a445bb219acd)

Juergen E. Fischer <jef@norbit.de> 2017-03-24

Release of 2.18.5

Alessandro Pasotti <apasotti@boundlessgeo.com> 2017-03-24

[bugfix][backport] Apply authentication configuration to xyz layers
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (2.18.5) UNRELEASED; urgency=medium
qgis (2.18.6) UNRELEASED; urgency=medium

* Release of 2.18.6

-- Jürgen E. Fischer <jef@norbit.de> Fri, 07 Apr 2017 14:12:04 +0200

qgis (2.18.5) unstable; urgency=medium

* Release of 2.18.5

-- Jürgen E. Fischer <jef@norbit.de> Fri, 24 Mar 2017 13:21:57 +0100
-- Jürgen E. Fischer <jef@norbit.de> Fri, 07 Apr 2017 14:12:04 +0200

qgis (2.18.4) unstable; urgency=medium

Expand Down

0 comments on commit 5f369b0

Please sign in to comment.