Skip to content

Commit

Permalink
Release of 2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 26, 2016
1 parent 7dba29c commit 979e1a2
Show file tree
Hide file tree
Showing 3 changed files with 275 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 "16")
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 "Nødebo")
IF (POLICY CMP0048) # in CMake 3.0.0+
Expand Down
266 changes: 266 additions & 0 deletions ChangeLog
@@ -1,3 +1,269 @@
Alexander Bruy <alexander.bruy@gmail.com> 2016-08-23

fix typo

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

fix switching of projects within unicode folders

(cherry picked from commit 3951f15b6481a85b551e2f33f26c2aeb6687a24a)

Alexander Bruy <alexander.bruy@gmail.com> 2016-08-23

[processing] add missed error() method

(cherry picked from commit 6a7fa7dd5a199bfa0ced8e4768b910171c3b8e8e)

Matthias Kuhn <matthias@opengis.ch> 2016-08-19

Improve wording

Fix #15456

Matthias Kuhn <matthias@opengis.ch> 2016-08-19

Hide invalid constraints label when it's unused

Fix #15452

Matthias Kuhn <matthias@opengis.ch> 2016-08-19

Widget constraints: use field alias where available

Fix #15455

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

dxf export: avoid symbology scale 0 (fixes #14138)

(cherry picked from commit 0a07fee15297e18a73b63f194f5aeecffd76800c)

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

debian packaging update

(cherry picked from commit 127fb683b226908c4f34a78a8fa1e43965a51dfa)

Nyall Dawson <nyall.dawson@gmail.com> 2016-08-17

fix repeated labels on curved lines when label width > repeat distance

(cherry-picked from fb346ecf4fda53ccac7ef939bc6ec84a361a9d58)
o

Nyall Dawson <nyall.dawson@gmail.com> 2016-08-17

Make QgsVectorLayer uniqueValues/min/maxValue consider edits

Previously these methods would inconsistently handle the
edit buffer, eg uniqueValues would consider changed attributes
but not added features. Now uniqueValues, minimumValue and
maximumValue all consider both added features and changed
attribute values when performing their calculation.

The most noticable effect of this fix is that the unique
values widget now correctly shows values for features which
have been added but not yet committed to the provider.

(cherry-picked from 50c35929d86ab01b22c29cd129fd7019a1bf624a)

Nyall Dawson <nyall.dawson@gmail.com> 2016-08-17

Don't crash raster shader with nan or inf values (fix #15444)

(cherry-picked from 34ebe124ff62956095941b5bb76809c6ba4b1a0f)

Nyall Dawson <nyall.dawson@gmail.com> 2016-08-17

Fix some missing autoupdates for raster psuedo color widget

(cherry-picked from b349eb8a982d762d399ad4c21e3214195e6cd778)

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

exclude release name from version string (fixes #15258)

(cherry picked from commit 1391aad2f713a796b0ac3d0c22bec6c1c7ada3bb)

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

debian packaging update

(cherry picked from commit 977b5f2b8c9d5ee93e166a7c95f1f70fc2e800ec)

Anita Graser <anitagraser@gmx.at> 2016-08-10

fixed failure to insert only one point

Previously, if pointsNumber was 1, it wouldn't insert a new point in the middle.
(cherry picked from commit 754ccefabc5c5fb9ba4472b182f1f05cd2a0ebb2)

Larry Shaffer <lshaffer@boundlessgeo.com> 2016-08-10

[auth] Add missing auth system ui headers for external C++ apps

(cherry-picked from f3e90f1d5a87b2a7c6c693aa8ba3eaad64161b1d)

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

Fix crash when clicking in empty relation editor

Nyall Dawson <nyall.dawson@gmail.com> 2016-08-10

Reset layers for each pal placement test, avoids all tests failing
because of one

(cherry-picked from 95ecdaf4383a0337710fd98fe34c93323be8e0ad)

Nyall Dawson <nyall.dawson@gmail.com> 2016-08-10

Fix "label only inside polygon" mode when used with perimeter placement

The option was not working with perimeter placements as perimeter placements alter
the label feature geometry to be a boundary linestring - hence no labels where
ever inside this boundary.

Accordingly this refactors how the force label inside polygon option functions.
Now QgsLabelFeatures can have a permissible zone geometry set, such that any
label candidates outside of this permissible zone are discarded.

This approach is more flexible as it could also be used for more labeling options
in future, eg discarding label candidates which are too far from a centroid or
something.

Sponsored by Andreas Neumann

(cherry-picked from c234d80e1e6c07813140df416b26ad5665b9ab99)

Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09

Make test layer comparison handle different order of features

(cherry-picked from f449bf236198ced18bbd7078144f12a9aab77cd0)

Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09

[processing] Fix broken multi field selection widget

(cherry-picked from fda93dfc574a152be2509d7f370af073abd3ba37)

Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09

[processing] Fix multipart to singlepart handling of null geometry

(cherry-picked from 0455b6600d2ab443ea8d691e3c007ee481a30910)

Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09

Add processing test .aux.xml to .gitignore

(cherry-picked from 0939dbf9df5d0cb6867a4d0b3ea6a543eea77366)

Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09

[processing] Use layer crs/fields instead of provider crs/fields

Since the layer has more complete knowledge of the crs (ie, when
provider could not determine crs and user has selected it from
the list), and also better knowledge of layer fields (virtual
fields, joined fields) we should use these rather than the
provider methods.

(cherry-picked from 06c4b07222f9410e1669387a6497897c61748a16)

Merge: 005d467 f49bd5c
Alessandro Pasotti <elpaso@itopen.it> 2016-08-09

Merge pull request #3368 from elpaso/wfs_fixes

Try to fix #15360

Alessandro Pasotti <apasotti@boundlessgeo.com> 2016-08-08

[WFS] Fixes #15360 and other issues

- fixes authcfg params not passed to requests
- fixes backward URI compatibility
- fixes version parameter ignored in old style URI
- check for "user" in addition to "username" in WFS URI

Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09

Implement provider side FilterFids iterators for OGR provider

Makes some operations with OGR sources magnitudes faster, ie
zoom to 20 selected features in a 4 million point dataset:

before: 14 seconds of blocked gui
after: instant

(cherry-picked from 1f02fd491d62b2a79ee1bd98000f48cb4db1b442)

Even Rouault <even.rouault@spatialys.com> 2016-08-08

[QgsVectorFileWriter + OGR provider] Create Integer64 fields as Real fields when output driver doesn't support Integer64

Fix #15405

Even Rouault <even.rouault@spatialys.com> 2016-08-08

[WFS provider] Succesfully analyze DescribeFeatureType response with <complexType> as inline element of <element> (#15395)

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

debian packaging update

(cherry picked from commit aef87037254729583590102e86a59ea51262cf78)

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

[processing] always use user-defined default folder for scripts/models

(cherry picked from commit 48cca3bc12e874d681669b47ce2ee24b96baa4de)

Conflicts:
python/plugins/processing/modeler/AddModelFromFileAction.py
python/plugins/processing/script/AddScriptFromFileAction.py

Matthias Kuhn <matthias@opengis.ch> 2016-08-03

Don't show scrollbar in embedded drag and drop designer form

Juergen E. Fischer <jef@norbit.de> 2016-07-31

debian packaging update

(cherry picked from commit 750e60fe19eb89489e5e0803717dbbfabfb75e0e)

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

fix crash when QSQLITE is unavailable (fixes #15358)

(cherry picked from commit 285bcd053c353bd99f7e8e71003f5b4bd39bde57)

Matthias Kuhn <matthias@opengis.ch> 2016-08-01

Sort attribute table by value for numerical columns

Fix #15318
Fix #15295

Alexander Bruy <alexander.bruy@gmail.com> 2016-08-01

[processing] don't apply additional parameter if offset curve operation is used (fix #15342)

(cherry picked from commit 1d2b0b4ca7658ed57c4663d9f064ca4bbc55381e)

Alexander Bruy <alexander.bruy@gmail.com> 2016-08-01

[processing] add missed import (fix #15359)

(cherry picked from commit 98a55274063fcfe8174b3c3d0369d72d5e2f7c73)

Juergen E. Fischer <jef@norbit.de> 2016-07-29

Release of 2.16.1

Nyall Dawson <nyall.dawson@gmail.com> 2016-07-29

Fix map not refreshed after using pan to selected (fix #15324)
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,12 +1,18 @@
qgis (2.16.1) UNRELEASED; urgency=medium
qgis (2.16.2) UNRELEASED; urgency=medium

* Release of 2.16.2

-- Jürgen E. Fischer <jef@norbit.de> Fri, 26 Aug 2016 13:58:37 +0200

qgis (2.16.1) unstable; urgency=medium

* Release of 2.16.1
* drop support for debian wheezy and ubuntu wily
* add python-requests dependency for metasearch plugin
* lintian fixes
* add version constraint to libqgis-customwidgets dependency.

-- Jürgen E. Fischer <jef@norbit.de> Thu, 04 Aug 2016 11:38:39 +0200
-- Jürgen E. Fischer <jef@norbit.de> Fri, 26 Aug 2016 13:58:36 +0200

qgis (2.16.0) unstable; urgency=medium

Expand Down

0 comments on commit 979e1a2

Please sign in to comment.