Skip to content

Commit

Permalink
Release of 2.14.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 23, 2017
1 parent 96ada08 commit 3130f80
Show file tree
Hide file tree
Showing 3 changed files with 71 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 "15")
SET(CPACK_PACKAGE_VERSION_PATCH "16")
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
62 changes: 62 additions & 0 deletions ChangeLog
@@ -1,3 +1,65 @@
Juergen E. Fischer <jef@norbit.de> 2017-06-19

include uic qtwebkit.py

(cherry picked from commit c39e4fcecd630655175ac996c617020357a0c065)

rldhont <rldhont@gmail.com> 2017-06-06

[BUGFIX][Processing][Rscript] Write to R_OUTPUT_VALUES file if saveOutputValues

Fixes #16618 Processing rscripts: cannot concatenate 'str' and 'NoneType' objects

Even Rouault <even.rouault@spatialys.com> 2017-03-14

[OGR provider] Use OGR_F_IsFieldSetAndNotNull() when available.

Starting with GDAL 2.2, there are 2 concepts: unset fields and null fields
whereas previously there was only unset fields. For QGIS purposes, both
states (unset/null) are equivalent.

Cherry-picked from 47dd83dd75c7f86fa59510a4b65c453f27fb3771

Even Rouault <even.rouault@spatialys.com> 2017-04-25

Fix build of dxf2shp plugin with GDAL 2.2

Up to know the plugin relied on the fact that GDAL exported the symbols of
its internal shapelib. Since GDAL 2.2 this is no longer the case. So build
the internal copy of shapelib in the plugin, but to avoid symbol name clashes,
prefix the shapelib symbols with qgis_. And also use GDAL VSI large API for I/O
so that on Windows on particular non ASCII filenames are properly handled.

rldhont <rldhont@gmail.com> 2017-05-24

[Server] Fix WMS GetContext accesscontrol and add tests

rldhont <rldhont@gmail.com> 2017-05-23

[Server] Add GetContext test

rldhont <rldhont@gmail.com> 2017-05-23

Revert "[Server] Add tests (GetContext and access control project)"

This reverts commit 5d9b460fac429556237d8e30cefa5c47a3c5a3ac.

rldhont <rldhont@gmail.com> 2017-05-23

[Server] Add tests (GetContext and access control project)

rldhont <rldhont@gmail.com> 2017-05-20

[Server] Fix indent Add GetProjectSettings tests in AccessControl test

rldhont <rldhont@gmail.com> 2017-05-20

[Server] Add GetProjectSettings tests in AccessControl test

Juergen E. Fischer <jef@norbit.de> 2017-05-19

Release of 2.14.15

Juergen E. Fischer <jef@norbit.de> 2017-05-18

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

* Release of 2.14.16

-- Jürgen E. Fischer <jef@norbit.de> Fri, 23 Jun 2017 14:00:04 +0200

qgis (2.14.15) unstable; urgency=medium

* Release of 2.14.15

-- Jürgen E. Fischer <jef@norbit.de> Fri, 19 May 2017 14:00:04 +0200
-- Jürgen E. Fischer <jef@norbit.de> Fri, 23 Jun 2017 14:00:04 +0200

qgis (2.14.14) unstable; urgency=medium

Expand Down

0 comments on commit 3130f80

Please sign in to comment.