Skip to content

Commit 476b584

Browse files
committedJul 21, 2017
Release of 2.14.17
1 parent fb88071 commit 476b584

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed
 

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
22
SET(CPACK_PACKAGE_VERSION_MINOR "14")
3-
SET(CPACK_PACKAGE_VERSION_PATCH "16")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "17")
44
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
55
SET(RELEASE_NAME "Essen")
66
IF (POLICY CMP0048) # in CMake 3.0.0+

‎ChangeLog

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
Even Rouault <even.rouault@spatialys.com> 2017-07-08
2+
3+
[OGR] Use OGR_F_SetFieldNull() with GDAL >= 2.2 to avoid GeoJSON fields to be unset (fixes #16812)
4+
5+
rldhont <rldhont@gmail.com> 2017-07-05
6+
7+
Fix GML2 after Port GML3 improvements to 2.14 branch
8+
9+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2017-02-22
10+
11+
Port GML3 improvements to 2.14 branch
12+
13+
Juergen E. Fischer <jef@norbit.de> 2017-07-04
14+
15+
debian packaging: drop explicit libopenscenegraph-dev build dependency
16+
17+
rldhont <rldhont@gmail.com> 2017-06-30
18+
19+
Identation [BUGFIX] QgsCurvePolygonV2::asGML3, build right GML3 polygon
20+
21+
rldhont <rldhont@gmail.com> 2017-06-30
22+
23+
[BUGFIX] QgsCurvePolygonV2::asGML3, build right GML3 polygon
24+
25+
rldhont <rldhont@gmail.com> 2017-06-28
26+
27+
[BUGFIX] QgsCurvePolygonV2::asGML, add interior ring only if one exists
28+
29+
rldhont <rldhont@gmail.com> 2017-06-28
30+
31+
[BUGFIX] QgsCurvePolygonV2::asGML, add interior ring only if one exists
32+
33+
Juergen E. Fischer <jef@norbit.de> 2017-06-23
34+
35+
Release of 2.14.16
36+
137
Juergen E. Fischer <jef@norbit.de> 2017-06-19
238

339
include uic qtwebkit.py

‎debian/changelog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
qgis (2.14.16) UNRELEASED; urgency=medium
1+
qgis (2.14.17) UNRELEASED; urgency=medium
2+
3+
* Release of 2.14.17
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 21 Jul 2017 14:00:03 +0200
6+
7+
qgis (2.14.16) unstable; urgency=medium
28

39
* Release of 2.14.16
410

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

713
qgis (2.14.15) unstable; urgency=medium
814

0 commit comments

Comments
 (0)
Please sign in to comment.