Skip to content

Commit 912a7eb

Browse files
committedNov 25, 2016
Release of 2.14.9
1 parent 176987e commit 912a7eb

File tree

3 files changed

+294
-3
lines changed

3 files changed

+294
-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 "8")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "9")
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: 285 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,288 @@
1+
Matthias Kuhn <matthias@opengis.ch> 2016-10-17
2+
3+
Don't rely on RTTI to convert symbol layer to sip objects
4+
5+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-18
6+
7+
Add global scope in server
8+
9+
Merge: 520a137 4cc85fd
10+
mhugent <marco.hugentobler@sourcepole.ch> 2016-11-18
11+
12+
Merge pull request #3781 from mhugent/wms_project_variables
13+
14+
Set project expression variables in server
15+
16+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-18
17+
18+
Set scope directly to new context
19+
20+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-17
21+
22+
Set project expression variables in server
23+
24+
Juergen E. Fischer <jef@norbit.de> 2016-11-16
25+
26+
fix 27de86 indentation
27+
28+
Juergen E. Fischer <jef@norbit.de> 2016-11-16
29+
30+
oracle provider: fix retrieval of column comments for geometryless tables (fixes #15853)
31+
32+
(cherry picked from commit a62fdb085d741da898f2bbb048c33b58aee9d630)
33+
34+
Martin Dobias <wonder.sk@gmail.com> 2016-11-15
35+
36+
Fix compilation without QtWebKit
37+
38+
(cherry-picked from 04e02aff69)
39+
40+
Juergen E. Fischer <jef@norbit.de> 2016-11-11
41+
42+
fix builds on trusty and precise
43+
44+
Juergen E. Fischer <jef@norbit.de> 2016-11-01
45+
46+
fix typo
47+
48+
Merge: 526949b 78f0da2
49+
Alessandro Pasotti <elpaso@itopen.it> 2016-11-11
50+
51+
Merge pull request #3752 from elpaso/downloader_2_14_test_fix
52+
53+
Make file downloader test more stable
54+
55+
Alessandro Pasotti <apasotti@boundlessgeo.com> 2016-11-11
56+
57+
Make file downloader test more stable
58+
59+
Matthias Kuhn <matthias@opengis.ch> 2016-11-11
60+
61+
[spatialite] Don't skip default values
62+
63+
When inserting multiple features in a single prepared statement, the spatialite
64+
provider would skip any default for individual features, even though they have
65+
been specified in the field list, resulting in missing fields.
66+
67+
Merge: afb4739 a676bde
68+
Alessandro Pasotti <elpaso@itopen.it> 2016-11-10
69+
70+
Merge pull request #3744 from elpaso/downloader_2_14
71+
72+
[bugfix][backport] File downloader for identify dialog hyperlinks
73+
74+
Alessandro Pasotti <apasotti@boundlessgeo.com> 2016-11-09
75+
76+
[bugfix][backport] File downloader for identify dialog hyperlinks
77+
78+
fixes #14703
79+
80+
Include C++ and Python tests
81+
82+
( cherry-picked from commit bdc2e24 )
83+
84+
Try to convince Travis to behave like a normal mechanical being
85+
Travis won: ported all test cases to Python
86+
and disabled C++ companion test (still useful locally and
87+
for debugging)
88+
89+
For the curious: QTemporaryFile is not working as expected
90+
91+
( cherry-picked from 57aa7fd )
92+
93+
Hugo Mercier <hugo.mercier@oslandia.com> 2016-11-09
94+
95+
[virtual] Fix encoding issue
96+
97+
rldhont <rldhont@gmail.com> 2016-11-08
98+
99+
[BUGFIX][QGIS Server] Revert layer order in WMS GetContext request
100+
101+
Etienne Trimaille <gustrimaille@yahoo.fr> 2016-11-08
102+
103+
fixed wrong provider reference in union algorithm
104+
105+
rldhont <rldhont@gmail.com> 2016-11-07
106+
107+
[BUGFIX] QgsOgcUtils: fix typo contians -> contains
108+
109+
This has been fix in feature 'QgsOgcUtils: add conversion from QgsSQLStatement to OGC filters' 1da1c278e758e7c84376ce7548c38392aa62c66d
110+
111+
Merge: 5fed35a 6fd3f74
112+
Alessandro Pasotti <elpaso@itopen.it> 2016-11-05
113+
114+
Merge pull request #3724 from elpaso/auth_tests_2_14
115+
116+
[tests] Authmanager tests for username/pwd and PKI
117+
118+
Alessandro Pasotti <apasotti@boundlessgeo.com> 2016-11-05
119+
120+
[tests] Authmanager tests for username/pwd and PKI
121+
122+
Martin Dobias <wonder.sk@gmail.com> 2016-11-05
123+
124+
Add missing /Transfer/ annotations to geometry classes
125+
126+
(cherry picked from commit 91e2f009c9652aac2a54380083f2c1c591069471)
127+
128+
Martin Dobias <wonder.sk@gmail.com> 2016-11-05
129+
130+
Add missing /Factory/ annotations to geometry classes
131+
132+
(cherry picked from commit 93e559d399a57faf300d2ca6093c30220879f228)
133+
134+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-11-04
135+
136+
Fix empty legends in WMS GetPrint
137+
138+
rldhont <rldhont@gmail.com> 2016-11-03
139+
140+
[BUGFIX][QGIS Server] No flags in QgsFeatureRequest if expression needs geometry
141+
142+
rldhont <rldhont@gmail.com> 2016-11-02
143+
144+
[BUGFIX][QGIS Server] Apply filter element
145+
146+
Even Rouault <even.rouault@spatialys.com> 2016-11-02
147+
148+
test_provider_ogr_gpkg.py: Test disabling walForSqlite3 setting
149+
150+
Juergen E. Fischer <jef@norbit.de> 2016-11-01
151+
152+
fix typos
153+
154+
(cherry picked from commit 7a326b1b8d7026bc2782afc0fdc5abbaa1065370)
155+
156+
Even Rouault <even.rouault@spatialys.com> 2016-10-31
157+
158+
Fix test_provider_ogr_gpkg.py
159+
160+
Even Rouault <even.rouault@spatialys.com> 2016-10-31
161+
162+
[OGR provider] Make addAttributes() return the requested field type, precision and width so as to make QgsVectorLayerEditBuffer::commitChanges() API
163+
164+
Fixes #15614
165+
166+
Martin Dobias <wonder.sk@gmail.com> 2016-10-14
167+
168+
Fix layer tree expanded state when used expand/collapse all (fixes #15691)
169+
170+
(cherry picked from commit de85fdd6e8fa3d4f38196376aabccce317cbf341)
171+
172+
Martin Dobias <wonder.sk@gmail.com> 2016-10-07
173+
174+
Fix crash in node tool after deleting the whole geometry (fixes #15659)
175+
176+
Made sure that both closestVertex() and closestSegment() return negative
177+
distance on error (e.g. with null or emtpy geometry).
178+
179+
Also fixes snapping when dealing with layers with null/invalid geometries
180+
181+
(cherry picked from commit c093d5188fad685c4a596ff23c27aad7d151dac2)
182+
183+
Hugo Mercier <hugo.mercier@oslandia.com> 2016-10-28
184+
185+
Don't delete QgsAttributeDialog too early. Fixes #15737
186+
187+
(cherry picked from commit 9ecdf6101433)
188+
189+
Martin Dobias <wonder.sk@gmail.com> 2016-10-05
190+
191+
Fix crash when loading WCS layers (fixes #15595)
192+
193+
The problem is that some providers would still issue network
194+
requests in prepareJobs() - this should be ideally avoided,
195+
because it is run in main thread - all the work should be deferred
196+
to be done in worker thread.
197+
198+
(cherry picked from commit 08f4a0f40cce21d5730653a75bdd44f175f3b0b8)
199+
200+
Martin Dobias <wonder.sk@gmail.com> 2016-10-03
201+
202+
Fix WMS identify when using "Feature" format and the layer has named CRS
203+
204+
(cherry picked from commit 9ef91ea6294cdab762ffb2543d02473bcccbed80)
205+
206+
Nyall Dawson <nyall.dawson@gmail.com> 2016-10-28
207+
208+
Fix build
209+
210+
Martin Dobias <wonder.sk@gmail.com> 2016-10-03
211+
212+
Fix listing of WMTS layers in browser (fixes #15350)
213+
214+
(cherry picked from commit 29d2bef7954d4e2b2cf21611c1398d0a7666e4c6)
215+
216+
Nyall Dawson <nyall.dawson@gmail.com> 2016-10-28
217+
218+
Use QgsExpressionContextScope::addVariable instead of setVariable
219+
220+
...where appropriate (ie, read-only, non user set variables).
221+
It's much faster as it doesn't need to check whether the
222+
variable already exists.
223+
224+
Results in ~10% improvement in rendering speed. Refs #15752.
225+
226+
(cherry-picked from 85897885445c7383938ac89318d12a7d37024bb4)
227+
228+
Nyall Dawson <nyall.dawson@gmail.com> 2016-10-28
229+
230+
Optimise QgsAbstractGeometry
231+
232+
Make nCoordinates virtual, and provide shortcuts for some
233+
geometry types. The base method which calls coordinateSequence()
234+
is quite slow in certain circumstances.
235+
236+
Speeds up rendering point layers by ~25%, also likely to
237+
speed up lots of geometry heavy operations throughout QGIS
238+
239+
Refs #15752
240+
241+
(cherry-picked from 49432a84683e99bdc2592e7ae808e81fa3bc40cd)
242+
243+
Nyall Dawson <nyall.dawson@gmail.com> 2016-10-28
244+
245+
Speed up point layer rendering - don't calculate unused label obstacles
246+
247+
Cuts render time by ~60%. Fix #15752.
248+
249+
(cherry-picked from 5798a82c8011ea7f44a1ed1d55ef0719786e8056)
250+
251+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2016-10-27
252+
253+
Fix python bindings of QgsGeometryRubberBand
254+
255+
Merge: 36db42e 2a13dbf
256+
Alexander Bruy <alexander.bruy@gmail.com> 2016-10-26
257+
258+
Merge pull request #3674 from gacarrillor/patch-3
259+
260+
[processing] import vector in Eliminate to avoid error
261+
262+
Germán <geotux_tuxman@linuxmail.org> 2016-10-25
263+
264+
Import vector because it is used in line 95.
265+
266+
It seems that line 95 was added by a cherry pick commit.
267+
268+
rldhont <rldhont@gmail.com> 2016-10-25
269+
270+
[BUGFIX][QGIS Server] Do not cache invalid layer
271+
272+
After readLayerXml, the server stored layers in cache and in registry without verifying validity.
273+
274+
Juergen E. Fischer <jef@norbit.de> 2016-10-22
275+
276+
fix #15744 (followup dbf6169)
277+
278+
Matteo Ghetta <matteo.ghetta@gmail.com> 2016-10-10
279+
280+
Missing import fixed for R algorithm
281+
282+
Juergen E. Fischer <jef@norbit.de> 2016-10-21
283+
284+
Release of 2.14.8
285+
1286
rldhont <rldhont@gmail.com> 2016-10-21
2287

3288
[BUGFIX][QGIS-Server] Don't failed when transform boundingbox

‎debian/changelog

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

39
* Release of 2.14.8
410

5-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 21 Oct 2016 14:15:16 +0200
11+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 25 Nov 2016 14:11:24 +0100
612

713
qgis (2.14.7) unstable; urgency=medium
814

0 commit comments

Comments
 (0)
Please sign in to comment.