Skip to content

Commit ff5bd09

Browse files
committedSep 14, 2018
Release of 2.18.24
1 parent 3effd9c commit ff5bd09

File tree

3 files changed

+66
-3
lines changed

3 files changed

+66
-3
lines changed
 

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 "23")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "24")
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

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
Juergen E. Fischer <jef@norbit.de> 2018-09-03
2+
3+
workaround for moc issue with app tests
4+
5+
Merge: 2a1459cb99 a5dd6eb877
6+
rldhont <rldhont@gmail.com> 2018-09-10
7+
8+
Merge pull request #7827 from rldhont/fix-qgshttptransaction-support-https-server
9+
10+
[BUGFIX][Server] Quickfix in QgsHttpTransaction to support HTTPS scheme
11+
12+
rldhont <rldhont@gmail.com> 2018-09-07
13+
14+
[BUGFIX][Server] Quickfix in QgsHttpTransaction to support HTTPS scheme
15+
16+
The class QgsHttpTransaction is only used in server for getting files provided by URL. This class does not support HTTPS.
17+
18+
This is a quickfix to enable requesting SLD files provided through HTTPS scheme.
19+
20+
Fixes #6898 *QGIS mapserver forces http when requesting SLD=https* https://issues.qgis.org/issues/6898 a five year old issue.
21+
22+
Andrew Childs <lorne@cons.org.nz> 2018-08-31
23+
24+
Fix pyfuture installation under CMake 3.12
25+
26+
The logic here was incorrect, but managed to do the right thing
27+
anyway. Under CMake 3.12, this is a hard error.
28+
29+
Nyall Dawson <nyall.dawson@gmail.com> 2018-09-04
30+
31+
Also disable OSX builds on Travis - the environment has been broken for a long time
32+
and the results are currently ignored anyway
33+
34+
May as well save some unneeded work for Travis
35+
36+
Nyall Dawson <nyall.dawson@gmail.com> 2018-09-03
37+
38+
Disable qt5 Travis builds -- the build environment is currently broken
39+
40+
rldhont <rldhont@gmail.com> 2018-08-28
41+
42+
Fix trusty build (QStringLiteral is Qt5; followup 9241e2d)
43+
44+
Matthias Kuhn <matthias@opengis.ch> 2017-11-09
45+
46+
[travis] Disable non-local file download tests
47+
48+
(cherry picked from commit 8d8f38d4c40a64082e396017cbca3399cfafb3ca)
49+
50+
Juergen E. Fischer <jef@norbit.de> 2018-08-26
51+
52+
Typo fix
53+
54+
Juergen E. Fischer <jef@norbit.de> 2018-08-17
55+
56+
Release of 2.18.23
57+
158
Radoslaw Guzinski <radosuav@op.pl> 2018-08-09
259

360
[Processing] Fix exception when producing a csv output.

‎debian/changelog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
qgis (2.18.23) UNRELEASED; urgency=medium
1+
qgis (2.18.24) UNRELEASED; urgency=medium
2+
3+
* Release of 2.18.24
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 14 Sep 2018 14:00:17 +0200
6+
7+
qgis (2.18.23) unstable; urgency=medium
28

39
* Release of 2.18.23
410

5-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 17 Aug 2018 14:00:06 +0200
11+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 14 Sep 2018 14:00:17 +0200
612

713
qgis (2.18.22) unstable; urgency=medium
814

0 commit comments

Comments
 (0)
Please sign in to comment.