Skip to content

Commit a916bf4

Browse files
committedMay 19, 2017
Release of 2.14.15
1 parent 212f68f commit a916bf4

File tree

3 files changed

+59
-3
lines changed

3 files changed

+59
-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 "14")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "15")
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: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
Juergen E. Fischer <jef@norbit.de> 2017-05-18
2+
3+
indentation fix
4+
5+
Juergen E. Fischer <jef@norbit.de> 2017-05-18
6+
7+
crssync: check result of CSVReadParseLine instead of feof
8+
9+
(cherry picked from commit 27f4b0e1e008d3ed60ee0f7f178f93b22bacabe9)
10+
11+
Merge: 6feed195ca b830eab6af
12+
rldhont <rldhont@gmail.com> 2017-05-16
13+
14+
Merge pull request #4545 from rldhont/release-2_14-processing-rscripts-outputs
15+
16+
[BUGFIX][Processing] R scripts do not have enough outputs
17+
18+
Alexander Bruy <alexander.bruy@gmail.com> 2017-05-13
19+
20+
[processing] stop algorithm execution if geometry/feature error occured
21+
(fix #11986)
22+
23+
rldhont <rldhont@gmail.com> 2017-05-12
24+
25+
[BUGFIX][Processing] R scripts do not have enough outputs
26+
27+
R scripts in processing only supports Vector, Raster and Table.
28+
This commit adds fix the file output and adds directory, number and string outputs.
29+
30+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2017-04-18
31+
32+
Fix layer drawing order in server to also work in complex projects and with custom drawing order
33+
34+
rldhont <rldhont@gmail.com> 2017-04-27
35+
36+
[BUGFIX][Server] QgsOWSServer restorer modifying layers and not well restoring them
37+
38+
The Subsetstring is updated through QgsVectorLayer::setSubsetString and restored by QgsVectorDataProvider::setSubsetString and it's not idempotent.
39+
The solution is to use QgsVectorLayer::setSubsetString in the 2 cases.
40+
41+
Even Rouault <even.rouault@spatialys.com> 2016-10-06
42+
43+
Properly deal with empty cache/directory in server
44+
45+
backport 41693604674384ddd2b3869378db9b9d645d61a4
46+
47+
Juergen E. Fischer <jef@norbit.de> 2017-04-21
48+
49+
Release of 2.14.14
50+
151
rldhont <rldhont@gmail.com> 2017-04-20
252

353
[BUGFIX][Processing] Fix spatialite version comparison

‎debian/changelog

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

39
* Release of 2.14.14
410

5-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 21 Apr 2017 14:36:44 +0200
11+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 19 May 2017 14:00:04 +0200
612

713
qgis (2.14.13) unstable; urgency=medium
814

0 commit comments

Comments
 (0)
Please sign in to comment.