Skip to content

Commit

Permalink
Release of 2.18.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 19, 2018
1 parent d95fc60 commit d473c30
Show file tree
Hide file tree
Showing 3 changed files with 276 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 "15")
SET(CPACK_PACKAGE_VERSION_PATCH "16")
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
267 changes: 267 additions & 0 deletions ChangeLog
@@ -1,3 +1,270 @@
Nyall Dawson <nyall.dawson@gmail.com> 2018-01-19

Fix virtual layers fail if table field names have special characters

Fixes #16943

Cherry-picked from 6c392124

Alexander Bruy <alexander.bruy@gmail.com> 2018-01-15

[processing] update parameter name for v.segments (fix #17850)

Alexander Bruy <alexander.bruy@gmail.com> 2018-01-15

remove duplicated parameter from r.in.wms module (fix #17815)

(cherry picked from commit b8518aef9cb7a514cc2c98a5b24e90cd27658a33)

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

avoid including GDAL C++ api (fixes #17849)

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

debian packaging: add bionic

Merge: 028bca432f fe737913ee
Alessandro Pasotti <elpaso@itopen.it> 2018-01-11

Merge pull request #6032 from stevenmizuno/followup_17673

Follow up #17673 Spatial Bookmarks fixes backport to 2.18

Steven Mizuno <spookster@netzero.net> 2018-01-10

Qt4 doesn't have QStringLiteral

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

german translation update

Borys Jurgiel <info@borysjurgiel.pl> 2018-01-10

[tr] Polish translation update

Juergen E. Fischer <jef@norbit.de> 2018-01-08

debian packaging: update dependency

Steven Mizuno <spookster@netzero.net> 2018-01-03

forgot that this is not 'master'

Steven Mizuno <spookster@netzero.net> 2018-01-01

refresh the list properly

Steven Mizuno <spookster@netzero.net> 2018-01-01

fix bookmark deletion

Steven Mizuno <spookster@netzero.net> 2018-01-01

fix export

Steven Mizuno <spookster@netzero.net> 2018-01-01

change mModel to mMergedModel

to better reflect the purpose; fix object deletion

Merge: 8127c4c61d 0f2a5203c9
Alessandro Pasotti <elpaso@itopen.it> 2018-01-06

Merge pull request #6002 from elpaso/bugfix-17795-2-18-backport

[bugfix][ogr] Recompute capabilities when subsetfilter is set

Alessandro Pasotti <elpaso@itopen.it> 2018-01-06

Indentation 2

Alessandro Pasotti <elpaso@itopen.it> 2018-01-06

Indentation

Alessandro Pasotti <elpaso@itopen.it> 2018-01-06

[bugfix][ogr] Recompute capabilities when subsetfilter is set

Backported from master PR 6000

Fixes #17795

Juergen E. Fischer <jef@norbit.de> 2018-01-05

date time edit: reapply 718581ff reverted by a8e292df

Denis Rouzaud <denis.rouzaud@gmail.com> 2018-01-04

fix warning

Denis Rouzaud <denis.rouzaud@gmail.com> 2018-01-04

use appropriate field type in date time edit widget wrapper

Matthias Kuhn <matthias@opengis.ch> 2018-01-04

Fix processing models with finnish translation

Reported in https://gis.stackexchange.com/questions/266819/error-with-graphical-modeler-qgis-not-all-arguments-converted-during-string-for

Juergen E. Fischer <jef@norbit.de> 2018-01-04

2.18 is pre-C++-11 (followup 8e292dff8)

Denis Rouzaud <denis.rouzaud@gmail.com> 2018-01-03

fix date/time widget does not handle time zones

issue #16657
manually picked from QGIS3 bdf744ee3f94b5fc1a84e775fedc60a75ba45dcb

Juergen E. Fischer <jef@norbit.de> 2018-01-04

debian packaging: use libqscintilla2-qt4-dev on unstable

Denis Rouzaud <denis.rouzaud@gmail.com> 2018-01-02

[date time widget] do not use minimumDateTime for NULL values

Juergen E. Fischer <jef@norbit.de> 2018-01-02

fetch version.txt from version.qgis.org instead of ubuntu.qgis.org
(fixes #17774)

Denis Rouzaud <denis.rouzaud@gmail.com> 2018-01-01

[date widget] fix current date can't be picked

better solution has been found for Qt5 but can't be used in Qt4
see #16579

Tom Kralidis <tomkralidis@gmail.com> 2017-12-22

[bugfix] [MetaSearch] make gml:Envelope CRS explicit for spatial queries (fixes #17739)

Juergen E. Fischer <jef@norbit.de> 2017-12-19

2.18 also uses Qt4 which doesn't have QStringLiteral (followup a122e023 and c71e55036)

Juergen E. Fischer <jef@norbit.de> 2017-12-19

2.18 lives in pre-C++11 land (followup c71e55036)

Merge: 327785379d 9b2320acf7
Blottiere Paul <blottiere.paul@gmail.com> 2017-12-18

Merge pull request #5879 from pblottiere/refrelfilter_218

[bugfix] Fixes auto select foreign key when filters are updated in QgsRelationReferenceWidget

Merge: f4b007ec1a 0dd8db610b
Blottiere Paul <blottiere.paul@gmail.com> 2017-12-18

Merge pull request #5869 from pblottiere/bugfix_reshape2_218

[backport][bugfix] Do not add binding line in both side in reshape map tool

Blottiere Paul <blottiere.paul@gmail.com> 2017-12-15

Add some tests

Blottiere Paul <blottiere.paul@gmail.com> 2017-12-15

Fixes auto select foreign key when filters are updated

Blottiere Paul <blottiere.paul@gmail.com> 2017-12-15

Fix indentation

Merge: 2ef6a8299f fd7fc94cc7
Blottiere Paul <blottiere.paul@gmail.com> 2017-12-15

Merge pull request #5783 from pblottiere/ref_rel_perf_218

[2.18] QgsRelationReferenceWidget slowness

Blottiere Paul <blottiere.paul@gmail.com> 2017-12-14

Add some tests

Blottiere Paul <blottiere.paul@gmail.com> 2017-12-14

[bugfix] Do not add binding line in both side in reshape map tool

Blottiere Paul <blottiere.paul@gmail.com> 2017-12-13

Add cacheSize as a QSettings

Blottiere Paul <blottiere.paul@gmail.com> 2017-12-01

Reduce functionality in case of a widget already embedded by the same relation

Blottiere Paul <blottiere.paul@gmail.com> 2017-11-29

Do not search data in case of an invalid feature

Blottiere Paul <blottiere.paul@gmail.com> 2017-11-29

Increase cache size

Borys Jurgiel <info@borysjurgiel.pl> 2017-12-13

[tr] Polish translation update

Merge: eacbdb9aca 05e6ec246f
Alexander Bruy <alexander.bruy@gmail.com> 2017-12-13

Merge pull request #5860 from volaya/script_search

[FEATURE][processing][needs-docs]Script search

Alexander Bruy <alexander.bruy@gmail.com> 2017-12-13

fix indentation

volaya <volayaf@gmail.com> 2017-12-13

[processing] added search and replace functionality to script editor

Juergen E. Fischer <jef@norbit.de> 2017-12-12

german translation update

Juergen E. Fischer <jef@norbit.de> 2017-12-12

spelling fixes

Harrissou Sant-anna <delazj@gmail.com> 2017-12-05

Fix some french translation

Frank Dekervel <kervel@gmail.com> 2017-12-09

Fix missing signal/slot connection resulting in non-woring autocompleter for value relation fields (fixes #16676). (#5821)

Backported from d7b08c78faeda9b35882f89913990a253d3b1ab8

Merge: ac2d111ed1 e86c4e29dc
Alessandro Pasotti <elpaso@itopen.it> 2017-12-08

Merge pull request #5829 from cjmayo/fix-xml-bookmarks-2.18

Fix bookmarks import and export menu items

Chris Mayo <aklhfex@gmail.com> 2017-12-08

Fix bookmarks import and export menu items

Method names were changed by 89d52e5d426717cc ("[bugfix] Various
Bookmarks issues backported").

Juergen E. Fischer <jef@norbit.de> 2017-12-08

Release of 2.18.15

Merge: bfe03370ae 89d52e5d42
Alessandro Pasotti <elpaso@itopen.it> 2017-12-06

Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (2.18.15) UNRELEASED; urgency=medium
qgis (2.18.16) UNRELEASED; urgency=medium

* Release of 2.18.16

-- Jürgen E. Fischer <jef@norbit.de> Fri, 19 Jan 2018 14:13:44 +0100

qgis (2.18.15) unstable; urgency=medium

* Release of 2.18.15

-- Jürgen E. Fischer <jef@norbit.de> Fri, 08 Dec 2017 14:00:24 +0100
-- Jürgen E. Fischer <jef@norbit.de> Fri, 19 Jan 2018 14:13:44 +0100

qgis (2.18.14) unstable; urgency=medium

Expand Down

0 comments on commit d473c30

Please sign in to comment.