Skip to content

Commit

Permalink
Release of 2.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 26, 2016
1 parent 6a309ed commit 8e19f72
Show file tree
Hide file tree
Showing 3 changed files with 244 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 "5")
SET(CPACK_PACKAGE_VERSION_PATCH "6")
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
235 changes: 235 additions & 0 deletions ChangeLog
@@ -1,3 +1,238 @@
rldhont <rldhont@gmail.com> 2016-08-25

fix typo 1369794 @alexbruy [processing] add missed error() method

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

fix switching of projects within unicode folders

(cherry picked from commit 3951f15b6481a85b551e2f33f26c2aeb6687a24a)

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

Fix indentation after cherry-picking

Alessandro Pasotti <apasottis@boundlessgeo.com> 2016-05-19

[server][bugfix] FILTER GetFeatureInfo working again

Fixes #8656

Stéphane Brunner <stephane.brunner@camptocamp.com> 2016-05-26

Add and fix WFS server MAXFEATURES test

It was not working when we do a POST with an XML

elpaso <elpaso@itopen.it> 2016-04-01

[SERVER] Fix encoding of query string for bindings

Fix an error when passing utf-8 chars in the query string
from python bindings

Adds a test for GetLegendGraphics

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

[processing] add missed error() method

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

[travis] Allow failing mac osx builds

Seems to be a (temporary?) problem with sip in homebrew

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)

Merge: 47421b2 5480a80
Larry Shaffer <dakcarto@users.noreply.github.com> 2016-08-12

Merge pull request #3378 from dakcarto/release-2_14-auth-reply-ows

[auth] Reinstate auth system reply expansions for OWS providers

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)

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

Stop the timer when the reply finish

This should fix a few reported and unreported issues
with false positive timeout errors.

Fixes: #12243

(cherry-picked from ace9d2b0f661849106f0448189cb233710754f12)

Alexander Bruy <alexander.bruy@gmail.com> 2016-05-28

[pluginmanager] limit plugin icon maximum size to prevent breaking description page layout

(cherry picked from commit e60ed0511fcf52cc81821067f41e8023db0d1dfa)

Nyall Dawson <nyall.dawson@gmail.com> 2016-04-22

Remove cryptic assert (was failing regularly; fixes #15418)

(cherry picked from commit b1b439f5cc4f709db9839d0ab8209346defe4bb7)

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

[auth] Reinstate auth system reply expansions for OWS providers

- Apparently this was lost during a git squash of commits for 2.12 PR

(Needs forward-ported to 2.16, master_2 and master)

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

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

Fix translation

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 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)

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)

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

debian packaging update

(cherry picked from commit aef87037254729583590102e86a59ea51262cf78)

Sandro Mani <manisandro@gmail.com> 2016-07-27

[Spatialite] Remove t_table_catalog WHERE clause when searcing for layer styles in db

This sanity check is unnecessary and breaks styling if the sqlite file is moved or renamed.
The t_table_catalog column is kept for backwards compatibility.

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

[ftools] add support for int64 fields (fix #15367)

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

Release of 2.14.5

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

Fix indentation:
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (2.14.5) UNRELEASED; urgency=medium
qgis (2.14.6) UNRELEASED; urgency=medium

* Release of 2.14.6

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

qgis (2.14.5) unstable; urgency=medium

* Release of 2.14.5

-- Jürgen E. Fischer <jef@norbit.de> Fri, 29 Jul 2016 14:03:54 +0200
-- Jürgen E. Fischer <jef@norbit.de> Fri, 26 Aug 2016 13:57:14 +0200

qgis (2.14.4) unstable; urgency=medium

Expand Down

0 comments on commit 8e19f72

Please sign in to comment.