Skip to content

Commit

Permalink
Release of 2.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 16, 2016
1 parent 79cb0c3 commit 057b42a
Show file tree
Hide file tree
Showing 3 changed files with 166 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 "14")
SET(CPACK_PACKAGE_VERSION_PATCH "9")
SET(CPACK_PACKAGE_VERSION_PATCH "10")
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
157 changes: 157 additions & 0 deletions ChangeLog
@@ -1,3 +1,160 @@
Alexander Bruy <alexander.bruy@gmail.com> 2016-12-15

[processing] quote file paths in TauDEM provider

Alessandro Pasotti <apasotti@boundlessgeo.com> 2016-12-14

[BACKPORT][BUGFIX] Fixed a crash on bad network protocol

( from f48f90ead )

rldhont <rldhont@gmail.com> 2016-12-13

Fix WMS 1.3. compliance: distort image if width/height ratio of bbox is different to WIDTH/HEIGHT of requested image

Not decrease but increase image

Merge: 02d70fa a1a4ad9
rldhont <rldhont@gmail.com> 2016-12-13

Merge pull request #3862 from rldhont/release-2_14-wms-130-compliance

Backport 214 wms 130 compliance

Blottiere Paul <blottiere.paul@gmail.com> 2016-12-09

fix getLegendGraphics when BBox parameter is used

rldhont <rldhont@gmail.com> 2016-12-12

Adapt WFS capabilties in server test for WMS 1.3.0 compliance

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-12-01

Fix access control tests such that bbox width/height ration matches image width/height

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-12-01

Adapt expected capabilities / project settings response in server test for WMS 1.3.0 compliance

rldhont <rldhont@gmail.com> 2016-12-12

Fix typo

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-12-09

Backward support for parameters 'MTVER' and 'capabilities' from WMS 1.0.0 is required for WMS 1.1.1

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-12-01

Indentation

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-12-01

WMS server: parse bounding box only if the BBOX parameter is really there

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29

WMS 1.3 compliance: Each OnlineResource URL intended for HTTP Get requests in the capabilities document is a URL prefix

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29

Exception format is XML, not capabilities format

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29

WMS 1.3. compliance: distort image if width/height ratio of bbox is different to WIDTH/HEIGHT of requested image

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29

WMS 1.3.0 compliance: If a layer bounding box is there, it is not allowed to be empty (also if a layer has only one point)

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29

WMS 1.3.0 compliance: throw exception if bbox is empty

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29

Fix typo

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29

WMS 1.3.0 compliance: exception format must be advertized as 'XML', not 'text/xml'

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29

WMS 1.3.0 compliance: CRS:84 needs to be supported

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29

WMS 1.3.0 compliance: support BGCOLOR parameter

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29

WMS 1.3.0 compliance: throw exception if feature info point is not within the WIDTH/HEIGHT parameters

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29

WMS 1.3.0 compliance: use the reserved word 'None' if no fees

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

Revert "[style dock] emit widgetChanged() when raster palette labels updated"

This reverts commit f92928d4da7ece907b94713e8706e550e6ab4c5e.

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

[style dock] emit widgetChanged() when raster palette labels updated

Sandro Mani <manisandro@gmail.com> 2016-12-06

[Geometry Checker] Don't add geometry-less features to feature-pool

Hugo Mercier <hugo.mercier@oslandia.com> 2016-12-05

[virtual layer] Fix xFilter for null value comparisons

Merge: b3742fe 8dc7799
volaya <volayaf@gmail.com> 2016-12-02

Merge pull request #3826 from alexbruy/processing-models

fix loading of models containing user-defined scripts

Alexander Bruy <alexander.bruy@gmail.com> 2016-12-02

fix loading of models containing user-defined scripts

Sandro Mani <manisandro@gmail.com> 2016-12-01

[Geometry checker] Fix possible use of deleted geometry

rldhont <rldhont@gmail.com> 2016-11-30

Update QgsPointDisplacementRenderer::legendKeysForFeature note

rldhont <rldhont@gmail.com> 2016-11-30

[BUGFIX] Filter Legend By Map Content doesn't maintain point displacement legend

Fixed #11572
Manually cherry-picked 4d71cf968c4608359514637ceabcf4f3dcfb09ce

borys <info@borysjurgiel.pl> 2016-11-29

[bugfix] Fix broken docks customization. Fixes #8055

volaya <volayaf@gmail.com> 2016-11-27

[processing] fixed file extension when exporting layer

fixes #15898

Juergen E. Fischer <jef@norbit.de> 2016-11-25

Release of 2.14.9

Matthias Kuhn <matthias@opengis.ch> 2016-10-17

Don't rely on RTTI to convert symbol layer to sip objects
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (2.14.9) UNRELEASED; urgency=medium
qgis (2.14.10) UNRELEASED; urgency=medium

* Release of 2.14.10

-- Jürgen E. Fischer <jef@norbit.de> Fri, 16 Dec 2016 13:00:16 +0100

qgis (2.14.9) unstable; urgency=medium

* Release of 2.14.9

-- Jürgen E. Fischer <jef@norbit.de> Fri, 25 Nov 2016 14:11:24 +0100
-- Jürgen E. Fischer <jef@norbit.de> Fri, 16 Dec 2016 13:00:16 +0100

qgis (2.14.8) unstable; urgency=medium

Expand Down

0 comments on commit 057b42a

Please sign in to comment.