Skip to content

Commit 057b42a

Browse files
committedDec 16, 2016
Release of 2.14.10
1 parent 79cb0c3 commit 057b42a

File tree

3 files changed

+166
-3
lines changed

3 files changed

+166
-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 "9")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "10")
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: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,160 @@
1+
Alexander Bruy <alexander.bruy@gmail.com> 2016-12-15
2+
3+
[processing] quote file paths in TauDEM provider
4+
5+
Alessandro Pasotti <apasotti@boundlessgeo.com> 2016-12-14
6+
7+
[BACKPORT][BUGFIX] Fixed a crash on bad network protocol
8+
9+
( from f48f90ead )
10+
11+
rldhont <rldhont@gmail.com> 2016-12-13
12+
13+
Fix WMS 1.3. compliance: distort image if width/height ratio of bbox is different to WIDTH/HEIGHT of requested image
14+
15+
Not decrease but increase image
16+
17+
Merge: 02d70fa a1a4ad9
18+
rldhont <rldhont@gmail.com> 2016-12-13
19+
20+
Merge pull request #3862 from rldhont/release-2_14-wms-130-compliance
21+
22+
Backport 214 wms 130 compliance
23+
24+
Blottiere Paul <blottiere.paul@gmail.com> 2016-12-09
25+
26+
fix getLegendGraphics when BBox parameter is used
27+
28+
rldhont <rldhont@gmail.com> 2016-12-12
29+
30+
Adapt WFS capabilties in server test for WMS 1.3.0 compliance
31+
32+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-12-01
33+
34+
Fix access control tests such that bbox width/height ration matches image width/height
35+
36+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-12-01
37+
38+
Adapt expected capabilities / project settings response in server test for WMS 1.3.0 compliance
39+
40+
rldhont <rldhont@gmail.com> 2016-12-12
41+
42+
Fix typo
43+
44+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-12-09
45+
46+
Backward support for parameters 'MTVER' and 'capabilities' from WMS 1.0.0 is required for WMS 1.1.1
47+
48+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-12-01
49+
50+
Indentation
51+
52+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-12-01
53+
54+
WMS server: parse bounding box only if the BBOX parameter is really there
55+
56+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29
57+
58+
WMS 1.3 compliance: Each OnlineResource URL intended for HTTP Get requests in the capabilities document is a URL prefix
59+
60+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29
61+
62+
Exception format is XML, not capabilities format
63+
64+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29
65+
66+
WMS 1.3. compliance: distort image if width/height ratio of bbox is different to WIDTH/HEIGHT of requested image
67+
68+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29
69+
70+
WMS 1.3.0 compliance: If a layer bounding box is there, it is not allowed to be empty (also if a layer has only one point)
71+
72+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29
73+
74+
WMS 1.3.0 compliance: throw exception if bbox is empty
75+
76+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29
77+
78+
Fix typo
79+
80+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29
81+
82+
WMS 1.3.0 compliance: exception format must be advertized as 'XML', not 'text/xml'
83+
84+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29
85+
86+
WMS 1.3.0 compliance: CRS:84 needs to be supported
87+
88+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29
89+
90+
WMS 1.3.0 compliance: support BGCOLOR parameter
91+
92+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29
93+
94+
WMS 1.3.0 compliance: throw exception if feature info point is not within the WIDTH/HEIGHT parameters
95+
96+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-29
97+
98+
WMS 1.3.0 compliance: use the reserved word 'None' if no fees
99+
100+
nirvn <nirvn.asia@gmail.com> 2016-12-08
101+
102+
Revert "[style dock] emit widgetChanged() when raster palette labels updated"
103+
104+
This reverts commit f92928d4da7ece907b94713e8706e550e6ab4c5e.
105+
106+
nirvn <nirvn.asia@gmail.com> 2016-12-08
107+
108+
[style dock] emit widgetChanged() when raster palette labels updated
109+
110+
Sandro Mani <manisandro@gmail.com> 2016-12-06
111+
112+
[Geometry Checker] Don't add geometry-less features to feature-pool
113+
114+
Hugo Mercier <hugo.mercier@oslandia.com> 2016-12-05
115+
116+
[virtual layer] Fix xFilter for null value comparisons
117+
118+
Merge: b3742fe 8dc7799
119+
volaya <volayaf@gmail.com> 2016-12-02
120+
121+
Merge pull request #3826 from alexbruy/processing-models
122+
123+
fix loading of models containing user-defined scripts
124+
125+
Alexander Bruy <alexander.bruy@gmail.com> 2016-12-02
126+
127+
fix loading of models containing user-defined scripts
128+
129+
Sandro Mani <manisandro@gmail.com> 2016-12-01
130+
131+
[Geometry checker] Fix possible use of deleted geometry
132+
133+
rldhont <rldhont@gmail.com> 2016-11-30
134+
135+
Update QgsPointDisplacementRenderer::legendKeysForFeature note
136+
137+
rldhont <rldhont@gmail.com> 2016-11-30
138+
139+
[BUGFIX] Filter Legend By Map Content doesn't maintain point displacement legend
140+
141+
Fixed #11572
142+
Manually cherry-picked 4d71cf968c4608359514637ceabcf4f3dcfb09ce
143+
144+
borys <info@borysjurgiel.pl> 2016-11-29
145+
146+
[bugfix] Fix broken docks customization. Fixes #8055
147+
148+
volaya <volayaf@gmail.com> 2016-11-27
149+
150+
[processing] fixed file extension when exporting layer
151+
152+
fixes #15898
153+
154+
Juergen E. Fischer <jef@norbit.de> 2016-11-25
155+
156+
Release of 2.14.9
157+
1158
Matthias Kuhn <matthias@opengis.ch> 2016-10-17
2159

3160
Don't rely on RTTI to convert symbol layer to sip objects

‎debian/changelog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
qgis (2.14.9) UNRELEASED; urgency=medium
1+
qgis (2.14.10) UNRELEASED; urgency=medium
2+
3+
* Release of 2.14.10
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 16 Dec 2016 13:00:16 +0100
6+
7+
qgis (2.14.9) unstable; urgency=medium
28

39
* Release of 2.14.9
410

5-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 25 Nov 2016 14:11:24 +0100
11+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 16 Dec 2016 13:00:16 +0100
612

713
qgis (2.14.8) unstable; urgency=medium
814

0 commit comments

Comments
 (0)
Please sign in to comment.