Skip to content

Commit

Permalink
Release of 2.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 15, 2016
1 parent bc61f75 commit 99ac688
Show file tree
Hide file tree
Showing 3 changed files with 50 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 "2")
SET(CPACK_PACKAGE_VERSION_PATCH "3")
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
41 changes: 41 additions & 0 deletions ChangeLog
@@ -1,3 +1,44 @@
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)

rldhont <rldhont@gmail.com> 2016-01-13

DBManager oracle plugin: strip '"' on unique col

For Oracle provider, giving a quoted uniqueColumn in a uri to create a
QgsVectorLayer results in an invalid layer.

To fix it, strip '"' is applied to unique col.

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)

Médéric Ribreux <medspx@medspx.fr> 2015-10-23

DBManager: support timestamp values for Oracle

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

osgeo4w: include grass7 plugin

(cherry picked from commit e19ad4be77cc9dfd98f36f70d096577ef9049809)

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

Release of 2.12.2

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.12.2) UNRELEASED; urgency=medium
qgis (2.12.3) UNRELEASED; urgency=medium

* Release of 2.12.3

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

qgis (2.12.2) unstable; urgency=medium

* Release of 2.12.2

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

qgis (2.12.1) unstable; urgency=medium

Expand Down

0 comments on commit 99ac688

Please sign in to comment.