Skip to content

Commit 8e19f72

Browse files
committedAug 26, 2016
Release of 2.14.6
1 parent 6a309ed commit 8e19f72

File tree

3 files changed

+244
-3
lines changed

3 files changed

+244
-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 "5")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "6")
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: 235 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,238 @@
1+
rldhont <rldhont@gmail.com> 2016-08-25
2+
3+
fix typo 1369794 @alexbruy [processing] add missed error() method
4+
5+
Juergen E. Fischer <jef@norbit.de> 2016-08-23
6+
7+
fix switching of projects within unicode folders
8+
9+
(cherry picked from commit 3951f15b6481a85b551e2f33f26c2aeb6687a24a)
10+
11+
rldhont <rldhont@gmail.com> 2016-08-23
12+
13+
Fix indentation after cherry-picking
14+
15+
Alessandro Pasotti <apasottis@boundlessgeo.com> 2016-05-19
16+
17+
[server][bugfix] FILTER GetFeatureInfo working again
18+
19+
Fixes #8656
20+
21+
Stéphane Brunner <stephane.brunner@camptocamp.com> 2016-05-26
22+
23+
Add and fix WFS server MAXFEATURES test
24+
25+
It was not working when we do a POST with an XML
26+
27+
elpaso <elpaso@itopen.it> 2016-04-01
28+
29+
[SERVER] Fix encoding of query string for bindings
30+
31+
Fix an error when passing utf-8 chars in the query string
32+
from python bindings
33+
34+
Adds a test for GetLegendGraphics
35+
36+
Alexander Bruy <alexander.bruy@gmail.com> 2016-08-23
37+
38+
[processing] add missed error() method
39+
40+
Matthias Kuhn <matthias@opengis.ch> 2016-08-18
41+
42+
[travis] Allow failing mac osx builds
43+
44+
Seems to be a (temporary?) problem with sip in homebrew
45+
46+
Juergen E. Fischer <jef@norbit.de> 2016-08-18
47+
48+
dxf export: avoid symbology scale 0 (fixes #14138)
49+
50+
(cherry picked from commit 0a07fee15297e18a73b63f194f5aeecffd76800c)
51+
52+
Juergen E. Fischer <jef@norbit.de> 2016-08-18
53+
54+
debian packaging update
55+
56+
(cherry picked from commit 127fb683b226908c4f34a78a8fa1e43965a51dfa)
57+
58+
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-17
59+
60+
fix repeated labels on curved lines when label width > repeat distance
61+
62+
(cherry-picked from fb346ecf4fda53ccac7ef939bc6ec84a361a9d58)
63+
o
64+
65+
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-17
66+
67+
Make QgsVectorLayer uniqueValues/min/maxValue consider edits
68+
69+
Previously these methods would inconsistently handle the
70+
edit buffer, eg uniqueValues would consider changed attributes
71+
but not added features. Now uniqueValues, minimumValue and
72+
maximumValue all consider both added features and changed
73+
attribute values when performing their calculation.
74+
75+
The most noticable effect of this fix is that the unique
76+
values widget now correctly shows values for features which
77+
have been added but not yet committed to the provider.
78+
79+
(cherry-picked from 50c35929d86ab01b22c29cd129fd7019a1bf624a)
80+
81+
Merge: 47421b2 5480a80
82+
Larry Shaffer <dakcarto@users.noreply.github.com> 2016-08-12
83+
84+
Merge pull request #3378 from dakcarto/release-2_14-auth-reply-ows
85+
86+
[auth] Reinstate auth system reply expansions for OWS providers
87+
88+
Anita Graser <anitagraser@gmx.at> 2016-08-10
89+
90+
fixed failure to insert only one point
91+
92+
Previously, if pointsNumber was 1, it wouldn't insert a new point in the middle.
93+
(cherry picked from commit 754ccefabc5c5fb9ba4472b182f1f05cd2a0ebb2)
94+
95+
Alessandro Pasotti <apasotti@boundlessgeo.com> 2016-08-12
96+
97+
Stop the timer when the reply finish
98+
99+
This should fix a few reported and unreported issues
100+
with false positive timeout errors.
101+
102+
Fixes: #12243
103+
104+
(cherry-picked from ace9d2b0f661849106f0448189cb233710754f12)
105+
106+
Alexander Bruy <alexander.bruy@gmail.com> 2016-05-28
107+
108+
[pluginmanager] limit plugin icon maximum size to prevent breaking description page layout
109+
110+
(cherry picked from commit e60ed0511fcf52cc81821067f41e8023db0d1dfa)
111+
112+
Nyall Dawson <nyall.dawson@gmail.com> 2016-04-22
113+
114+
Remove cryptic assert (was failing regularly; fixes #15418)
115+
116+
(cherry picked from commit b1b439f5cc4f709db9839d0ab8209346defe4bb7)
117+
118+
Larry Shaffer <lshaffer@boundlessgeo.com> 2016-08-10
119+
120+
[auth] Reinstate auth system reply expansions for OWS providers
121+
122+
- Apparently this was lost during a git squash of commits for 2.12 PR
123+
124+
(Needs forward-ported to 2.16, master_2 and master)
125+
126+
Larry Shaffer <lshaffer@boundlessgeo.com> 2016-08-10
127+
128+
[auth] Add missing auth system ui headers for external C++ apps
129+
130+
(cherry-picked from f3e90f1d5a87b2a7c6c693aa8ba3eaad64161b1d)
131+
132+
Matthias Kuhn <matthias@opengis.ch> 2016-08-10
133+
134+
Fix crash when clicking in empty relation editor
135+
136+
Matthias Kuhn <matthias@opengis.ch> 2016-08-10
137+
138+
Fix translation
139+
140+
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-10
141+
142+
Reset layers for each pal placement test, avoids all tests failing
143+
because of one
144+
145+
(cherry-picked from 95ecdaf4383a0337710fd98fe34c93323be8e0ad)
146+
147+
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-10
148+
149+
Fix "label only inside polygon" mode when used with perimeter placement
150+
151+
The option was not working with perimeter placements as perimeter placements alter
152+
the label feature geometry to be a boundary linestring - hence no labels where
153+
ever inside this boundary.
154+
155+
Accordingly this refactors how the force label inside polygon option functions.
156+
Now QgsLabelFeatures can have a permissible zone geometry set, such that any
157+
label candidates outside of this permissible zone are discarded.
158+
159+
This approach is more flexible as it could also be used for more labeling options
160+
in future, eg discarding label candidates which are too far from a centroid or
161+
something.
162+
163+
Sponsored by Andreas Neumann
164+
165+
(cherry-picked from c234d80e1e6c07813140df416b26ad5665b9ab99)
166+
167+
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09
168+
169+
Make test layer comparison handle different order of features
170+
171+
(cherry-picked from f449bf236198ced18bbd7078144f12a9aab77cd0)
172+
173+
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09
174+
175+
[processing] Fix multipart to singlepart handling of null geometry
176+
177+
(cherry-picked from 0455b6600d2ab443ea8d691e3c007ee481a30910)
178+
179+
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09
180+
181+
Add processing test .aux.xml to .gitignore
182+
183+
(cherry-picked from 0939dbf9df5d0cb6867a4d0b3ea6a543eea77366)
184+
185+
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09
186+
187+
[processing] Use layer crs/fields instead of provider crs/fields
188+
189+
Since the layer has more complete knowledge of the crs (ie, when
190+
provider could not determine crs and user has selected it from
191+
the list), and also better knowledge of layer fields (virtual
192+
fields, joined fields) we should use these rather than the
193+
provider methods.
194+
195+
(cherry-picked from 06c4b07222f9410e1669387a6497897c61748a16)
196+
197+
Nyall Dawson <nyall.dawson@gmail.com> 2016-08-09
198+
199+
Implement provider side FilterFids iterators for OGR provider
200+
201+
Makes some operations with OGR sources magnitudes faster, ie
202+
zoom to 20 selected features in a 4 million point dataset:
203+
204+
before: 14 seconds of blocked gui
205+
after: instant
206+
207+
(cherry-picked from 1f02fd491d62b2a79ee1bd98000f48cb4db1b442)
208+
209+
Juergen E. Fischer <jef@norbit.de> 2016-08-04
210+
211+
debian packaging update
212+
213+
(cherry picked from commit aef87037254729583590102e86a59ea51262cf78)
214+
215+
Sandro Mani <manisandro@gmail.com> 2016-07-27
216+
217+
[Spatialite] Remove t_table_catalog WHERE clause when searcing for layer styles in db
218+
219+
This sanity check is unnecessary and breaks styling if the sqlite file is moved or renamed.
220+
The t_table_catalog column is kept for backwards compatibility.
221+
222+
Alexander Bruy <alexander.bruy@gmail.com> 2016-08-01
223+
224+
[processing] don't apply additional parameter if offset curve operation is used (fix #15342)
225+
226+
(cherry picked from commit 1d2b0b4ca7658ed57c4663d9f064ca4bbc55381e)
227+
228+
Alexander Bruy <alexander.bruy@gmail.com> 2016-08-01
229+
230+
[ftools] add support for int64 fields (fix #15367)
231+
232+
Juergen E. Fischer <jef@norbit.de> 2016-07-29
233+
234+
Release of 2.14.5
235+
1236
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-27
2237

3238
Fix indentation:

‎debian/changelog

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

39
* Release of 2.14.5
410

5-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 29 Jul 2016 14:03:54 +0200
11+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 26 Aug 2016 13:57:14 +0200
612

713
qgis (2.14.4) unstable; urgency=medium
814

0 commit comments

Comments
 (0)
Please sign in to comment.