Skip to content

Commit

Permalink
Release of 2.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 18, 2015
1 parent 6e4791f commit 2b32796
Show file tree
Hide file tree
Showing 3 changed files with 66 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 "8")
SET(CPACK_PACKAGE_VERSION_PATCH "4")
SET(CPACK_PACKAGE_VERSION_PATCH "5")
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
SET(RELEASE_NAME "Wien")
IF (POLICY CMP0048) # in CMake 3.0.0+
Expand Down
57 changes: 57 additions & 0 deletions ChangeLog
@@ -1,3 +1,60 @@
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.

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-06

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

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

sip bindings: fix QgsFeatureIds typedef (fixes missing signal
QgsVectorLayer.featuresDeleted and others; fixes #13740)

(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.8.4

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

release.pl: point releases don't need a new splash
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (2.8.4) UNRELEASED; urgency=medium
qgis (2.8.5) UNRELEASED; urgency=medium

* Release of 2.8.5

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

qgis (2.8.4) unstable; urgency=medium

* Release of 2.8.4

-- Jürgen E. Fischer <jef@norbit.de> Fri, 27 Nov 2015 12:59:37 +0100
-- Jürgen E. Fischer <jef@norbit.de> Fri, 18 Dec 2015 14:18:20 +0100

qgis (2.8.3-1) unstable; urgency=medium

Expand Down

0 comments on commit 2b32796

Please sign in to comment.