Skip to content

Commit 1b929ef

Browse files
committedMay 9, 2015
Release of 2.8.2
1 parent c447e67 commit 1b929ef

File tree

3 files changed

+671
-3
lines changed

3 files changed

+671
-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 "8")
3-
SET(CPACK_PACKAGE_VERSION_PATCH "1")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "2")
44
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
55
SET(RELEASE_NAME "Wien")
66
IF (POLICY CMP0048) # in CMake 3.0.0+

‎ChangeLog

Lines changed: 662 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,665 @@
1+
Juergen E. Fischer <jef@norbit.de> 2015-05-06
2+
3+
postgres provider: ignore system columns
4+
5+
(cherry picked from commit aa377a088a473c4490f25b846990de40756ad9c1)
6+
7+
Juergen E. Fischer <jef@norbit.de> 2015-05-09
8+
9+
db manager: fix BaseError handing (fixes #12645; backport 102f6d3)
10+
11+
Juergen E. Fischer <jef@norbit.de> 2015-05-06
12+
13+
handle projects path with apostrophe (fixes #12691)
14+
15+
(cherry picked from commit b49b49232a598ac22b60be398e5d8e125b53a3d6)
16+
17+
Juergen E. Fischer <jef@norbit.de> 2015-05-08
18+
19+
oracle provider: fix srid detection (fixes #12674)
20+
21+
(cherry picked from commit 656af530c3fa9353e35a812f880350e01f37ebc0)
22+
23+
Juergen E. Fischer <jef@norbit.de> 2015-04-26
24+
25+
osgeo4w: reflect packagename and version in nightly build
26+
27+
(cherry-picked from 9c5cbd4, dec0ca5 and 51a7317)
28+
29+
Juergen E. Fischer <jef@norbit.de> 2015-04-21
30+
31+
fix where clause when multiple features are filtered by ids (fixes #12616, followup d1e23a6)
32+
33+
(cherry picked from commit 02f5c73ae2067c3a92a2254761a8e2db0a565eae)
34+
35+
Juergen E. Fischer <jef@norbit.de> 2015-04-26
36+
37+
german translation update
38+
39+
Juergen E. Fischer <jef@norbit.de> 2015-04-22
40+
41+
Properly handle non matching number of WMS styles and layers in WMS provider (inspired by PR #2001)
42+
43+
(cherry picked from commit bcb95137f07134c62094fdc68cb998d9a56409ab)
44+
45+
Sandro Santilli <strk@keybit.net> 2015-04-22
46+
47+
Fix quoting of xfb-run invocation
48+
49+
Works For Me (Ubuntu 14.04.2)
50+
51+
Juergen E. Fischer <jef@norbit.de> 2015-04-20
52+
53+
processing: fix interpretation of oracle layers (fixes #12590)
54+
55+
Funded by norbit.de
56+
57+
(cherry picked from commit f0daab9c7c188bd0361d7d11652830558231e1b6)
58+
59+
Juergen E. Fischer <jef@norbit.de> 2015-04-17
60+
61+
remove unused button in categorized renderer ui
62+
63+
(cherry picked from commit 812d5b11832c31a875048ceda6609814b194a5ee)
64+
65+
Sandro Mani <manisandro@gmail.com> 2015-04-14
66+
67+
Fix primary key search
68+
69+
(cherry picked from commit 265c253995ae755194df514a07ecaad35fd3ec57)
70+
71+
Denis Rouzaud <denis.rouzaud@gmail.com> 2015-04-13
72+
73+
doxygen: add effects directory
74+
(cherry picked from commit d660acbfa365ac52164916b798c8c0167a1f655d)
75+
76+
Juergen E. Fischer <jef@norbit.de> 2015-04-09
77+
78+
server: fix 'LayerDrawingOrder' (fixes #12484)
79+
80+
cherry picked from de5a3f5 + 04324fd
81+
82+
Juergen E. Fischer <jef@norbit.de> 2015-04-10
83+
84+
oracle spatial: use sdo_relate for exact intersect feature requests where oracle spatial is available
85+
86+
(cherry picked from commit fa99a960844e8bc6c909c58961bf9a0df070d877)
87+
88+
Juergen E. Fischer <jef@norbit.de> 2015-04-09
89+
90+
include pointer to message in connection error message (fixes #12526)
91+
92+
(cherry picked from commit 10a51f672fa6b98174e9b94dd932dc08e5d77e71)
93+
94+
Sandro Santilli <strk@keybit.net> 2015-04-24
95+
96+
Make QgsPointLocator discard geometries that cannot be projected
97+
98+
Fix #12634 (crash snapping in measure tool)
99+
100+
(cherry picked from commit 0480cabfc91353156c58285b5748ef1c83bbe5d7)
101+
102+
Radim Blazek <radim.blazek@gmail.com> 2015-04-23
103+
104+
QgsMimeDataUtils::encode fix (escape also backslash)
105+
106+
Juergen E. Fischer <jef@norbit.de> 2015-04-19
107+
108+
german translation update
109+
110+
Paolo Cavallini <cavallini@faunalia.it> 2015-04-17
111+
112+
Update ShapestoGrid.txt
113+
114+
Better default for saga rasterization
115+
116+
pcav <cavallini@faunalia.it> 2015-04-16
117+
118+
Better default for COMPRESSTYPE in GDAL
119+
120+
Paolo Cavallini <cavallini@faunalia.it> 2015-04-16
121+
122+
Update Slope,Aspect,Curvature.txt
123+
124+
Better defaults for slope and aspect in saga:processing
125+
126+
Giovanni Manghi <giovanni.manghi@faunalia.pt> 2015-04-14
127+
128+
fix GRASS7 v.generalize
129+
130+
Giovanni Manghi <giovanni.manghi@faunalia.pt> 2015-04-10
131+
132+
fix gdal_rasterize: remove duplicate options
133+
134+
Alexander Bruy <alexander.bruy@gmail.com> 2015-04-10
135+
136+
[processing] set CRS for output grid (fix #12518)
137+
138+
Alexander Bruy <alexander.bruy@gmail.com> 2015-04-10
139+
140+
[processing] display X and Y labels on the scatterplot (fix #12095)
141+
142+
Alexander Bruy <alexander.bruy@gmail.com> 2015-04-10
143+
144+
[processing] save last used models/scripts directory (fix #12536)
145+
146+
Alexander Bruy <alexander.bruy@gmail.com> 2015-04-10
147+
148+
[processing] fix typo in the algorithm name (fix #12227)
149+
150+
pcav <cavallini@faunalia.it> 2015-04-10
151+
152+
Better output names for SAGA models
153+
154+
pcav <cavallini@faunalia.it> 2015-04-10
155+
156+
Better naming for GDAL outputs (partial fix for http://hub.qgis.org/issues/12542)
157+
158+
Conflicts:
159+
python/plugins/processing/algs/gdal/gdalcalc.py
160+
python/plugins/processing/algs/gdal/gdaltindex.py
161+
162+
pcav <cavallini@faunalia.it> 2015-04-10
163+
164+
Various fixes to Processing algs; fix for http://hub.qgis.org/issues/12537
165+
166+
Conflicts:
167+
python/plugins/processing/algs/gdal/ogr2ogrbuffer.py
168+
python/plugins/processing/algs/gdal/ogr2ogrdissolve.py
169+
170+
pcav <cavallini@faunalia.it> 2015-04-10
171+
172+
Better default for a Processing:SAGA module
173+
174+
Paolo Cavallini <cavallini@faunalia.it> 2015-04-09
175+
176+
Update ShapestoGrid.txt
177+
178+
Better defaults for Shapes to grid
179+
180+
Alexander Bruy <alexander.bruy@gmail.com> 2015-04-09
181+
182+
remove duplicate condition
183+
184+
Giovanni Manghi <giovanni.manghi@faunalia.pt> 2015-04-09
185+
186+
better option text
187+
188+
Giovanni Manghi <giovanni.manghi@faunalia.pt> 2015-04-09
189+
190+
fix gdal rasterize when using an existing raster layer
191+
192+
radosuav <rmgu@dhi-gras.com> 2015-04-07
193+
194+
[Processing] Avoid consecutive quotes when calling OTB algorithms.
195+
196+
Giovanni Manghi <giovanni.manghi@faunalia.pt> 2015-04-09
197+
198+
fix typo
199+
200+
Giovanni Manghi <giovanni.manghi@faunalia.pt> 2015-04-09
201+
202+
fix saga interpolations modules
203+
204+
Giovanni Manghi <giovanni.manghi@faunalia.pt> 2015-04-09
205+
206+
fix saga catchment area modules
207+
208+
Giovanni Manghi <giovanni.manghi@faunalia.pt> 2015-04-09
209+
210+
fix saga shapes to grid
211+
212+
Giovanni Manghi <giovanni.manghi@faunalia.pt> 2015-04-09
213+
214+
fix SAGA contour lines from grid
215+
216+
Paolo Cavallini <cavallini@faunalia.it> 2015-04-08
217+
218+
Update MultilevelB-SplineInterpolation(fromGrid).txt
219+
220+
Partial fix for https://hub.qgis.org/issues/12519
221+
222+
Paolo Cavallini <cavallini@faunalia.it> 2015-04-08
223+
224+
Update MultilevelB-SplineInterpolation.txt
225+
226+
Partial fix for https://hub.qgis.org/issues/12519
227+
228+
Paolo Cavallini <cavallini@faunalia.it> 2015-04-08
229+
230+
Update CatchmentArea(Parallel).txt
231+
232+
Partial fix for https://hub.qgis.org/issues/12483
233+
234+
Paolo Cavallini <cavallini@faunalia.it> 2015-04-08
235+
236+
Update CatchmentArea(FlowTracing).txt
237+
238+
Paolo Cavallini <cavallini@faunalia.it> 2015-04-08
239+
240+
Update CatchmentArea(Recursive).txt
241+
242+
Nyall Dawson <nyall.dawson@gmail.com> 2015-04-13
243+
244+
Fix incorrect calculation of priority for diagrams (fix #4692)
245+
246+
Nyall Dawson <nyall.dawson@gmail.com> 2015-04-13
247+
248+
Fix scale dependant rendering of diagrams (fix #10700)
249+
250+
Nyall Dawson <nyall.dawson@gmail.com> 2015-04-11
251+
252+
Fix setting min in raster histogram using mouse also zooms chart
253+
254+
Nyall Dawson <nyall.dawson@gmail.com> 2015-03-18
255+
256+
Avoid creating 3 identical label candidates in offset point mode
257+
258+
...should speed up label position calculation
259+
260+
Anatoliy Golubev <darth.naihil@gmail.com> 2015-04-10
261+
262+
Fix QgsWmsDpiMode enum declaration
263+
264+
(cherry picked from commit 1f58f3371f58e0d54fdcf8d1536d7dc741c984ff)
265+
266+
Radim Blazek <radim.blazek@gmail.com> 2015-04-08
267+
268+
Partially reverted 5e1b5a43 because it breaks GRASS create new mapset
269+
270+
Juergen E. Fischer <jef@norbit.de> 2015-04-07
271+
272+
postgres data items: don't set srid for geometryless layers
273+
274+
(cherry picked from commit d6e22af94965a6601d93374e892edb2a9a5ebd6c)
275+
276+
Anatoliy Golubev <darth.naihil@gmail.com> 2015-04-02
277+
278+
Fix QgsRubberBand visibility behavior (followup 37171dc0)
279+
280+
Visibility behavior stays the same as in QGIS 2.6
281+
Test included.
282+
283+
Fix #12486
284+
Contributed via https://github.com/qgis/QGIS/pull/1972
285+
286+
Juergen E. Fischer <jef@norbit.de> 2015-04-04
287+
288+
map canvas: update sip bindings (followup bef4059f)
289+
290+
Juergen E. Fischer <jef@norbit.de> 2015-03-27
291+
292+
dxf export:
293+
* reinstate palette colors, but exclude black/white
294+
* fix hatch transparency
295+
* fix active (initial) v(iew)port
296+
297+
(cherry-picked b6a4194 and 9961095)
298+
299+
Juergen E. Fischer <jef@norbit.de> 2015-04-02
300+
301+
postgres provider: also apply filterWhereClause to feature iterators (fixes #12499 & #12500)
302+
303+
(cherry picked from commit 97572244dc699c6d5480f736e38d9246496cef20)
304+
305+
Juergen E. Fischer <jef@norbit.de> 2015-04-04
306+
307+
db manager: fix setting of contrast enhancement for spatialite rasters (fixes #12497)
308+
309+
rldhont <rldhont@gmail.com> 2015-03-31
310+
311+
[BUGFIX] Update DatumTransformInfo on layerCrsChanged
312+
313+
The QgsMapCanvas datumTransformInfo is not updated after a layerCrsChanged.
314+
This causes a bug in QGIS-Server which does not use the right srcAuthId.
315+
316+
To update QgsMapCanvas datumTransformInfo, the user had to change the map
317+
canvas CRS or to disable/enable transform.
318+
319+
This patch add a SLOT to the QgsMapLayer layerCrs Changed SIGNAL to update
320+
QgsMapCanvas datumTransformInfo.
321+
322+
Sandro Santilli <strk@keybit.net> 2015-04-01
323+
324+
Fix QgsRubberBand refresh
325+
326+
- Fixes invalid calculation of rubberband boundingRect
327+
- Scales icon and pen width with rubberband when computing rect
328+
- Recompute rubberband extent on zoom/pan
329+
330+
Fix #12392
331+
Includes testcase
332+
333+
(backport of master commits d43d8bf 84d47c9 a844bfa)
334+
335+
Radim Blazek <radim.blazek@gmail.com> 2015-04-01
336+
337+
[GRASS] mutex function called by browser item (fixes crash in simultaneous loading, e.g. state restore)
338+
339+
Radim Blazek <radim.blazek@gmail.com> 2015-03-31
340+
341+
[GRASS] fix crash in browser when opening GRASS 6 mapset with GRASS 7
342+
343+
Radim Blazek <radim.blazek@gmail.com> 2015-03-12
344+
345+
GRASS 7.0.0 API change
346+
347+
rldhont <rldhont@gmail.com> 2015-03-30
348+
349+
[BUGFIX] In WFS GetFeature joined fields not are not returned
350+
351+
In the WFS GetFeature Request, the joined fields are not returned. It's due to
352+
the use of provider instead of layer to retrieve all fields.
353+
354+
The correction is to use layer->pendingFields() and layer->pendingAllAttributesList()
355+
356+
Chris Crook <ccrook@linz.govt.nz> 2015-03-30
357+
358+
Backport of pull request #1932
359+
360+
Nyall Dawson <nyall.dawson@gmail.com> 2015-03-28
361+
362+
Fix buffer size was incorrectly stored in x position data defined
363+
field for label properties dialog
364+
365+
Sandro Mani <manisandro@gmail.com> 2015-03-03
366+
367+
Don't keep dangling pointers in QgisApp::mPrintComposers
368+
369+
Nyall Dawson <nyall.dawson@gmail.com> 2015-03-23
370+
371+
Standardise use of red minus icon (fix #12425)
372+
373+
Juergen E. Fischer <jef@norbit.de> 2015-03-20
374+
375+
server: deduce service wms from request if not explictly given (SERVICE not mandatory for WMS GetMap / GetFeatureInfo)
376+
377+
(cherry picked from commit 3552b83474682f3c2fc1515d4225b906a0cab74c)
378+
379+
Juergen E. Fischer <jef@norbit.de> 2015-03-20
380+
381+
server: fix parsing of bbox numbers in scientific notation containing +
382+
(reverts 905561f, cherry picked and merged 6309dbd, 57046c5, 8c8a9e0)
383+
384+
Juergen E. Fischer <jef@norbit.de> 2015-03-23
385+
386+
expressions: fix modulo 0 crashes (fixes #12431)
387+
388+
(cherry picked from commit 9596f97db605421eabe6643a10f25db8a7747df9)
389+
390+
Juergen E. Fischer <jef@norbit.de> 2015-03-23
391+
392+
update_ts.sh: include locations
393+
394+
(cherry picked from commit 45fbb3f5a954d52779ba742087811ff4d9a91582)
395+
396+
Juergen E. Fischer <jef@norbit.de> 2015-03-24
397+
398+
include qgslayerdefinition.sip in bindings
399+
400+
(cherry picked from commit 80bbed1595d352c22a79cff5c87d62e740826b25)
401+
402+
Juergen E. Fischer <jef@norbit.de> 2015-03-19
403+
404+
vector layer: connect missing edit buffer signals
405+
406+
(cherry picked from commit 65378e6a108656fb33e919de59feabb10b8b6e19)
407+
408+
Juergen E. Fischer <jef@norbit.de> 2015-03-24
409+
410+
dxf export: fix data defined outline color of simple markers
411+
412+
(cherry picked from commit 7469d2bbf038d17a5801b42dcb6e388ca093fe17)
413+
414+
Juergen E. Fischer <jef@norbit.de> 2015-03-20
415+
416+
dxf export:
417+
* switch to rgb colors only (fixes black/white issues)
418+
* fix drawing of polygon outlines
419+
* distiguish polygon outlines from filled polygons in paint engine
420+
(fixes #12368)
421+
422+
(cherry picked from commit 25e4e4d3d687d5f32fc6ffe3fb4263448ea1d079)
423+
424+
Chris Crook <ccrook@linz.govt.nz> 2015-03-22
425+
426+
Backport of missing type definitions in delimited text provider
427+
428+
Chris Crook <ccrook@linz.govt.nz> 2015-03-22
429+
430+
Backport of dangling pointer bug
431+
432+
Larry Shaffer <larrys@dakotacarto.com> 2015-03-19
433+
434+
Redo "server: stop processing after 'no REQUEST' exception (fixes #11543)" from 1d3f8a7
435+
436+
- Accidentally removed during merge conflict in 670719c?
437+
438+
Larry Shaffer <larrys@dakotacarto.com> 2015-03-20
439+
440+
Set GDAL env vars for when gdal lib is bundled in app on Mac
441+
442+
Larry Shaffer <larrys@dakotacarto.com> 2015-02-20
443+
444+
Update Mac bundling for qgis_server lib
445+
446+
Nyall Dawson <nyall.dawson@gmail.com> 2015-03-19
447+
448+
Fix shortcut keys in attribute table dialog (fix #12272)
449+
450+
Juergen E. Fischer <jef@norbit.de> 2015-03-18
451+
452+
debian packaging: create LICENSE link (fixes #12400)
453+
454+
(cherry picked from commit b8dc08f8ef4630880e2696e9948e308620bbe287)
455+
456+
Matthias Kuhn <matthias.kuhn@gmx.ch> 2015-03-18
457+
458+
Close attribute dialog when layer is removed
459+
460+
Fix #12336
461+
462+
Matthias Kuhn <matthias.kuhn@gmx.ch> 2015-03-18
463+
464+
Custom widgets: make sure config can loaded from the project
465+
466+
Apparently sip cannot handle private virtual methods
467+
468+
Juergen E. Fischer <jef@norbit.de> 2015-03-17
469+
470+
qoci spatial driver: cleanup session & connection when login failed
471+
472+
Nyall Dawson <nyall.dawson@gmail.com> 2015-03-18
473+
474+
Fix grid annotation distance not restored in dialog (fix #11991)
475+
476+
Nyall Dawson <nyall.dawson@gmail.com> 2015-03-17
477+
478+
Fix heatmap renderer not working for reprojected layers (fix #12362)
479+
480+
Nyall Dawson <nyall.dawson@gmail.com> 2015-03-16
481+
482+
Fix power validity test in raster calculator (fix #11278)
483+
484+
Nyall Dawson <nyall.dawson@gmail.com> 2015-03-16
485+
486+
Remember last used directory for raster save as dialog (fix #6950)
487+
488+
Werner Macho <werner.macho@gmail.com> 2015-03-16
489+
490+
adding french translators
491+
492+
Nyall Dawson <nyall.dawson@gmail.com> 2015-03-10
493+
494+
Add some GDAL provider unit tests...
495+
496+
(...doing penance for my 2.8 sins)
497+
498+
Nyall Dawson <nyall.dawson@gmail.com> 2015-03-10
499+
500+
Followup 914ecc, also fix calculation of srcDataType
501+
502+
Nyall Dawson <nyall.dawson@gmail.com> 2015-03-06
503+
504+
Fix incorrect data type for GDAL layers with gain/offset (fix #11573)
505+
506+
Test was incorrectly checking for both offset and gain, when it
507+
should have been testing for either.
508+
509+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2015-03-05
510+
511+
Server: fix bug with multiple joins
512+
513+
Juergen E. Fischer <jef@norbit.de> 2015-03-10
514+
515+
german translation update
516+
517+
Juergen E. Fischer <jef@norbit.de> 2015-03-10
518+
519+
attribute table: ShowVisible behaviour mode
520+
* change 'show all' action text
521+
* add note to the window title
522+
* also ignore mode for geometryless tables
523+
524+
(fixes #12318)
525+
526+
(cherry picked from commit 2a5d59e872f91de16eed73aab218aed46a71ec58)
527+
528+
Juergen E. Fischer <jef@norbit.de> 2015-03-10
529+
530+
postgres provider: also cast field expressions to text (fixes #12346)
531+
532+
(cherry picked from commit 1acad42f48dcf7ce31512356c8dd609292f22899)
533+
534+
Alexander Bruy <alexander.bruy@gmail.com> 2015-03-04
535+
536+
[processing] fix handling of "Check for edge contamination" option in
537+
TauDEM algorithms
538+
539+
(cherry-picked from fe24c8295606a1ddbc4e3d4bd1b80188584d0635)
540+
541+
Alexander Bruy <alexander.bruy@gmail.com> 2015-03-02
542+
543+
[processing] TauDEM provider overhaul
544+
545+
- add new TauDEM 5.1.2/5.2 tools: Gage watershed, TWI and Select GT
546+
Threshold
547+
- implement support for multifile TauDEM version
548+
- allow to use single- and multifile versions simultaneously
549+
550+
Work done for Faunalia (http://faunalia.eu)
551+
552+
(cherry-picked from 427adf79bb975fd436e69d2120d1261081eb4687)
553+
554+
Nyall Dawson <nyall.dawson@gmail.com> 2015-03-10
555+
556+
Followup 5d15a07, also fix edit role
557+
558+
Denis Rouzaud <denis.rouzaud@gmail.com> 2015-03-05
559+
560+
fix inline editing of scales in rule based renderer
561+
562+
Werner Macho <werner.macho@gmail.com> 2015-03-09
563+
564+
updated names of swedish translators as requested by language coordinator
565+
566+
Signed-off-by: Werner Macho <werner.macho@gmail.com>
567+
568+
Juergen E. Fischer <jef@norbit.de> 2015-03-06
569+
570+
expression builder widget: save scripts in the same mode they are loaded
571+
(avoids adding empty lines on every save on windows)
572+
573+
(cherry picked from commit 37a7831d2a1571616f10d20a476b71f1d539cc5d)
574+
575+
Juergen E. Fischer <jef@norbit.de> 2015-03-05
576+
577+
german translation fix (fixes #12231)
578+
579+
Juergen E. Fischer <jef@norbit.de> 2015-03-01
580+
581+
translation string fix
582+
583+
Juergen E. Fischer <jef@norbit.de> 2015-03-05
584+
585+
osgeo4w: also remove nightly shortcuts
586+
587+
(cherry picked from commit f40d547aecad8f71eb5ac7fdbf21a784926ab28c)
588+
589+
Juergen E. Fischer <jef@norbit.de> 2015-03-05
590+
591+
osgeo4w: add '(Nightly)' to the nightly build shortcuts
592+
593+
(cherry picked from commit c7f7f6f4847ebe96bb5d9728d12a95873f07a908)
594+
595+
Alexander Bruy <alexander.bruy@gmail.com> 2015-03-04
596+
597+
[processing] fix error in MultipleFileInput selector when user press
598+
Cancel button
599+
600+
Juergen E. Fischer <jef@norbit.de> 2015-03-03
601+
602+
postgres provider: restore behaviour to keep 3d wkb (refs #9651,
603+
followup bd311c8)
604+
605+
Sandro Santilli <strk@keybit.net> 2015-03-03
606+
607+
Only scan for dimension if it is not already known as needing force2d
608+
609+
Also force 2d on 3d input
610+
611+
Sandro Santilli <strk@keybit.net> 2015-03-03
612+
613+
Use ST_Force2D from PostGIS-2.1.0 up
614+
615+
Sandro Santilli <strk@keybit.net> 2015-03-03
616+
617+
Add comment about possible pending bug in force2d need detection
618+
619+
Giovanni Manghi <giovanni.manghi@faunalia.pt> 2015-03-03
620+
621+
fix SAGA 2.1.3 Kernel Density Estimation
622+
623+
Juergen E. Fischer <jef@norbit.de> 2015-03-04
624+
625+
postgres provider: use min()/max() before casting (followup bf56457; fixes #12306)
626+
627+
(cherry picked from commit 7ce195ebec7330f101bb6922055a079958bfd58a)
628+
629+
Sandro Santilli <strk@keybit.net> 2015-03-03
630+
631+
Detect number of dimensions for tables with unconstrained type
632+
633+
Fixes #9748
634+
635+
(cherry picked from commit f512e87ffd0ed7297520bf63830c1fc5c37d7ee9)
636+
637+
Nyall Dawson <nyall.dawson@gmail.com> 2015-02-27
638+
639+
Fix handling of warped VRT (refs #12264)
640+
641+
Loading of rasters requiring warped VRTs was broken, but the heatmap
642+
plugin is still creating incorrect outputs which needs to be fixed.
643+
644+
Juergen E. Fischer <jef@norbit.de> 2015-02-27
645+
646+
composer attribute table: fix changing header font (fixes #12233)
647+
648+
(cherry picked from commit ec0ab3f7ce4c7b009cff9abaf9d9277cb62437de)
649+
650+
Tom Kralidis <tomkralidis@gmail.com> 2015-02-26
651+
652+
backport ada01603cb7b10786436aa0ed2361743b52ce48f
653+
654+
Alexander Bruy <alexander.bruy@gmail.com> 2015-02-26
655+
656+
[processing] correctly handle tiny polygons smaller than raster cell
657+
size in Hypsometric curves algorithm (fix #12278)
658+
659+
Juergen E. Fischer <jef@norbit.de> 2015-02-26
660+
661+
Release of 2.8.1
662+
1663
Juergen E. Fischer <jef@norbit.de> 2015-02-26
2664

3665
fix measurement dialog translation (fixes #12262)

‎debian/changelog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
qgis (2.8.1) UNRELEASED; urgency=medium
1+
qgis (2.8.2) UNRELEASED; urgency=medium
2+
3+
* Release of 2.8.2
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Sat, 09 May 2015 22:02:02 +0200
6+
7+
qgis (2.8.1) unstable; urgency=medium
28

39
* Release of 2.8.1
410

5-
-- Jürgen E. Fischer <jef@norbit.de> Thu, 26 Feb 2015 10:12:00 +0100
11+
-- Jürgen E. Fischer <jef@norbit.de> Sat, 09 May 2015 22:02:02 +0200
612

713
qgis (2.8.0) unstable; urgency=medium
814

0 commit comments

Comments
 (0)
Please sign in to comment.