Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release of 2.18.12
  • Loading branch information
jef-n committed Aug 18, 2017
1 parent 26704a4 commit a6c461b
Show file tree
Hide file tree
Showing 3 changed files with 193 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 "11")
SET(CPACK_PACKAGE_VERSION_PATCH "12")
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
184 changes: 184 additions & 0 deletions ChangeLog
@@ -1,3 +1,165 @@
Juergen E. Fischer <jef@norbit.de> 2017-08-18

Fix trusty build (QStringLiteral is Qt5; followup b6254513d64)

Merge: 987f1acff8 b73b25d495
Alessandro Pasotti <elpaso@itopen.it> 2017-08-17

Merge pull request #5030 from boundlessgeo/Win_CutAndPaste_2-18_issue16870

Clipboard Cut&Paste fix when attached special field values. Fixes #16870

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

fixed unnecessary deepcopy and use the correct api

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

From Clipboard Cut&Paste fix when attached special field values. Fiexies #16870

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

oracle provider: skip updating of key attributes of added features for versioned tables (backport of e7700db46a)

Matthias Kuhn <matthias@opengis.ch> 2017-08-14

Make inverted polygon legend items checkable

This was not working with legendSymbolItemsV2(), in particular tested
with rule based renderer.

Larry Shaffer <lshaffer@boundlessgeo.com> 2017-08-14

Add QSCINTILLA_INCLUDE_DIR to custom widgets CMake setup

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

Fix valgrind jump on uninitialised values warnings

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

Fix crash when editing feature after opening a form with relation reference widget

Also fixes a leak/performance issue - the attribute table model
for the relation reference widget is not parented to the widget,
so it is never cleaned up when the widget is deleted.

Merge: 8adf1c4d6b f275372489
Alessandro Pasotti <elpaso@itopen.it> 2017-08-07

Merge pull request #4893 from cmangeat/bug_16509

allow WFS GetFeature upon multiple layers, fixes #16509

Christophe Mangeat <christophe.mangeat@camptocamp.com> 2017-08-07

fix indentaton test ? (scripts/prepare-commit.sh)

Christophe Mangeat <christophe.mangeat@camptocamp.com> 2017-08-03

use unitest assert and os.path.join as adviced

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

German translation fix

tcoupin <thibault.coupin@gmail.com> 2017-07-20

Fix srsDimension parsing in GML

Merge: 8ccc84ed22 399f01afb4
Hugo Mercier <hugo.mercier@oslandia.com> 2017-07-27

Merge pull request #4925 from pblottiere/bugfix_scrolllocked_218

Fixes value relation widget to keep scrollbar activated, fixes #16654 (backport)

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

Add tests

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

Fixes value relation widget to always keep scrollbar activated. Fixes #16654

rldhont <rldhont@gmail.com> 2017-07-26

[BUGFIX][SERVER] GetFeatureInfo not evaluated for maptip context when using FILTER param

fixed #16670

Alexander Bruy <alexander.bruy@gmail.com> 2017-07-25

fix indentation

Merge: 3f20650b1e 9593a8bb50
Alexander Bruy <alexander.bruy@gmail.com> 2017-07-25

Merge branch 'fix_gdalmerge_nodata' of https://github.com/NaturalGIS/naturalgis_qgis into fix_gdalmerge_nodata

Merge: 01e062e4bc 456e01581a
Alexander Bruy <alexander.bruy@gmail.com> 2017-07-25

Merge branch 'fix_saga_cluster_analysis' of https://github.com/NaturalGIS/naturalgis_qgis into fix_saga_cluster_analysis

Alexander Bruy <alexander.bruy@gmail.com> 2017-07-25

fix indentation

Merge: 601e37351b 9a181488a6
Alexander Bruy <alexander.bruy@gmail.com> 2017-07-25

Merge branch 'saga_desc_2_18' of https://github.com/volaya/QGIS into saga_desc_2_18

