Skip to content

Commit

Permalink
Release of 2.18.28
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 18, 2019
1 parent 5badeda commit 6551c2a
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
SET(CPACK_PACKAGE_VERSION_MINOR "18")
SET(CPACK_PACKAGE_VERSION_PATCH "27")
SET(CPACK_PACKAGE_VERSION_PATCH "28")
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
59 changes: 59 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,62 @@
Merge: b411f36bca 87442a536e
Matthias Kuhn <[email protected]> 2019-01-15

Merge pull request #8835 from rldhont/bugfix-oracle-compile-expression-like-218

[Bugfix][Oracle] Add ESCAPE when compiling LIKE

rldhont <[email protected]> 2019-01-11

[Bugfix][Oracle] Add ESCAPE when compiling LIKE

The oracle SQL documentation specifies that *there is no default escape character* and *the escape character, if specified, must be a character string of length 1*.
In expression the underscore (_) and the percent sign (%) can be escaped with the backslash (\). So in the Oracle Expression Compiler if the ESCAPE clause is not specified, the pattern is not valid.
To fix it, the Oracle Expression Compiler has to add the ESCAPE clause.

https://docs.oracle.com/cd/B12037_01/server.101/b10759/conditions016.htm

Merge: 86ff500887 0ab834e2bc
rldhont <[email protected]> 2019-01-09

Merge pull request #8816 from rldhont/sld-read-like-escapeChar-218

[BUGFIX] SLD : Support escapeChar attribute of PropertyIsLike

rldhont <[email protected]> 2019-01-08

[BUGFIX] SLD : Support escapeChar attribute of PropertyIsLike

In OGC FilterEncoding standard, the PropertyIsLike element has an escapeChar attribute in place of escape attribute.

In the QgsOgcUtils class, the attribute escape or escapeChar is added to PropertyIsLike element, but it only checks escape attribute when it decodes it.

The commit fixed it and adds test.

Merge: 5eb1853f01 71c1581789
Luigi Pirelli <[email protected]> 2019-01-07

Merge pull request #8802 from NaturalGIS/release-2_18

re-add the r.mapcalculator module (as r.mapcalc.simple) and remove the not working r.mapcalc

Giovanni Manghi <[email protected]> 2019-01-07

re-add the r.mapcalculator momodule (as r.mapcalc.simple) and remove the not working r.mapcalc

Markus Neteler <[email protected]> 2018-12-27

Added grass76 support

Added grass76 support; search for newer versions first

Juergen E. Fischer <[email protected]> 2018-12-22

updates for GDAL 2.5 with VC2010

Juergen E. Fischer <[email protected]> 2018-12-21

Release of 2.18.27

Marco Bernasocchi <[email protected]> 2018-12-14

allow building WITH_SERVER_PLUGINS=OFF (#8674)
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
qgis (2.18.27) UNRELEASED; urgency=medium
qgis (2.18.28) UNRELEASED; urgency=medium

* Release of 2.18.28

-- Jürgen E. Fischer <[email protected]> Fri, 18 Jan 2019 13:53:20 +0100

qgis (2.18.27) unstable; urgency=medium

* Release of 2.18.27

-- Jürgen E. Fischer <[email protected]> Fri, 21 Dec 2018 13:00:42 +0100
-- Jürgen E. Fischer <[email protected]> Fri, 18 Jan 2019 13:53:20 +0100

qgis (2.18.26) unstable; urgency=medium

Expand Down

0 comments on commit 6551c2a

Please sign in to comment.