Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
59 additions
and 3 deletions.
- +1 −1 CMakeLists.txt
- +50 −0 ChangeLog
- +8 −2 debian/changelog
@@ -1,3 +1,53 @@ | ||
Juergen E. Fischer <jef@norbit.de> 2017-05-18 | ||
|
||
indentation fix | ||
|
||
Juergen E. Fischer <jef@norbit.de> 2017-05-18 | ||
|
||
crssync: check result of CSVReadParseLine instead of feof | ||
|
||
(cherry picked from commit 27f4b0e1e008d3ed60ee0f7f178f93b22bacabe9) | ||
|
||
Merge: 6feed195ca b830eab6af | ||
rldhont <rldhont@gmail.com> 2017-05-16 | ||
|
||
Merge pull request #4545 from rldhont/release-2_14-processing-rscripts-outputs | ||
|
||
[BUGFIX][Processing] R scripts do not have enough outputs | ||
|
||
Alexander Bruy <alexander.bruy@gmail.com> 2017-05-13 | ||
|
||
[processing] stop algorithm execution if geometry/feature error occured | ||
(fix #11986) | ||
|
||
rldhont <rldhont@gmail.com> 2017-05-12 | ||
|
||
[BUGFIX][Processing] R scripts do not have enough outputs | ||
|
||
R scripts in processing only supports Vector, Raster and Table. | ||
This commit adds fix the file output and adds directory, number and string outputs. | ||
|
||
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2017-04-18 | ||
|
||
Fix layer drawing order in server to also work in complex projects and with custom drawing order | ||
|
||
rldhont <rldhont@gmail.com> 2017-04-27 | ||
|
||
[BUGFIX][Server] QgsOWSServer restorer modifying layers and not well restoring them | ||
|
||
The Subsetstring is updated through QgsVectorLayer::setSubsetString and restored by QgsVectorDataProvider::setSubsetString and it's not idempotent. | ||
The solution is to use QgsVectorLayer::setSubsetString in the 2 cases. | ||
|
||
Even Rouault <even.rouault@spatialys.com> 2016-10-06 | ||
|
||
Properly deal with empty cache/directory in server | ||
|
||
backport 41693604674384ddd2b3869378db9b9d645d61a4 | ||
|
||
Juergen E. Fischer <jef@norbit.de> 2017-04-21 | ||
|
||
Release of 2.14.14 | ||
|
||
rldhont <rldhont@gmail.com> 2017-04-20 | ||
|
||
[BUGFIX][Processing] Fix spatialite version comparison |