Skip to content

Commit

Permalink
Release of 2.14.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 21, 2017
1 parent fb88071 commit 476b584
Show file tree
Hide file tree
Showing 3 changed files with 45 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 "16")
SET(CPACK_PACKAGE_VERSION_PATCH "17")
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
36 changes: 36 additions & 0 deletions ChangeLog
@@ -1,3 +1,39 @@
Even Rouault <even.rouault@spatialys.com> 2017-07-08

[OGR] Use OGR_F_SetFieldNull() with GDAL >= 2.2 to avoid GeoJSON fields to be unset (fixes #16812)

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

Fix GML2 after Port GML3 improvements to 2.14 branch

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2017-02-22

Port GML3 improvements to 2.14 branch

Juergen E. Fischer <jef@norbit.de> 2017-07-04

debian packaging: drop explicit libopenscenegraph-dev build dependency

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

Identation [BUGFIX] QgsCurvePolygonV2::asGML3, build right GML3 polygon

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

[BUGFIX] QgsCurvePolygonV2::asGML3, build right GML3 polygon

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

[BUGFIX] QgsCurvePolygonV2::asGML, add interior ring only if one exists

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

[BUGFIX] QgsCurvePolygonV2::asGML, add interior ring only if one exists

Juergen E. Fischer <jef@norbit.de> 2017-06-23

Release of 2.14.16

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

include uic qtwebkit.py
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (2.14.16) UNRELEASED; urgency=medium
qgis (2.14.17) UNRELEASED; urgency=medium

* Release of 2.14.17

-- Jürgen E. Fischer <jef@norbit.de> Fri, 21 Jul 2017 14:00:03 +0200

qgis (2.14.16) unstable; urgency=medium

* Release of 2.14.16

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

qgis (2.14.15) unstable; urgency=medium

Expand Down

0 comments on commit 476b584

Please sign in to comment.