Skip to content

Commit 83df334

Browse files
committed
Release of 2.18.26
1 parent 92ca840 commit 83df334

File tree

3 files changed

+46
-3
lines changed

3 files changed

+46
-3
lines changed

CMakeLists.txt

+1-1
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 "18")
3-
SET(CPACK_PACKAGE_VERSION_PATCH "25")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "26")
44
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
55
SET(RELEASE_NAME "Las Palmas")
66
IF (POLICY CMP0048) # in CMake 3.0.0+

ChangeLog

+37
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
rldhont <rldhont@gmail.com> 2018-11-16
2+
3+
[Bugfix][Symbology] Fill to SLD does not export Stroke color
4+
5+
The commit 2f268d4747c355a48fcadb2c55d58a06d848cffa fixing the way SLD is exporting size, from mm to pixels. But in the case of exporting line to SLD the stroke color has not been preserved.
6+
7+
Merge: cbd7adecf2 0e066db97b
8+
rldhont <rldhont@gmail.com> 2018-11-02
9+
10+
Merge pull request #8387 from rldhont/bjornhartell-oci-fix-218
11+
12+
[oracle] Prefetch memory variable changed to 32-bit and default raised to 8MB
13+
14+
Björn Harrtell <bjorn@wololo.org> 2018-10-31
15+
16+
[oracle] Remove meaningless conditional and improve user input handling
17+
18+
(cherry-pick from commit 4ab377b)
19+
20+
Author : Björn Harrtell <bjorn@wololo.org>
21+
Date : Wed Oct 31 14:45:37 2018 +0100
22+
23+
Björn Harrtell <bjorn@wololo.org> 2018-10-29
24+
25+
[oracle] Prefetch memory variable changed to 32-bit and default raised to 8MB
26+
27+
Speeds up oracle table access by orders of magnitude
28+
29+
(cherry-pick from commit c3e7632)
30+
31+
Author : Björn Harrtell <bjorn@wololo.org>
32+
Date : Mon Oct 29 21:27:46 2018 +0100
33+
34+
Juergen E. Fischer <jef@norbit.de> 2018-10-26
35+
36+
Release of 2.18.25
37+
138
Merge: 75a170dfb0 81f4bdbe88
239
rldhont <rldhont@gmail.com> 2018-10-26
340

debian/changelog

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
qgis (2.18.25) UNRELEASED; urgency=medium
1+
qgis (2.18.26) UNRELEASED; urgency=medium
2+
3+
* Release of 2.18.26
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 23 Nov 2018 13:08:28 +0100
6+
7+
qgis (2.18.25) unstable; urgency=medium
28

39
* Release of 2.18.25
410

5-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 26 Oct 2018 13:59:08 +0200
11+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 23 Nov 2018 13:08:28 +0100
612

713
qgis (2.18.24) unstable; urgency=medium
814

0 commit comments

Comments
 (0)