Skip to content

Commit c3d2fb7

Browse files
committedAug 18, 2017
Release of 2.14.18
1 parent 5746b9d commit c3d2fb7

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-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 "17")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "18")
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Larry Shaffer <lshaffer@boundlessgeo.com> 2017-08-14
2+
3+
Add QSCINTILLA_INCLUDE_DIR to custom widgets CMake setup
4+
5+
rldhont <rldhont@gmail.com> 2017-07-26
6+
7+
[BUGFIX][SERVER] GetFeatureInfo not evaluated for maptip context when using FILTER param
8+
9+
fixed #16670
10+
11+
Juergen E. Fischer <jef@norbit.de> 2017-07-21
12+
13+
Release of 2.14.17
14+
115
Even Rouault <even.rouault@spatialys.com> 2017-07-08
216

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

‎debian/changelog

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

39
* Release of 2.14.17
410

5-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 21 Jul 2017 14:00:03 +0200
11+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 18 Aug 2017 14:31:42 +0200
612

713
qgis (2.14.16) unstable; urgency=medium
814

0 commit comments

Comments
 (0)
Please sign in to comment.