Alexander Bruy <alexander.bruy@gmail.com> 2017-07-25

add missed parameter name

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

vector layer save as: adjust our to OGR's defaults
* GPX_USE_EXTENSIONS default is false not true (fixes #16811)
* CSV GEOMETRY is none not AS_XY (fixes #16819)

(backported from commit cb088a2a0cb6224600504574f749348cc4df8bf2)

Giovanni Manghi <giovanni.manghi@naturalgis.pt> 2017-07-24

add a nodata option for the gdal merge tool

Giovanni Manghi <giovanni.manghi@naturalgis.pt> 2017-07-24

fix SAGA cluster analysis for rasters

volaya <volayaf@gmail.com> 2017-07-24

[processing] fixed last commit

volaya <volayaf@gmail.com> 2017-07-24

[processing] get layers list using map layer registry

fixes #16919

volaya <volayaf@gmail.com> 2017-06-23

added new SAGA descriptions

Merge: 29548e7df1 8b2a550c29
Alexander Bruy <alexander.bruy@gmail.com> 2017-07-22

Merge pull request #4902 from NaturalGIS/saga_218_mosaiking

[processing] fix SAGA LTR mosaiking tool

Giovanni Manghi <giovanni.manghi@naturalgis.pt> 2017-07-21

fix SAGA LTR mosaiking tool

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

Release of 2.18.11

Nyall Dawson <nyall.dawson@gmail.com> 2017-07-21

Correctly create raster for heatmap output
Expand Down Expand Up @@ -27,6 +189,16 @@ Alexander Bruy <alexander.bruy@gmail.com> 2017-07-20

[processing] fix SAGA LTR Catchment Area tools

Christophe Mangeat <christophe.mangeat@camptocamp.com> 2017-07-20

try to please indentation test

Christophe Mangeat <christophe.mangeat@camptocamp.com> 2017-07-20

wfs, get features upon many layers, add test

and fix iterator trouble (avoid bad values in response summary, wfs:FeatureCollection, TYPENAME)

Giovanni Manghi <giovanni.manghi@naturalgis.pt> 2017-07-20

fix QGIS import in PostGIS optional parameter. Fixes #16871
Expand All @@ -35,6 +207,10 @@ Giovanni Manghi <giovanni.manghi@naturalgis.pt> 2017-07-20

fix SAGA LTR Catchement Area tools

Christophe Mangeat <christophe.mangeat@camptocamp.com> 2017-07-20

fix for https://issues.qgis.org/issues/16509

Merge: 3120068bf1 08d0476048
Alexander Bruy <alexander.bruy@gmail.com> 2017-07-20

Expand Down Expand Up @@ -97,6 +273,10 @@ Nyall Dawson <nyall.dawson@gmail.com> 2017-07-17

Fix bad string

Alexander Bruy <alexander.bruy@gmail.com> 2017-07-16

indentation

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

Return invalid fid instead of null fid
Expand Down Expand Up @@ -311,6 +491,10 @@ Juergen E. Fischer <jef@norbit.de> 2017-06-23

Release of 2.18.10

volaya <volayaf@gmail.com> 2017-06-23

added new SAGA descriptions

Nathan Woodrow <woodrow.nathan@gmail.com> 2017-06-23

[MSSQL] Don't MakeValid on geometries
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (2.18.11) UNRELEASED; urgency=medium
qgis (2.18.12) UNRELEASED; urgency=medium

* Release of 2.18.12

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

qgis (2.18.11) unstable; urgency=medium

* Release of 2.18.11

-- Jürgen E. Fischer <jef@norbit.de> Fri, 21 Jul 2017 14:00:06 +0200
-- Jürgen E. Fischer <jef@norbit.de> Fri, 18 Aug 2017 14:31:22 +0200

qgis (2.18.10) unstable; urgency=medium

Expand Down

0 comments on commit a6c461b

Please sign in to comment.