Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release of 2.18.25
  • Loading branch information
jef-n committed Oct 26, 2018
1 parent daa650e commit cbd7ade
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
SET(CPACK_PACKAGE_VERSION_MINOR "18")
SET(CPACK_PACKAGE_VERSION_PATCH "24")
SET(CPACK_PACKAGE_VERSION_PATCH "25")
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
SET(RELEASE_NAME "Las Palmas")
IF (POLICY CMP0048) # in CMake 3.0.0+
Expand Down
218 changes: 218 additions & 0 deletions ChangeLog
@@ -1,3 +1,221 @@
Merge: 75a170dfb0 81f4bdbe88
rldhont <rldhont@gmail.com> 2018-10-26

Merge pull request #8331 from rldhont/fix-server-wfs-force-multi-geom-gml-218

[Bugfix][Server][WFS] Segfault when converting geom to multi

rldhont <rldhont@gmail.com> 2018-10-25

[Bugfix][Server][WFS] Segfault when converting geom to multi

Following 55928c0, [Bugfix][Server][WFS] In GML geometry has all to be multi, in which to avoid memory leak, I don't use a pointer but convertToMuli segfaults in this case.

@nyalldawson has mentioned in the PR #8243 to ignore is comment about pointer, what I missed. So the code has segfaulting.

This commit fixed it by using point and delete it.

Merge: 607cd3e3aa 87fddaee59
Matthias Kuhn <matthias@opengis.ch> 2018-10-25

Merge pull request #8303 from m-kuhn/doNotPersistEstimatedMetadata

Do not persist estimated metadata

Matthias Kuhn <matthias@opengis.ch> 2018-10-24

Do not persist estimated GDAL metadata

GDAL saves metadata like min and max values into a .aux.xml sidecar file next to raster files.
It does this always, even when the calculated values are estimated. In subsequent runs of GDAL processing tools
it will use these values as if they were reliable.

This patch takes care of deleting newly written .aux.xml files if there is a risk that they include estimated data.

Fix #19517 https://issues.qgis.org/issues/19517

Merge: 5f26d1b0f9 cefc8d6347
Matthias Kuhn <matthias@opengis.ch> 2018-10-25

Merge pull request #8236 from nyalldawson/marker_fill

Fix svg marker doesn't render when size is very small

Merge: 8d12733fa0 5f26d1b0f9
Nyall Dawson <nyall.dawson@gmail.com> 2018-10-25

Merge branch 'release-2_18' into marker_fill

Merge: 72a760611d 1cdac2c1ec
rldhont <rldhont@gmail.com> 2018-10-24

Merge pull request #8143 from mdouchin/patch-1

Processing - Add GeoPackage support in alg qgis:convertformat

Merge: 781d0e1121 72a760611d
rldhont <rldhont@gmail.com> 2018-10-24

Merge branch 'release-2_18' into patch-1

Merge: c23c3d2409 55928c0dcd
rldhont <rldhont@gmail.com> 2018-10-24

Merge pull request #8243 from rldhont/server-wfs-force-multi-geom-gml-218

[Bugfix][Server][WFS] In GML geometry has all to be multi

rldhont <rldhont@gmail.com> 2018-10-23

Processing - Tests - Add Ogr2Ogr test with GeoPackage support

mdouchin <mdouchin@3liz.com> 2018-10-08

Processing - Add GeoPackage support in qgis:convertformat

This commit adds the support for GeoPackage format as output format in the qgis:convertformat python script.

Merge: e353bdb6ed c23c3d2409
Nyall Dawson <nyall.dawson@gmail.com> 2018-10-23

Merge branch 'release-2_18' into marker_fill

rldhont <rldhont@gmail.com> 2018-10-19

[Bugfix][Server][WFS] In GML geometry has all to be multi

If in the layer level, the geometry is defined as multi, in the GML all the geometry has to be converted to multi.

Juergen E. Fischer <jef@norbit.de> 2018-10-19

fix build with GDAL1 (followup 4f76722a)

Nyall Dawson <nyall.dawson@gmail.com> 2018-10-16

Fix svg marker doesn't render when size is very small

(cherry picked from commit c6db18d)

Radoslaw Guzinski <radosuav@op.pl> 2018-10-15

[Processing] Allow reordering of items in the MultipleInputDialog.

Based on QGIS 3.2.

Nyall Dawson <nyall.dawson@gmail.com> 2018-10-13

Masks

Nyall Dawson <nyall.dawson@gmail.com> 2018-10-12

