Skip to content

Commit

Permalink
Release of 2.18.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Sep 15, 2017
1 parent fed15a2 commit 8cba0bb
Show file tree
Hide file tree
Showing 3 changed files with 328 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 "12")
SET(CPACK_PACKAGE_VERSION_PATCH "13")
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
319 changes: 319 additions & 0 deletions ChangeLog
@@ -1,3 +1,314 @@
Merge: c10c6aeb34 b8c6295f42
Alexander Bruy <alexander.bruy@gmail.com> 2017-09-15

Merge pull request #5197 from NaturalGIS/fix_saga_vectorizng_grid_classes

[processing] fix SAGA LTR vectorizing grid classes tool

Giovanni Manghi <giovanni.manghi@naturalgis.pt> 2017-09-14

fix SAGA LTR vectorizing grid classes tool

rldhont <rldhont@gmail.com> 2017-09-12

[BUFIX][Server] GetFeatureInfo on Raster Layer, fix valid identify

Needs to be manually apply to QGIS 3

Funded by Ifremer

Matthias Kuhn <matthias@opengis.ch> 2017-09-13

Fix tracing

Merge: b3a8d6f853 439477a3fe
Alessandro Pasotti <elpaso@itopen.it> 2017-09-13

Merge pull request #5144 from boundlessgeo/Backport_Fix_uom_reading

