Skip to content

Commit

Permalink
Release of 2.18.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 21, 2017
1 parent 96358da commit 3b30e6a
Show file tree
Hide file tree
Showing 3 changed files with 129 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 "6")
SET(CPACK_PACKAGE_VERSION_PATCH "7")
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
120 changes: 120 additions & 0 deletions ChangeLog
@@ -1,3 +1,123 @@
Juergen E. Fischer <jef@norbit.de> 2017-04-21

fix windows build

Juergen E. Fischer <jef@norbit.de> 2017-04-20

avoid opening multiple attribute forms for a single feature in identify
(fixes #13520)

On behalf of Faunalia, sponsored by ENEL

rldhont <rldhont@gmail.com> 2017-04-20

[BUGFIX][Processing] Fix spatialite version comparison

Mathieu Pellerin <nirvn.asia@gmail.com> 2017-04-19

fix qgis startup crash with plugin manager (#4371)

Merge: 1cc2c410ac 4c7cff5ae7
Nyall Dawson <nyall.dawson@gmail.com> 2017-04-19

Merge pull request #4370 from nyalldawson/backport_composer_template_fixes

Backport composer template fixes

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

[composer] Correctly handle restoring map layer style overrides from template

(when template was created in a different project)

On behalf of Faunalia, sponsored by ENEL

(cherry-picked from 58ded289)

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

Correctly handle restoring atlas coverage layer from template

(when template was created in a different project)

On behalf of Faunalia, sponsored by ENEL

(cherry-picked from 5b6b035)

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

[composer] Correctly restore map item layers when loading a template
in a different project to that which the template was created in

On behalf of Faunalia, sponsored by ENEL

(cherry-picked from 2ca70dc)

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

[composer] Use weak layer reference matching when loading attribute table from XML

Allows attribute tables in templates to reattach to matching layers
when loaded in a different project to the project the template was
created in.

On behalf of Faunalia, sponsored by ENEL

(cherry-picked from eb1e820)

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

Backport weak layer reference utilities from 3.0

Merge: 14d96fcf1b 6b5a997df5
mhugent <marco.hugentobler@sourcepole.ch> 2017-04-18

Merge pull request #4369 from mhugent/server_layerorder

Fix layer drawing order in server to also work in complex projects and with custom drawing order

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2017-04-18

Fix layer drawing order in server to also work in complex projects and with custom drawing order

Juergen E. Fischer <jef@norbit.de> 2017-04-11

debian packaging: add zesty

Nathan Woodrow <nathan_woodrow@technologyonecorp.com> 2017-04-12

backport [MSSQL] Fix update/insert with timestamp columns

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

[composer] Only update map rotation when editing finishes

Avoids multiple map updates when entering values like "90".
Previously the map would be updated at every keystroke,
so "9" and "90" degree rotations.

Backported from 49e1ae4

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

Much faster save as vector layer when using restricted extent

Use a provider filter rect to avoid looping through every single
feature in this case, and also use a prepared extent geometry
to speed up the remaining intersection checks.

(cherry-picked from d2f3eb1ba)

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

Fix missing sip cast for QgsHillshadeRenderer

(cherry-picked from 8cf586)

Juergen E. Fischer <jef@norbit.de> 2017-04-07

Release of 2.18.6

Borys Jurgiel <info@borysjurgiel.pl> 2017-04-06

Fix Refactor Fields error if layer has no features
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (2.18.6) UNRELEASED; urgency=medium
qgis (2.18.7) UNRELEASED; urgency=medium

* Release of 2.18.7

-- Jürgen E. Fischer <jef@norbit.de> Fri, 21 Apr 2017 14:35:39 +0200

qgis (2.18.6) unstable; urgency=medium

* Release of 2.18.6

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

qgis (2.18.5) unstable; urgency=medium

Expand Down

0 comments on commit 3b30e6a

Please sign in to comment.