Skip to content

Commit

Permalink
Release of 2.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 15, 2016
1 parent a6f10f4 commit e72e2ab
Show file tree
Hide file tree
Showing 3 changed files with 46 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 "5")
SET(CPACK_PACKAGE_VERSION_PATCH "6")
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
37 changes: 37 additions & 0 deletions ChangeLog
@@ -1,3 +1,40 @@
Sebastian Dietrich <SebDieBln@users.noreply.github.com> 2015-12-30

read source from provider before saving memory layer (fixes #8997)

(cherry picked from commit dbc0f072c638981db982011776d7b110215e80b7)

Juergen E. Fischer <jef@norbit.de> 2015-03-18

edit widgets: keep default values of new feature's attributes until they are added
(fixes #12391 & #12386 & #13857)

(cherry picked from commit bfb8ab6893d5bf77b4ae92c6c90e0b5b9c7e9ae7)

Bas Couwenberg <sebastic@xs4all.nl> 2015-12-23

Add dependency on openscenegraph-plugin-osgearth to qgis-plugin-globe.

QGIS crashes when using the Globe plugin if this package is not installed,
as reported in QGIS issue #9818 [0] and Debian Bug #808817 [1].

[0] https://hub.qgis.org/issues/9818
[1] https://bugs.debian.org/808817

(cherry picked from commit 076c2a09b707c2b1c59985d27ad79b0a2a580000)

Bas Couwenberg <sebastic@xs4all.nl> 2015-05-27

Add qgis-dbg package to provide debug symbols.

The debug package was requested in [Debian Bug #786985](https://bugs.debian.org/786985).

(cherry picked from commit 44d6cc3786dccd1de125f5f0be821706ee1f0bb4)

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

Release of 2.8.5

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

[BUGFIX] WFS GetCapabilities respons misses <keywords> key
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (2.8.5) UNRELEASED; urgency=medium
qgis (2.8.6) UNRELEASED; urgency=medium

* Release of 2.8.6

-- Jürgen E. Fischer <jef@norbit.de> Fri, 15 Jan 2016 13:00:09 +0100

qgis (2.8.5) unstable; urgency=medium

* Release of 2.8.5

-- Jürgen E. Fischer <jef@norbit.de> Fri, 18 Dec 2015 14:18:20 +0100
-- Jürgen E. Fischer <jef@norbit.de> Fri, 15 Jan 2016 13:00:09 +0100

qgis (2.8.4) unstable; urgency=medium

Expand Down

0 comments on commit e72e2ab

Please sign in to comment.