[bugfix] backport from 3.0 Fix unit of sizes when reading a SLD file (fixes #8978)

Merge: b0357049c5 54653e4a5b
Sandro Mani <manisandro@gmail.com> 2017-09-12

Merge pull request #5182 from manisandro/ogr_subsetsetring

[OGR] Ensure subset string is set when reopening dataset

Sandro Mani <manisandro@gmail.com> 2017-09-12

[OGR] Ensure subset string is set when reopening dataset

QgsOgrProvider::reloadData calls close() and open(), which in turn called setSubsetString with mSubsetString.
Since setSubsetString does nothing if the passed sql string is equal to mSubsetString, this resulted in the
substring not being set on re-open. This commit clears mSubsetString before calling setSubsetString, and
blocks signals when calling setSubsetString to avoid an endless recursion of emit dataChanged -> reload.
Fixes #17122.

Merge: 70cd0e4d45 9d12581fc5
rldhont <rldhont@gmail.com> 2017-09-12

Merge pull request #5168 from rldhont/release-2_18-server-getprint-group-order

[BUGFIX][Server] GetPrint request renders layers from group in wrong order

Merge: 592151f0b7 8c46e4be74
Alexander Bruy <alexander.bruy@gmail.com> 2017-09-12

Merge pull request #5177 from alexbruy/fix-zero-division

[processing] prevent float division by zero in QGIS algorithms

Luigi Pirelli <luipir@gmail.com> 2017-09-06

set uom as const

Luigi Pirelli <luipir@gmail.com> 2017-06-14

aligned test to 3.x version

Luigi Pirelli <luipir@gmail.com> 2017-06-14

fixed indentation

Luigi Pirelli <luipir@gmail.com> 2017-06-12

[bugfix] backport from 3.0 Fix unit of sizes when reading a SLD file (fixes #8978)

Merge: a45913b254 a090d7d9cd
Alexander Bruy <alexander.bruy@gmail.com> 2017-09-12

Merge pull request #5176 from alexbruy/fix-test

[processing] attempt to fix failing test

Alexander Bruy <alexander.bruy@gmail.com> 2017-09-12

attempt to fix failing test

Mathieu Pellerin <nirvn.asia@gmail.com> 2017-09-12

[ogr provider] insure connection pool updated when subset sql added/changed (#5174)

Alexander Bruy <alexander.bruy@gmail.com> 2017-09-12

[processing] prevent float division by zero in QGIS algorithms

Martin Dobias <wonder.sk@gmail.com> 2017-09-11

CAD dock: fix a typo -> enable new snapping option

When X or Y is locked and user has mouse on top of a segment, CAD dock widget
will snap at the intersection of the segment and the axis.

Martin Dobias <wonder.sk@gmail.com> 2017-09-11

Only update CAD canvas item geometry when necessary

The call to setRect() in paint() handler was triggering canvas redraws
all the time, keeping one CPU core busy nearly all the time when
CAD dock was active.

Merge: 88dc61503c c8aceb22ba
Alexander Bruy <alexander.bruy@gmail.com> 2017-09-12

Merge pull request #5167 from alexbruy/extract-by-expression

[processing] add Extract by expression algorithm to QGIS 2.18

rldhont <rldhont@gmail.com> 2017-09-11

[BUGFIX][Server] GetPrint request renders layers from group in wrong order

Fixed #16769

Alexander Bruy <alexander.bruy@gmail.com> 2017-09-11

[processing] add Extract by expression algorithm as combination
of "Select by expression" and "Save selected features" does not
work in modeler

Juergen E. Fischer <jef@norbit.de> 2017-09-05

Fix build with GDAL<2

Merge: fa8e1a71f6 8eaeaaa0c0
Sandro Mani <manisandro@gmail.com> 2017-09-04

Merge pull request #5125 from manisandro/ogr_orig_fid

[2.18][OGR] Attempt to use actual ogr_fid also if subset string is set

Sandro Mani <manisandro@gmail.com> 2017-09-02

[OGR] Attempt to use actual ogr_fid also if subset string is set

If a subset string is set on an OGR layer, the feature iterator returns features with ids taken from a sequence starting from 0, regardless of the original feature id.

This causes a mismatch in the data shown by the identify results table and the attribute widget.

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

german translation update

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

translation string fix

Juergen E. Fischer <jef@norbit.de> 2017-08-30

dxf export: allow forcing to 2d to support polyline width (fixes #17049)

(backported from commit 12e69d09914d443adb2ca48f8c89416fc762cd64)

Merge: 474f39a777 89c38ed24a
Nyall Dawson <nyall.dawson@gmail.com> 2017-09-02

Merge pull request #5108 from nyalldawson/fix_17086

[composer] Fix node based items (line/polygon) ignore exclude from export setting

Merge: aec8cd338e f64f8e2bfa
Nyall Dawson <nyall.dawson@gmail.com> 2017-09-02

Merge pull request #5107 from nyalldawson/scalebar_height

[composer] Allow finer setting of scalebar height and widths

Nyall Dawson <nyall.dawson@gmail.com> 2017-09-02

[composer] Fix node based items (line/polygon) ignore exclude
from export setting

Fixes #17086

Nyall Dawson <nyall.dawson@gmail.com> 2017-09-02

[composer] Allow finer setting of scalebar height and widths

While the settings are stored as double, they were being
rounded off in the UI to the nearest mm

(cherry-picked from 7ca0b3d)

Merge: 4514c69925 02c095b699
Nyall Dawson <nyall.dawson@gmail.com> 2017-08-31

Merge pull request #5097 from nyalldawson/fix_16924

Fix missing entries from composer map combo boxes (fixes #16924)

Nyall Dawson <nyall.dawson@gmail.com> 2017-08-31

Fix missing entries from composer map combo boxes (fixes #16924)

Followup cb33c0d40

Alexander Bruy <alexander.bruy@gmail.com> 2017-08-30

[processing] fix TauDEM descriptions parsing

Eric Brelsford <ebrelsford@gmail.com> 2017-08-28

Only pass progress to runalg if it's SilentProgress

Otherwise allow each algorithm to have its own progress

Eric Brelsford <ebrelsford@gmail.com> 2017-08-26

Use progress in ConcaveHull when using runalg

Use the progress parameter when using runalg on other algorithms.
Otherwise those algorithms may try to report progress and cause a crash,
for example if ConcaveHull is called from a plugin from a thread other
than the UI thread.

Etienne Trimaille <gustrimaille@yahoo.fr> 2017-08-22

enable custom help in python expressions

Mathieu Pellerin <nirvn.asia@gmail.com> 2017-08-25

[analysis] fix derivative filter z factor handling (#5073)

volaya <volayaf@gmail.com> 2017-08-22

[processing] only show cml file in selecting rendering styles

Fixes #16896

volaya <volayaf@gmail.com> 2017-08-22

[processing] correctly handle null gems in meancoords alg

Fixes #17026

volaya <volayaf@gmail.com> 2017-08-18

[processing] fixes in SAGA algorithm after latest changes

volaya <volayaf@gmail.com> 2017-08-17

[processing] syntax fix

volaya <volayaf@gmail.com> 2017-08-17

[processing] correctly use TYPE_VECTOR constants from corresponding module

volaya <volayaf@gmail.com> 2017-08-17

[processing] add resampling method option for all albs that use raster layers

Juergen E. Fischer <jef@norbit.de> 2017-08-22

bring back sip workaround, but only for the affected versions (followup 7e4345a9d)

Juergen E. Fischer <jef@norbit.de> 2017-08-22

Fix windows build again (followup d2315e450)

Merge: 7e4345a9db d2315e450e
Hugo Mercier <hugo.mercier@oslandia.com> 2017-08-21

Merge pull request #5045 from pblottiere/bugfix_refrel_218

Fixes relation reference widget by refreshing filter lists. Fixes #16400 (backport)

Blottiere Paul <blottiere.paul@gmail.com> 2017-08-21

Add unit tests

Blottiere Paul <blottiere.paul@gmail.com> 2017-08-21

Fixes relation reference widget by refreshing filter lists. Fixes #16400

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

remove sip workaround (fixes #17038, refs #16071)

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

Fix windows build (followup b5bdafe4d)

Giovanni Manghi <giovanni.manghi@naturalgis.pt> 2017-08-18

improves grass7 v.in.dxf making a couple of parameters optional/mandatory

Even Rouault <even.rouault@spatialys.com> 2017-08-18

[OGR provider] Avoid 'database locked' issues when editing several layers of the same GeoPackage (fixes #17034)

Merge: a6c461bfec b5bdafe4d3
Hugo Mercier <hugo.mercier@oslandia.com> 2017-08-18

Merge pull request #4933 from pblottiere/bugfix_chainfilter_218

Fixes relation reference widget when chain filter option is activated, fixes #16903 (backport)

Juergen E. Fischer <jef@norbit.de> 2017-08-18

Release of 2.18.12

Juergen E. Fischer <jef@norbit.de> 2017-08-18

Fix trusty build (QStringLiteral is Qt5; followup b6254513d64)
Expand All @@ -13,6 +324,14 @@ Luigi Pirelli <luipir@gmail.com> 2017-08-17

fixed unnecessary deepcopy and use the correct api

Blottiere Paul <blottiere.paul@gmail.com> 2017-07-21

Add tests

Blottiere Paul <blottiere.paul@gmail.com> 2017-07-21

Fix relation reference widget when 'Chain Filters' is activated. Fixes #16903

Luigi Pirelli <luipir@gmail.com> 2017-08-06

From Clipboard Cut&Paste fix when attached special field values. Fiexies #16870
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (2.18.12) UNRELEASED; urgency=medium
qgis (2.18.13) UNRELEASED; urgency=medium

* Release of 2.18.13

-- Jürgen E. Fischer <jef@norbit.de> Fri, 15 Sep 2017 15:08:52 +0200

qgis (2.18.12) unstable; urgency=medium

* Release of 2.18.12

-- Jürgen E. Fischer <jef@norbit.de> Fri, 18 Aug 2017 14:31:22 +0200
-- Jürgen E. Fischer <jef@norbit.de> Fri, 15 Sep 2017 15:08:52 +0200

qgis (2.18.11) unstable; urgency=medium

Expand Down

0 comments on commit 8cba0bb

Please sign in to comment.