Fix line pattern fill symbol corruption with negative angles

(cherry picked from commit 0f056b500a5628bc76a30a4fe6de85f11cb5a9fb)

Nyall Dawson <nyall.dawson@gmail.com> 2018-10-12

Fix distorted line pattern fill when line offset is large compared
with pattern distance

(cherry picked from commit e277b91087567aa95344d2c935ae4543feefec28)

Nyall Dawson <nyall.dawson@gmail.com> 2018-10-12

Fix line pattern fill offsets are always treated as positive,
even when offset is negative

(cherry picked from commit 5b4ed16cf90a28e73d8c09bec5a36ae0fa9f2056)

Juergen E. Fischer <jef@norbit.de> 2018-10-13

osgeo4w: prepare for GDAL 2.3 update

Merge: 942a560b31 fde6d93e97
rldhont <rldhont@gmail.com> 2018-10-12

Merge pull request #8159 from rldhont/server-wfs-enhance-describeFeatureType-218

[Bugfix][Server] WFS: enhancing the way DescribeFeatureType response is build

rldhont <rldhont@gmail.com> 2018-10-10

[Bugfix][Server] WFS: enhancing the way DescribeFeatureType response is build

Martin Dobias <wonder.sk@gmail.com> 2018-09-28

Fix loading style for non-spatial tables in Postgres+SpatiaLite (fixes #19589)

OGR is not affected by the bug.
Oracle and MS SQL are most likely affected, but I don't have them here to test.

(cherry picked from commit bb0c62935562ebe28a0d862e4bdf985865bde595)

Merge: be9c11381e c3caa1efd9
rldhont <rldhont@gmail.com> 2018-10-10

Merge pull request #8123 from qgis/fix-server-wms-sld-content

[Bugfix][Server] WMS: The SLD content loaded from URL is not percent encoded

rldhont <rldhont@gmail.com> 2018-10-05

[Bugfix][Server] WMS: The SLD content loaded from URL is not percent encoded

Merge: 9809c7be63 3183b307ce
rldhont <rldhont@gmail.com> 2018-09-27

Merge pull request #7872 from rldhont/fix-dbmanager-sql-layer-set-unique-combo

[BUGFIX][DbManager] SQL Layer: fix unique combo setting

rldhont <rldhont@gmail.com> 2018-09-12

[BUGFIX][DbManager] SQL Layer: fix unique combo setting

Merge: 2289ce32ff 010fe8aade
Matthias Kuhn <matthias@opengis.ch> 2018-09-25

Merge pull request #8009 from borysiasty/release-2_18

Polish translation update

Borys Jurgiel <info@borysjurgiel.pl> 2018-09-24

Polish translation update

Tom Kralidis <tomkralidis@gmail.com> 2018-09-23

[MetaSearch] update default CSW connections

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-09-18

Fix outline width in simple marker sld import

Merge: ff5bd09ab3 f427577a36
rldhont <rldhont@gmail.com> 2018-09-18

Merge pull request #7870 from rldhont/server-wfs-format-field-218

[Bugfix][Server][WFS] correctly define field type and encode values

rldhont <rldhont@gmail.com> 2018-09-12

[Server][WFS] Define encodeValueToText to correctly format field values

rldhont <rldhont@gmail.com> 2018-06-22

[Server][WFS] Set correctly attribute type for number fields in XSD

Replace `double` by `decimal`

Use `int`, `unsignedInt`, `long` and `unsignedLong` for `QVariant::Int`, `QVariant::UInt`, `QVariant::LongLong` and `QVariant::ULongLong`

Define double with 0 precision to `integer`

Juergen E. Fischer <jef@norbit.de> 2018-09-14

Release of 2.18.24

Juergen E. Fischer <jef@norbit.de> 2018-09-03

workaround for moc issue with app tests
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (2.18.24) UNRELEASED; urgency=medium
qgis (2.18.25) UNRELEASED; urgency=medium

* Release of 2.18.25

-- Jürgen E. Fischer <jef@norbit.de> Fri, 26 Oct 2018 13:59:08 +0200

qgis (2.18.24) unstable; urgency=medium

* Release of 2.18.24

-- Jürgen E. Fischer <jef@norbit.de> Fri, 14 Sep 2018 14:00:17 +0200
-- Jürgen E. Fischer <jef@norbit.de> Fri, 26 Oct 2018 13:59:07 +0200

qgis (2.18.23) unstable; urgency=medium

Expand Down

0 comments on commit cbd7ade

Please sign in to comment.