Skip to content

Commit 99ac688

Browse files
committed
Release of 2.12.3
1 parent bc61f75 commit 99ac688

File tree

3 files changed

+50
-3
lines changed

3 files changed

+50
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
22
SET(CPACK_PACKAGE_VERSION_MINOR "12")
3-
SET(CPACK_PACKAGE_VERSION_PATCH "2")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "3")
44
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
55
SET(RELEASE_NAME "Lyon")
66
IF (POLICY CMP0048) # in CMake 3.0.0+

ChangeLog

+41
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
Sebastian Dietrich <SebDieBln@users.noreply.github.com> 2015-12-30
2+
3+
read source from provider before saving memory layer (fixes #8997)
4+
5+
(cherry picked from commit dbc0f072c638981db982011776d7b110215e80b7)
6+
7+
rldhont <rldhont@gmail.com> 2016-01-13
8+
9+
DBManager oracle plugin: strip '"' on unique col
10+
11+
For Oracle provider, giving a quoted uniqueColumn in a uri to create a
12+
QgsVectorLayer results in an invalid layer.
13+
14+
To fix it, strip '"' is applied to unique col.
15+
16+
Bas Couwenberg <sebastic@xs4all.nl> 2015-12-23
17+
18+
Add dependency on openscenegraph-plugin-osgearth to qgis-plugin-globe.
19+
20+
QGIS crashes when using the Globe plugin if this package is not installed,
21+
as reported in QGIS issue #9818 [0] and Debian Bug #808817 [1].
22+
23+
[0] https://hub.qgis.org/issues/9818
24+
[1] https://bugs.debian.org/808817
25+
26+
(cherry picked from commit 076c2a09b707c2b1c59985d27ad79b0a2a580000)
27+
28+
Médéric Ribreux <medspx@medspx.fr> 2015-10-23
29+
30+
DBManager: support timestamp values for Oracle
31+
32+
Juergen E. Fischer <jef@norbit.de> 2015-12-21
33+
34+
osgeo4w: include grass7 plugin
35+
36+
(cherry picked from commit e19ad4be77cc9dfd98f36f70d096577ef9049809)
37+
38+
Juergen E. Fischer <jef@norbit.de> 2015-12-18
39+
40+
Release of 2.12.2
41+
142
rldhont <rldhont@gmail.com> 2015-12-18
243

344
[BUGFIX] WFS GetCapabilities respons misses <keywords> key

debian/changelog

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
qgis (2.12.2) UNRELEASED; urgency=medium
1+
qgis (2.12.3) UNRELEASED; urgency=medium
2+
3+
* Release of 2.12.3
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 15 Jan 2016 13:00:55 +0100
6+
7+
qgis (2.12.2) unstable; urgency=medium
28

39
* Release of 2.12.2
410

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

713
qgis (2.12.1) unstable; urgency=medium
814

0 commit comments

Comments
 (0)