Skip to content

Commit

Permalink
Release of 2.14.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 24, 2017
1 parent f60e917 commit d8da919
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
SET(CPACK_PACKAGE_VERSION_MINOR "14")
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 "Essen")
IF (POLICY CMP0048) # in CMake 3.0.0+
Expand Down
213 changes: 213 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,216 @@
Juergen E. Fischer <jef@norbit.de> 2017-02-20

release.pl: bypass pre-commit hooks

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2017-02-23

Adapt another centroid to match the improved segmentation

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2017-02-22

Adapt circularstring centroids for python geometry test

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2017-02-22

Backport fix for segmentation to 2.14

Merge: 190c31d3c4 852b9af4ed
Alessandro Pasotti <elpaso@itopen.it> 2017-02-16

Merge pull request #4152 from boundlessgeo/release-2_14-SldRotationFix

fixed forgot merge conflict message

Luigi Pirelli <luipir@gmail.com> 2017-02-16

fixed forgot merge conflict message

Merge: 70f51aeeda e05a8cafda
Matthias Kuhn <matthias@opengis.ch> 2017-02-16

Merge pull request #4051 from boundlessgeo/release-2_14-SldRotationFix

Tests and fix to read sld:Rotation when does not have ogc sub tags

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

adapt bindings to sip 4.19 (fixes #16071)

(cherry picked from commit 718581ffb12b723f9a3c0ae01b7ec2d8aed9d4bb)

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

[processing] added missing import (fixes #16181)
(backported from 84bef5f; followup b003cbe0)

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

moved node value parsing to ogc filter parsing

Tudor Bărăscu <tudor.barascu@qtibia.ro> 2017-02-02

refresh canvas when panning map to selected rows

Tudor Bărăscu <tudor.barascu@qtibia.ro> 2017-02-01

backport sorted field list issues

If the field list is sorted by name, the touched functions
should take into consideration the sorted list IDs instead of the
unsorted one.

Alexander Bruy <alexander.bruy@gmail.com> 2017-01-27

[processing] fix parameter value retrieval

Merge: 637b585270 a7133f5323
rldhont <rldhont@gmail.com> 2017-01-27

Merge pull request #4035 from rldhont/server-backport-release-2_14-tests

[Server] Backport tests for 2.14

rldhont <rldhont@gmail.com> 2017-01-19

[Server] Backport tests

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

[BUFIX][Server] Regression in GetPrint GRID parameters

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

[BUGFIX][Processing] Script: get output file extension

Alexander Bruy <alexander.bruy@gmail.com> 2017-01-26

fix import

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

[processing] make additional Fusion parameters optional

(cherry picked from commit 49e7b94a633254c99309b439db20f06d196d2fac)

luipir <luipir@gmail.com> 2017-01-25

typo

Anita Graser <anitagraser@gmx.at> 2016-12-20

updated help for qgis:mergevectorlayers (#3883)

"two" => "multiple"
(cherry picked from commit 5e061b1c632b6701df09d293b53af028d1685847)

nirvn <nirvn.asia@gmail.com> 2016-12-20

[processing] support non-ogr layers in merge vector layers alg

(cherry picked from commit e338a90c80dd8b58ed41cb932c8a166b3172db2a)

nirvn <nirvn.asia@gmail.com> 2017-01-03

[processing] fix app freeze when closing options dialog (fixes #15550)

(cherry picked from commit 3dcf4874859f777050f06c9fde54233e5df73b2c)

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

[processing] fix modeler output values in case algorithm(s)

execution modifies those (fixes #16021)
(cherry picked from commit 9908d9cf8117741f4614f21595018e97cf829333)

Alexander Bruy <alexander.bruy@gmail.com> 2017-01-13

[processing] allow other output formats than shapefile in GDAL
polygonize

(cherry picked from commit 8f291a92df1667e718d49a4108e6f44721357f40)

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

Tests and fix to read sld:Rotation when does not have ogc sub tags

Merge: dd54688d76 e6ec34a487
rldhont <rldhont@gmail.com> 2017-01-23

Merge pull request #4039 from rldhont/sld-backport-release-2_14-parsing

SLD parsing: handling ogc:Literal within CssParameter - backport 2.14

Merge: 836f2159b5 730c164860
Borys Jurgiel <info@borysjurgiel.pl> 2017-01-23

Merge branch 'release-2_14' of github.com:qgis/QGIS into release-2_14

Conflicts:
python/plugins/processing/core/GeoAlgorithm.py

Borys Jurgiel <info@borysjurgiel.pl> 2017-01-23

[Processing] Follow up 9224f585d95a

Borys Jurgiel <info@borysjurgiel.pl> 2017-01-23

[Processing] Yet another fix for error message encoding errors (for 2.14) (#4042)

* [Processing] Yet another fix for error message encoding errors. Fixes #16102

* [Processing] Follow up 1ede526c8eb8a8e2950e

Borys Jurgiel <info@borysjurgiel.pl> 2017-01-23

[Processing] Follow up 1ede526c8eb8a8e2950e

Borys Jurgiel <info@borysjurgiel.pl> 2017-01-23

[Processing] Yet another fix for error message encoding errors. Fixes #16102

Jorge Gustavo Rocha <jgr@geomaster.pt> 2017-01-18

DDL update: saving layer styles on databases
Fix #11421

Jorge Gustavo Rocha <jgr@geomaster.pt> 2017-01-17

SLD parsing: handling ogc:Literal within CssParameter

Jorge Gustavo Rocha <jgr@geomaster.pt> 2017-01-15

SLD parsing: handling ogc:Literal within CssParameter

Jorge Gustavo Rocha <jgr@geomaster.pt> 2017-01-15

SLD parsing: handling ogc:Literal within CssParameter

Alexander Bruy <alexander.bruy@gmail.com> 2017-01-18

prevent duplication of SVG path (fix #16056)

(partially cherry-picked from c60c4f7f0ca09dc6bbc8e3f721339a238154ff57)

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

fix 4ae6b56

Chris Mayo <aklhfex@gmail.com> 2017-01-14

Fix application icon disappearance after removal of easter egg

Commit 1eb3bfc1 changed return value to be a filename not the full path

(cherry-picked from 68387ce)

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

fix 6e1ec44b

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

Release of 2.14.11

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

german translation update
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
qgis (2.14.11) UNRELEASED; urgency=medium
qgis (2.14.12) UNRELEASED; urgency=medium

* Release of 2.14.12

-- Jürgen E. Fischer <jef@norbit.de> Fri, 24 Feb 2017 13:00:10 +0100

qgis (2.14.11) unstable; urgency=medium

* Release of 2.14.11

-- Jürgen E. Fischer <jef@norbit.de> Fri, 13 Jan 2017 13:00:08 +0100
-- Jürgen E. Fischer <jef@norbit.de> Fri, 24 Feb 2017 13:00:10 +0100

qgis (2.14.10) unstable; urgency=medium

Expand Down

0 comments on commit d8da919

Please sign in to comment.