Skip to content

Commit ddccf8e

Browse files
committed
Release of 2.8.1
1 parent f20059f commit ddccf8e

File tree

3 files changed

+200
-3
lines changed

3 files changed

+200
-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 "8")
3-
SET(CPACK_PACKAGE_VERSION_PATCH "0")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "1")
44
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
55
SET(RELEASE_NAME "Wien")
66
IF (POLICY CMP0048) # in CMake 3.0.0+

ChangeLog

+191
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,194 @@
1+
Juergen E. Fischer <jef@norbit.de> 2015-02-26
2+
3+
fix measurement dialog translation (fixes #12262)
4+
5+
Matthias Kuhn <matthias.kuhn@gmx.ch> 2015-02-25
6+
7+
Fix a const...
8+
9+
Bas Couwenberg <sebastic@xs4all.nl> 2015-02-25
10+
11+
Add dependency on libqgis-server to libqgis-dev.
12+
13+
Juergen E. Fischer <jef@norbit.de> 2015-02-25
14+
15+
use PyQt4 where deprecated pyqtconfig is unavailable (fixes #10596 and fixes #11465)
16+
17+
Juergen E. Fischer <jef@norbit.de> 2015-02-25
18+
19+
debian packaging fix (fixes #11465)
20+
21+
Nyall Dawson <nyall.dawson@gmail.com> 2015-02-25
22+
23+
Make new scratch layer editable by default
24+
25+
Nyall Dawson <nyall.dawson@gmail.com> 2015-02-25
26+
27+
Suppress attribute form popup if layer has no fields
28+
29+
Prevents empty form popup for layers with no fields (eg memory layers).
30+
If desired, this behaviour can be overriden by the layer's feature
31+
form suppress option, eg if form has python logic which makes it useful
32+
even with no fields.
33+
34+
(fix #10775)
35+
36+
Salvatore Larosa <lrssvtml@gmail.com> 2015-02-25
37+
38+
[bookmark] use preset values instead of header name for tags when exporting in xml file
39+
40+
Salvatore Larosa <lrssvtml@gmail.com> 2015-02-24
41+
42+
[bookmark] remember last used directory on import/export
43+
44+
Salvatore Larosa <lrssvtml@gmail.com> 2015-02-24
45+
46+
[bookmark] write correctly the extent in tbl_bookmarks
47+
48+
Juergen E. Fischer <jef@norbit.de> 2015-02-25
49+
50+
debian packaging updates
51+
52+
Juergen E. Fischer <jef@norbit.de> 2015-02-25
53+
54+
documentation updates
55+
56+
Nyall Dawson <nyall.dawson@gmail.com> 2015-02-25
57+
58+
Fix zoom out map tool (fix #12242)
59+
60+
Bas Couwenberg <sebastic@xs4all.nl> 2015-02-23
61+
62+
Merged and squashed pull requests #1923 & #1928 from sebastic/debian
63+
64+
PR#1923: Debian packaging improvements
65+
* Update copyright file.
66+
- Remove unused Files paragraph for the python plugin_installer
67+
- Fix qwtpolar-1.0 typo
68+
- Remove unused License paragraph for Apache-2.0
69+
- Add License paragraph for Zlib
70+
* Remove unused substitution variable.
71+
* Update watch file, add version mangle.
72+
* Add upstream metadata.
73+
* Fix libqgis-customwidgets package name in dh_makeshlibs override, doesn't
74+
contain ABI anymore.
75+
* Also install scalable icons.
76+
77+
PR#1928 Additional Debian packaging improvements
78+
* Update copyright file.
79+
- Add additional copyright holders to general files section
80+
- Add copyright years to general files section
81+
- Order copyright holder by year
82+
- Group files sections
83+
- Sort groups files sections alphanumerically
84+
- Document copyright holders & licenses for external modules
85+
- Add license specifications for: Apache-2.0, BSD-2-Clause,
86+
dxflib-Commercial-License, GPL-2, LGPL-2.1+, QT-Commericial, LGPL-2.1 with
87+
Digia Qt LGPL Exception 1.1 & GPL-3.
88+
* Remove extra license file for MetaSearch plugin.
89+
* Install libqgis_server.so in libqgis-dev.
90+
* Install schemaExtension.xsd in qgis-server.
91+
* Install contributors.json & developersmap.html in qgis-common.
92+
93+
Juergen E. Fischer <jef@norbit.de> 2015-02-24
94+
95+
fix crash on exit
96+
97+
Juergen E. Fischer <jef@norbit.de> 2015-02-24
98+
99+
update QgsAttributeDialog sip bindings (fixes #12248)
100+
101+
Alexander Bruy <alexander.bruy@gmail.com> 2015-02-24
102+
103+
[processing] fix inputs in Select by Location algorithm (backport 8d87f35304)
104+
105+
Juergen E. Fischer <jef@norbit.de> 2015-02-24
106+
107+
fix build and remove debug output (followup 251aca6)
108+
109+
Juergen E. Fischer <jef@norbit.de> 2015-02-24
110+
111+
fix wmts (fixes #12241; followup 1e97b62c)
112+
113+
Juergen E. Fischer <jef@norbit.de> 2015-02-23
114+
115+
raster calculator fixes (fixes #12238)
116+
* GDALGetGeoTransform failures can be ignored (partly reverts 0080f9e)
117+
* handle quoted raster references
118+
* don't complain if the output file is not yet set
119+
120+
Juergen E. Fischer <jef@norbit.de> 2015-02-23
121+
122+
german translation update
123+
124+
Tom Kralidis <tomkralidis@gmail.com> 2015-02-23
125+
126+
backport e04570cc89d30f38430a5e71cfb795971c40afe0
127+
128+
Tom Kralidis <tomkralidis@gmail.com> 2015-02-23
129+
130+
remove '/' from UNEP GRID CSW to prevent incorrect setting in Windows Registry on init
131+
132+
Juergen E. Fischer <jef@norbit.de> 2015-02-22
133+
134+
attribute form: lookup attribute fields by name. joined layers might be unavailable at load time (fixes #12146)
135+
136+
Salvatore Larosa <lrssvtml@gmail.com> 2015-02-22
137+
138+
increases slightly the zoom of the developers map in about box
139+
140+
Merge: 01066b6 bbae71e
141+
Tim Sutton <tim@linfiniti.com> 2015-02-22
142+
143+
Merge pull request #1920 from timlinux/release-2_8
144+
145+
Backported developer about box photo update to 2.8
146+
147+
Juergen E. Fischer <jef@norbit.de> 2015-02-22
148+
149+
release.pl: support point releases
150+
151+
Juergen E. Fischer <jef@norbit.de> 2015-02-22
152+
153+
debian packaging fix
154+
(launchpad builds i386 with binary and amd64 with binary-arch only)
155+
156+
Juergen E. Fischer <jef@norbit.de> 2015-02-22
157+
158+
don't set parent of QFontDialog to avoid the stylesheet font (fixes #12233)
159+
160+
Tim Sutton <tim@linfiniti.com> 2015-02-21
161+
162+
Merge pull request #1919 from timlinux/master
163+
164+
Updated developer image for about box
165+
166+
Juergen E. Fischer <jef@norbit.de> 2015-02-20
167+
168+
oracle provider: consider srid when looking trying spatial index (followup 991f94d; fixes #12230)
169+
170+
Werner Macho <werner.macho@gmail.com> 2015-02-21
171+
172+
adding french translators and first fixes for chinese
173+
174+
Signed-off-by: Werner Macho <werner.macho@gmail.com>
175+
176+
Juergen E. Fischer <jef@norbit.de> 2015-02-20
177+
178+
osgeo4w: fix python server module packaging
179+
180+
Juergen E. Fischer <jef@norbit.de> 2015-02-20
181+
182+
include missing zh-Hans translation
183+
184+
Juergen E. Fischer <jef@norbit.de> 2015-02-20
185+
186+
Release of 2.8 (Wien)
187+
188+
Juergen E. Fischer <jef@norbit.de> 2015-02-20
189+
190+
changelog update for 2.8
191+
1192
Juergen E. Fischer <jef@norbit.de> 2015-02-20
2193

3194
translation update to 2.8 from transifex

debian/changelog

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
qgis (2.8.0) UNRELEASED; urgency=medium
1+
qgis (2.8.1) UNRELEASED; urgency=medium
2+
3+
* Release of 2.8.1
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Thu, 26 Feb 2015 10:12:00 +0100
6+
7+
qgis (2.8.0) unstable; urgency=medium
28

39
* Release of 2.8
410

5-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 20 Feb 2015 13:05:35 +0100
11+
-- Jürgen E. Fischer <jef@norbit.de> Thu, 26 Feb 2015 10:12:00 +0100
612

713
qgis (2.7.0) unstable; urgency=medium
814

0 commit comments

Comments
 (0)