Skip to content

Commit

Permalink
Release of 2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 18, 2015
1 parent 7c63350 commit b403532
Show file tree
Hide file tree
Showing 3 changed files with 91 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 "12")
SET(CPACK_PACKAGE_VERSION_PATCH "1")
SET(CPACK_PACKAGE_VERSION_PATCH "2")
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
SET(RELEASE_NAME "Lyon")
IF (POLICY CMP0048) # in CMake 3.0.0+
Expand Down
82 changes: 82 additions & 0 deletions ChangeLog
@@ -1,3 +1,85 @@
rldhont <rldhont@gmail.com> 2015-12-18

[BUGFIX] WFS GetCapabilities respons misses <keywords> key

Fixes #13037 WFS GetCapabilities respons misses <keywords> key

Replace KeywordList by Keywords in WFS Getcapabilities and keywords in WCS GetCapabilities.

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

oracle provider: fix geometry type/srid detection for queries

Juergen E. Fischer <jef@norbit.de> 2015-11-08

oracle provider: add/fix support for multiple geometry columns (fixes #13158)

rldhont <rldhont@gmail.com> 2015-12-15

Dont set content-length header on streamed response. Fixes #13991

Thanks to @AsgerPetersen to help fixing #13991
closes #2582

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

debian packaging update (partly reverts 245659f; fixes #13981)

(cherry picked from commit 24a61ff48d16309d4a43fe5e12d7e110984f2655)

rldhont <rldhont@gmail.com> 2015-12-14

[BUGFIX][QGIS Server] Update Layer order from group in GetPrint

Update commit da5e73ef4a4508c4b215dd726380a8a94bd73ada

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

dxf export: trim whitespace from layernames

(cherry picked from commit 36267f59350881e10e2eae0aa9f110019a5e8d8c)

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

db manager: only alias subqueries on postgres (fixes #13731)

Conflicts:
python/plugins/db_manager/dlg_sql_window.py

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

db manager oracle plugin: avoid tablespace index parameter

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

fix deprecation warnings (followup 5f86422)

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

debian packaging update
* sync other branches
* avoid testing and installing twice
* manually merge PR#2524

Juergen E. Fischer <jef@norbit.de> 2015-11-08

* fix QgsFeatureIds typedef (fixes missing signal
QgsVectorLayer.featuresDeleted and others; fixes #13740)
* add missing notes for PyNames
* include some missing new methods in bindings

(backported from commit b5794b2)

Juergen E. Fischer <jef@norbit.de> 2015-11-29

legend interface: guard layer dereferences (fixes #13899)

(cherry picked from commit 3b2d7173f66ee260021a262167f571eb7ff72788)

Juergen E. Fischer <jef@norbit.de> 2015-11-27

Release of 2.12.1

Matthias Kuhn <matthias@opengis.ch> 2015-11-26

Disable grass7 tests
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (2.12.1) UNRELEASED; urgency=medium
qgis (2.12.2) UNRELEASED; urgency=medium

* Release of 2.12.2

-- Jürgen E. Fischer <jef@norbit.de> Fri, 18 Dec 2015 14:21:33 +0100

qgis (2.12.1) unstable; urgency=medium

* Release of 2.12.1

-- Jürgen E. Fischer <jef@norbit.de> Fri, 27 Nov 2015 13:00:38 +0100
-- Jürgen E. Fischer <jef@norbit.de> Fri, 18 Dec 2015 14:21:33 +0100

qgis (2.12.0) unstable; urgency=medium

Expand Down

0 comments on commit b403532

Please sign in to comment.