Skip to content

Commit cf2ebb8

Browse files
committedMay 20, 2016
Release of 2.14.3
1 parent fd3ed08 commit cf2ebb8

File tree

3 files changed

+188
-3
lines changed

3 files changed

+188
-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 "2")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "3")
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: 179 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,182 @@
1+
Nyall Dawson <nyall.dawson@gmail.com> 2016-05-20
2+
3+
Precise that scale function returns the denominator and not the scale itself
4+
5+
(cherry-picked from 69a8c381abeb810625bf972354e3492827b28915)
6+
7+
Nyall Dawson <nyall.dawson@gmail.com> 2016-05-20
8+
9+
Save annotations to project.qgs in creation order (fix #14812)
10+
11+
Save annotations to project file in the order they were loaded or
12+
created, so that annotations have the same display order each
13+
time the project is opened.
14+
15+
(cherry-picked from 82d465cd9434d4445fe4fa44af8a5fd085cbc566)
16+
17+
Nyall Dawson <nyall.dawson@gmail.com> 2016-05-20
18+
19+
Ensure that providers fetch geometry for a QgsFeatureRequest
20+
with an expression filter which requires geometry
21+
22+
(cherry-picked from 858914eef589b2426209d500c162c4773c41fbd5)
23+
24+
Nyall Dawson <nyall.dawson@gmail.com> 2016-05-20
25+
26+
Set expression context for geometry generator builder (fix #14833)
27+
28+
(cherry-picked from 7187148afb9d7c2d6670ef82b361f7d3b116fdc7)
29+
30+
Juergen E. Fischer <jef@norbit.de> 2016-05-17
31+
32+
osgeo4w: add qt plugin directories to browser with grass (followup b758a8c)
33+
34+
(cherry picked from commit 6663a4cc821a9cf3ddc7ced1e65ba42f8fa945da)
35+
36+
Matthias Kuhn <matthias@opengis.ch> 2016-05-16
37+
38+
Fix bug in edit virtual field
39+
40+
The index was transformed twice from field index to field origin index,
41+
resulting in a corrupted index (most often being 0 in the end).
42+
43+
Nyall Dawson <nyall.dawson@gmail.com> 2016-05-16
44+
45+
[expressions] Fix fetching joined column refs when expression is
46+
not prepared (fix #14746)
47+
48+
(cherry-picked from febe30d991111712f95a476e97862ca5a890b9aa)
49+
50+
Nyall Dawson <nyall.dawson@gmail.com> 2016-05-16
51+
52+
[cad] Fix invalid coordinates when x/y snapping is enabled and
53+
subsequent segments are parallel
54+
55+
(cherry-picked from 90d116c6f509098f001bf1b10e8a58d081e46a14)
56+
57+
Nyall Dawson <nyall.dawson@gmail.com> 2016-05-16
58+
59+
Ensure that @symbol_color is always correct for symbol layer types
60+
with subsymbols
61+
62+
(cherry-picked from cda387cb6f96e01d0c677c974f1a18e5d0bcbce9)
63+
64+
Nyall Dawson <nyall.dawson@gmail.com> 2016-05-16
65+
66+
Fix memory leak in OGR provider when feature has no geometry
67+
and FilterRect is used
68+
69+
(cherry-picked from 6b80518a5b55ab30fb19493266d5626d0f89d26b)
70+
71+
Nyall Dawson <nyall.dawson@gmail.com> 2016-05-16
72+
73+
Fix major(?) memory leak with python code execution
74+
75+
(cherry-picked from 73733a65edd2bbc8156bf36484995457c35f6b68)
76+
77+
Nyall Dawson <nyall.dawson@gmail.com> 2016-05-16
78+
79+
Avoid refreshing canvas for every joined feature
80+
81+
Instead of setting the provider's subsetString to fetch joined
82+
features, use a feature request with FilterExpression instead.
83+
(Setting the subsetString results in a canvas refresh.)
84+
85+
Performance should be similar (if expression compilation is
86+
enabled) and this also has the advantage of avoiding provider-
87+
specific behaviour (eg case insensitive matching).
88+
89+
(fix #14800)
90+
91+
(cherry-picked from 22acf3b1a3e7a6afe094ec6dec83776256d2655a)
92+
93+
Nyall Dawson <nyall.dawson@gmail.com> 2016-05-16
94+
95+
Fix QgsFieldComboWidget not updating fields when calling setFilter()
96+
97+
(cherry-picked from a389d237fcff1f61941cdba5237079e80abe6717)
98+
99+
Nyall Dawson <nyall.dawson@gmail.com> 2016-05-16
100+
101+
Fix datetime fields not shown in QgsFieldComboWidget when set to date filter
102+
103+
(cherry-picked from b4029dc7f0169b60117c4ece7c15a31a8766cb4f)
104+
105+
Alexander Bruy <alexander.bruy@gmail.com> 2016-05-09
106+
107+
[processing] don't crash if user canceled script loading
108+
109+
(cherry picked from commit 583eaeff7f1994290b1a9428d8b1a7c42848a5c9)
110+
111+
Alexander Bruy <alexander.bruy@gmail.com> 2016-05-09
112+
113+
[processing] add support for int64 fields (fix #14777)
114+
115+
(cherry picked from commit f1e6d8731b67b47ce44dc03c5e4d9b7dfe676a0f)
116+
117+
Nyall Dawson <nyall.dawson@gmail.com> 2016-05-10
118+
119+
Fix feature fields does not include virtual or joined fields when
120+
feature is requested using a QgsFeatureRequest with FilterFid
121+
122+
Alessandro Pasotti <apasotti@boundlessgeo.com> 2016-05-05
123+
124+
[server] Fixes segfault on wrong TypeName
125+
126+
Unreported - WFS-T
127+
128+
(cherry-picked from 8e781b4ec01b276e0c2be76db5742cf5227d6bd7)
129+
130+
Funded by Boundless
131+
132+
Sandro Mani <manisandro@gmail.com> 2016-05-04
133+
134+
Also use datasource instead of filepath when ref/unref-ing and invalidating.
135+
136+
Juergen E. Fischer <jef@norbit.de> 2016-05-04
137+
138+
release.pl: don't created branches from tag names
139+
140+
(cherry picked from commit 919c54ef5fabe7b7c2eef9c91094642c47b2eb7c)
141+
142+
Matthias Kuhn <matthias@opengis.ch> 2016-05-02
143+
144+
Fixup for AppStartup test which requires SIP API V1
145+
146+
Matthias Kuhn <matthias@opengis.ch> 2016-05-02
147+
148+
Early import qgis in tests to set SIP API
149+
150+
Matthias Kuhn <matthias@opengis.ch> 2016-05-02
151+
152+
Improve qgis.PyQt compatibility layer
153+
154+
Sandro Mani <manisandro@gmail.com> 2016-04-20
155+
156+
Add connection pool test
157+
158+
Sandro Mani <manisandro@gmail.com> 2016-04-11
159+
160+
Move QgsProviderRegistry::instance delete call after deferred delete call
161+
162+
Sandro Mani <manisandro@gmail.com> 2016-04-10
163+
164+
Pass the full ogr data source URI as connInfo in qgsConnectionPool_ConnectionCreate.
165+
166+
This fixes corrupt rendering when loading the same dataset twice with different options (i.e. layers), see issue #14560.
167+
168+
rldhont <rldhont@gmail.com> 2016-04-29
169+
170+
[BUGFIX][QGIS Server] WFS GetFeature with propertyname retrieves requested fields
171+
172+
rldhont <rldhont@gmail.com> 2016-04-29
173+
174+
[BUGFIX] QgsGeometry exportToGeoJSON return 'null' for null Geometry
175+
176+
Juergen E. Fischer <jef@norbit.de> 2016-04-29
177+
178+
Release of 2.14.2
179+
1180
Nyall Dawson <nyall.dawson@gmail.com> 2016-04-29
2181

3182
Fix calculation of point symbol bounds using data defined rotation or offset

‎debian/changelog

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

39
* Release of 2.14.2
410

5-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 29 Apr 2016 14:00:28 +0200
11+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 20 May 2016 14:05:09 +0200
612

713
qgis (2.14.1) unstable; urgency=medium
814

0 commit comments

Comments
 (0)
Please sign in to comment.