Skip to content

Commit df059ed

Browse files
committed
Release of 3.40.11
1 parent a2faf3a commit df059ed

File tree

4 files changed

+143
-3
lines changed

4 files changed

+143
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ endif()
5555
# Project and version
5656
set(CPACK_PACKAGE_VERSION_MAJOR "3")
5757
set(CPACK_PACKAGE_VERSION_MINOR "40")
58-
set(CPACK_PACKAGE_VERSION_PATCH "10")
58+
set(CPACK_PACKAGE_VERSION_PATCH "11")
5959
set(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
6060
set(RELEASE_NAME "Bratislava")
6161
project(qgis VERSION ${COMPLETE_VERSION})

ChangeLog

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,128 @@
1+
Jürgen E. Fischer <jef@norbit.de> 2025-09-12
2+
3+
translation update for 3.40.11 from transifex
4+
5+
Merge: a77b60422d0 93625784ff6
6+
Alexander Bruy <alexander.bruy@gmail.com> 2025-09-11
7+
8+
Merge pull request #63147 from qgis/backport-63067-to-release-3_40
9+
10+
[Backport release-3_40] [themes] Fix options list widget text color on hover for dark themes
11+
12+
Malik Blesius <78353871+mblesius@users.noreply.github.com> 2025-09-03
13+
14+
[themes] Fix options list widget text color on hover
15+
16+
Merge: faa35fa7440 46aa8b073f6
17+
Alexander Bruy <alexander.bruy@gmail.com> 2025-09-04
18+
19+
Merge pull request #63072 from qgis/backport-63052-to-release-3_40
20+
21+
[Backport release-3_40] Fix crash in "points layer from table" when field does not exist
22+
23+
Nyall Dawson <nyall.dawson@gmail.com> 2025-09-03
24+
25+
Fix crash in "points layer from table" when field does not exist
26+
27+
Fixes #63030
28+
29+
Andrea Giudiceandrea <andreaerdna@libero.it> 2025-09-02
30+
31+
[dbmanager] Fix typo in dlg_versioning.py
32+
33+
Malik Blesius <78353871+mblesius@users.noreply.github.com> 2025-08-28
34+
35+
[themes] format style sheets
36+
37+
- fix minor issues with comments and white space
38+
39+
Malik Blesius <78353871+mblesius@users.noreply.github.com> 2025-08-28
40+
41+
[themes][ui] Fix color for disabled slider widgets for dark themes
42+
43+
Harrissou Sant-anna <delazj@gmail.com> 2025-08-31
44+
45+
Fix text case
46+
47+
Harrissou Sant-anna <delazj@gmail.com> 2025-08-31
48+
49+
Indicate correct output for the roundness function
50+
51+
This function may return and not TRUE.
52+
53+
Merge: 1addba59cbf 8027f3b5350
54+
Alexander Bruy <alexander.bruy@gmail.com> 2025-08-28
55+
56+
Merge pull request #62989 from qgis/backport-62979-to-release-3_40
57+
58+
[Backport release-3_40] [themes][ui] Fix color for disabled, read-only line edits/widgets for dark themes
59+
60+
Malik Blesius <78353871+mblesius@users.noreply.github.com> 2025-08-27
61+
62+
[themes][ui] Fix color for disabled line edits/widget when read-only in dark themes
63+
64+
Nyall Dawson <nyall.dawson@gmail.com> 2025-08-22
65+
66+
Fix regression in transforming bounding box involving web mercator
67+
68+
...and geographic CRS when a reversible coordinate operation is
69+
in effect.
70+
71+
Follow up https://github.com/qgis/QGIS/pull/46939
72+
73+
Malik Blesius <78353871+mblesius@users.noreply.github.com> 2025-07-17
74+
75+
Update style.qss
76+
77+
Andrea Giudiceandrea <andreaerdna@libero.it> 2025-08-16
78+
79+
[WFS] Only use NAMESPACE for WFS 1 and NAMESPACES for WFS 2.0
80+
81+
Stefanos Natsis <uclaros@gmail.com> 2025-07-29
82+
83+
Pass authcfg to blocking network request
84+
85+
Nyall Dawson <nyall.dawson@gmail.com> 2025-07-25
86+
87+
Add test
88+
89+
Nyall Dawson <nyall.dawson@gmail.com> 2025-04-17
90+
91+
Fix order of layers in layout elevation profiles
92+
93+
Fixes #61064
94+
95+
Germán Carrillo <gcarrillo@linuxmail.org> 2025-07-22
96+
97+
[tests] QgsGeometryValidator: unit test for interior ring inside exterior ring
98+
99+
Germán Carrillo <gcarrillo@linuxmail.org> 2025-07-15
100+
101+
Add a meaningful point geometry when 'interior ring not in exterior ring' geometry error is found (currently, a NULL geometry is passed)
102+
103+
Nyall Dawson <nyall.dawson@gmail.com> 2025-07-23
104+
105+
Update python/plugins/db_manager/db_plugins/vlayers/connector.py
106+
107+
Co-authored-by: Nicolas Godet <39594821+nicogodet@users.noreply.github.com>
108+
109+
TiGIS Sagl <git@tigis.ch> 2025-07-15
110+
111+
Fix missing attribute connection in VLayerConnector during init
112+
113+
This fix initialize the two variabiles connection and _uri in VLayerConnector as it is implemented in all the other db_plugins. This fix avoid a crash when __del__ is called in the class DBConnector that check is connection is null which does not exist in VLayerConnector.
114+
115+
Merge: c98da2e6828 cbfb5672c15
116+
Alexander Bruy <alexander.bruy@gmail.com> 2025-08-15
117+
118+
Merge pull request #62724 from imincik/nix-package-release-3_40_pr
119+
120+
[Backport release-3_40] nix: add nix packaging files
121+
122+
Jürgen E. Fischer <jef@norbit.de> 2025-08-15
123+
124+
Release of 3.40.10
125+
1126
Jürgen E. Fischer <jef@norbit.de> 2025-08-15
2127

3128
translation update for 3.40.10 from transifex
@@ -33,6 +158,14 @@ Even Rouault <even.rouault@spatialys.com> 2025-03-17
33158

34159
[FEATURE] [OGC API provider] Implement Part 5 - Schemas
35160

161+
Ivan Mincik <ivan.mincik@gmail.com> 2025-05-06
162+
163+
nix: add nix package for qgis documentation
164+
165+
Ivan Mincik <ivan.mincik@gmail.com> 2024-08-22
166+
167+
nix: add nix packaging files for qgis
168+
36169
Merge: 3d82f6da549 d2b1a98a24e
37170
Alexander Bruy <alexander.bruy@gmail.com> 2025-07-30
38171

debian/changelog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
qgis (3.40.10) UNRELEASED; urgency=medium
1+
qgis (3.40.11) UNRELEASED; urgency=medium
2+
3+
* Release of 3.40.11
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 12 Sep 2025 14:07:04 +0200
6+
7+
qgis (3.40.10) unstable; urgency=medium
28

39
* Release of 3.40.10
410

5-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 15 Aug 2025 14:07:13 +0200
11+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 12 Sep 2025 14:07:04 +0200
612

713
qgis (3.40.9) unstable; urgency=medium
814

linux/org.qgis.qgis.appdata.xml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
<project_group>QGIS</project_group>
2727
<releases>
28+
<release version="3.40.11" date="2025-09-12" />
2829
<release version="3.40.10" date="2025-08-15" />
2930
<release version="3.40.9" date="2025-07-18" />
3031
<release version="3.40.8" date="2025-06-20" />

0 commit comments

Comments
 (0)