Skip to content

Commit

Permalink
Release of 2.18.27
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 21, 2018
1 parent 649be58 commit 0357926
Show file tree
Hide file tree
Showing 3 changed files with 43 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 "26")
SET(CPACK_PACKAGE_VERSION_PATCH "27")
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
34 changes: 34 additions & 0 deletions ChangeLog
@@ -1,3 +1,37 @@
Marco Bernasocchi <marco@opengis.ch> 2018-12-14

allow building WITH_SERVER_PLUGINS=OFF (#8674)

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

[Processing] Fix exception when using extent helper function.

Merge: 1bb499ebb8 bdd2aa9c08
rldhont <rldhont@gmail.com> 2018-12-03

Merge pull request #8580 from rldhont/server-wms-decode-sld-218

[BUGFIX][Server] WMS: Decode loaded SLD files from SLD parameter

rldhont <rldhont@gmail.com> 2018-11-30

[BUGFIX][Server] WMS: Decode loaded SLD files from SLD parameter

Merge: 83df334a9f a3a12048de
rldhont <rldhont@gmail.com> 2018-11-23

Merge pull request #8536 from rldhont/server-wfs-format-gml-null-field-218

[Server] Null field value in GML has to be empty string 2.18

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

[Server] Null field value in GML has to be empty string

Juergen E. Fischer <jef@norbit.de> 2018-11-23

Release of 2.18.26

rldhont <rldhont@gmail.com> 2018-11-16

[Bugfix][Symbology] Fill to SLD does not export Stroke color
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (2.18.26) UNRELEASED; urgency=medium
qgis (2.18.27) UNRELEASED; urgency=medium

* Release of 2.18.27

-- Jürgen E. Fischer <jef@norbit.de> Fri, 21 Dec 2018 13:00:42 +0100

qgis (2.18.26) unstable; urgency=medium

* Release of 2.18.26

-- Jürgen E. Fischer <jef@norbit.de> Fri, 23 Nov 2018 13:08:28 +0100
-- Jürgen E. Fischer <jef@norbit.de> Fri, 21 Dec 2018 13:00:42 +0100

qgis (2.18.25) unstable; urgency=medium

Expand Down

0 comments on commit 0357926

Please sign in to comment.