Skip to content

Commit

Permalink
Release of 2.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 16, 2016
1 parent 92fd498 commit 102ee87
Show file tree
Hide file tree
Showing 3 changed files with 220 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 "1")
SET(CPACK_PACKAGE_VERSION_PATCH "2")
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
211 changes: 211 additions & 0 deletions ChangeLog
@@ -1,3 +1,214 @@
Juergen E. Fischer <jef@norbit.de> 2016-12-15

indentation fix

Juergen E. Fischer <jef@norbit.de> 2016-12-15

german translation update

Juergen E. Fischer <jef@norbit.de> 2016-12-15

dwg import: make curves optional (enabled by default, disabled completely with GDAL 1)

Juergen E. Fischer <jef@norbit.de> 2016-12-14

[FEATURE] DWG import into geopackage using libdxfrw

Juergen E. Fischer <jef@norbit.de> 2016-12-14

dxf export: fix crash, when curve geometry can't be segmentized

(cherry picked from commit 159ad683fe3a413dcdeba91079d3c7fa629fa580)

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: e5127c9 3e4a19e
rldhont <rldhont@gmail.com> 2016-12-12

Merge pull request #3858 from rldhont/fix-getLegendGraphics-bbox

fix getLegendGraphics when BBox parameter is used

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

fix getLegendGraphics when BBox parameter is used

volaya <volayaf@gmail.com> 2016-12-12

[processing] config dialog: only save menu configuration if needed

volaya <volayaf@gmail.com> 2016-12-08

[processing] fixes for SAGA folder configuration

This tries to address some problem with previously set SAGA paths, by always showing the SAGA path config value, and by trying to ruin a built in copy of SAGA if the current SAGA folder is wrong (as it usually happens when updating QGIS)

volaya <volayaf@gmail.com> 2016-12-08

[processing] do not replace lt and gt symbols in log window

Merge: febc819 f6cd843
Alessandro Pasotti <elpaso@itopen.it> 2016-12-12

Merge pull request #3856 from rldhont/backport-218-wms-130-compliance

Backport 218 wms 130 compliance

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

Denis Rouzaud <denis.rouzaud@gmail.com> 2016-12-09

use qt4 signal/slot syntax

Denis Rouzaud <denis.rouzaud@gmail.com> 2016-12-08

fix #15947 style dock is not refreshed when map layer style changes

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

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

Matthias Kuhn <matthias@opengis.ch> 2016-12-07

[offlineediting] Fix only synchronize selected features option

Fix #15830

Juergen E. Fischer <jef@norbit.de> 2016-12-06

qtermwidget: fix misleading indention warnings

Juergen E. Fischer <jef@norbit.de> 2016-12-03

oracle provider: skip retrying unavailable connections for 30s

volaya <volayaf@gmail.com> 2016-12-05

[processing] fixed wrong parameter type definition in buffer algs

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

fix loading of models containing user-defined scripts

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

Fix indentation

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

[virtual] Fix xFilter for null value comparisons

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

volaya <volayaf@gmail.com> 2016-07-21

[processing] use SilentProgress by default if no progress object is passed

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

* replace constexpr (fixes pre-c++11 windows build)
* fix "added in 3.0" annotation
* sip syncs

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

Release of 2.18.1

Nyall Dawson <nyall.dawson@gmail.com> 2016-11-23

Speed up inserting features into memory layers by ~65%
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (2.18.1) UNRELEASED; urgency=medium
qgis (2.18.2) UNRELEASED; urgency=medium

* Release of 2.18.2

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

qgis (2.18.1) unstable; urgency=medium

* Release of 2.18.1

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

qgis (2.18.0) unstable; urgency=medium

Expand Down

0 comments on commit 102ee87

Please sign in to comment.