Skip to content

Commit

Permalink
Release of 2.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 26, 2016
1 parent a8d4a0b commit 8a47921
Show file tree
Hide file tree
Showing 3 changed files with 139 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 "8")
SET(CPACK_PACKAGE_VERSION_PATCH "6")
SET(CPACK_PACKAGE_VERSION_PATCH "7")
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
SET(RELEASE_NAME "Wien")
IF (POLICY CMP0048) # in CMake 3.0.0+
Expand Down
130 changes: 130 additions & 0 deletions ChangeLog
@@ -1,3 +1,133 @@
Juergen E. Fischer <jef@norbit.de> 2016-02-26

german translation update

rldhont <rldhont@gmail.com> 2016-02-25

[BUGFIX][Processing] Reset SAGA InverseDistanceWeighted algorithm

Reset 2 parameters :
* SEARCH_POINTS_ALL
* SEARCH_POINTS_MAX

These parameters was defined in 2.1.2 but are available in the next version :
http://www.saga-gis.org/saga_module_doc/2.1.3/grid_gridding_1.html

rldhont <rldhont@gmail.com> 2016-02-24

[BUGFIX][QGIS Server] Add charset for application/vnd.ogc.gml GetFeatureInfo

rldhont <rldhont@gmail.com> 2016-02-24

[BUGFIX] Extend WFS field type description (time)

Continue commit 2ad32f1635d39fd90bdf0c10fc98f467f6b4f5d3

rldhont <rldhont@gmail.com> 2016-02-23

[BUGFIX] Extend field type description

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

Use QgsFields::fieldNameIndex when preparing column refs in expressions

Fixes handling of duplicate field names with different case in
expressions

(cherry-picked from 0a84fbd6b5bf2a67c5e8407bf86a14ec40a526bf)

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

Remove unused help button from style manager (fix #14055)

(cherry-picked from 17ed9d15fa00aeb305ef0dbee48896665d38b01c)

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

Fix raster layers not rendering on Windows 8

The copy constructor for QgsContrastEnhancement was using
an uninitialized value for the mContrastEnhancementAlgorithm
member, resulting in no contrast function being set in
certain occasions.

Refs #13155

(cherry-picked from cc505424cec9d5cf2a01663371d44d0fbd4a636a)

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

Fix categorised renderer does not store changes to the source symbol

Avoids the frustrating situation where changes to a symbol in the
categorised renderer are lost when the layer properties window
is reopened

Also fix a leak in the Python bindings

(cherry-picked from 3744ac2fc4c65dd42fa78cfbc6f4df46a6d72722)

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

Fix adding fields to mssql layers always resulted in error (fix #13340)

(cherry-picked from d827076637ac14fea68472a0d943745345d20d0c)

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

Fix dropping geometryless tables to postgres browser items

(cherry-picked from 4a3d3db2d21862152c31a51a71ee4264ee77bb91)

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

Fix dropping geometryless tables to spatialite browser items

(cherry-picked from 89815646fb8f7e97a230d6eb35b9207d1659f5ab)

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

Increase maximum size of diagram spinbox (fix #14282)

(cherry-picked from 087e1489e3bdf2de96be4b0ba7286fb0168460ac)

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

Correctly set parent for select by expression dialog in main window

(cherry-picked from ac2cd476b15a7f02df7eece887c842a6b7c58d09)

rldhont <rldhont@gmail.com> 2016-02-09

[BUGFIX][QGIS Server] WFS Service Capability OnlineResource

WFS Service Capability OnlineResource is not the same as in WMS.

Juergen E. Fischer <jef@norbit.de> 2015-03-09

fix arm build

(cherry picked from commit 1aff7335d004bc410eb61e1436ee7648716f9319)

Juergen E. Fischer <jef@norbit.de> 2016-01-21

merge debian downstream patches

Michael Douchin <mdouchin@3liz.com> 2016-01-19

[bugfix][DbManager] 14110 - Error fetching layer indexes with recent sqlite version

Fixes #14110

The method `getTableIndexes`, situated in line 371 of the file `db_manager/db_plugins/spatialite/connector.py`,
expected to get 3 fields from the sqlite method `PRAGMA index_list` .
In recent versions of SQLite, since 3.8.9, though, this method now returns 5 fields.
This commit fixes this issue by checking the length of columns returned by the method.

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

Release of 2.8.6

Sebastian Dietrich <SebDieBln@users.noreply.github.com> 2015-12-30

read source from provider before saving memory layer (fixes #8997)
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (2.8.6) UNRELEASED; urgency=medium
qgis (2.8.7) UNRELEASED; urgency=medium

* Release of 2.8.7

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

qgis (2.8.6) unstable; urgency=medium

* Release of 2.8.6

-- Jürgen E. Fischer <jef@norbit.de> Fri, 15 Jan 2016 13:00:09 +0100
-- Jürgen E. Fischer <jef@norbit.de> Fri, 26 Feb 2016 13:00:09 +0100

qgis (2.8.5) unstable; urgency=medium

Expand Down

0 comments on commit 8a47921

Please sign in to comment.