Skip to content

Commit e4068c7

Browse files
Release v1.17.1
1 parent 7154196 commit e4068c7

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
copyright = '{0} Phil Thompson <phil@riverbankcomputing.com>'.format(
1414
date.today().year)
1515
author = 'Phil Thompson'
16-
version = 'v1.17.0'
16+
version = 'v1.17.1'
1717

1818

1919
# -- General configuration ---------------------------------------------------

docs/releases.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
# Release Notes
22

33

4+
## v1.17.1
5+
6+
### Updated the default ABIs used
7+
8+
The default ABIs used now match those explicitly specified by PyQt5 and
9+
PyQt6.
10+
11+
Resolves [#28](https://github.com/Python-PyQt/PyQt-builder/issues/28)
12+
13+
### Set the minimum `glibc` version on x86-64 to v2.28
14+
15+
The minimum version of `glibc` required for Qt v6.8 has been reduced to
16+
v2.28. This is the same requirement as older versions of Qt6 and
17+
corresponds to the oldest version used by any currently (supported Linux
18+
distribution)[https://doc.qt.io/qt-6/supported-platforms.html].
19+
20+
Resolves [#27](https://github.com/Python-PyQt/PyQt-builder/issues/27)
21+
22+
### Include specific (L)GPL LICENSE file in Qt wheels
23+
24+
Instead of including a generic LICENSE file containing the text of both the
25+
LGPL and the GPL in Qt wheels, a specific LGPL or GPL LICENSE file is now
26+
included.
27+
28+
Resolves [#24](https://github.com/Python-PyQt/PyQt-builder/issues/24)
29+
30+
### Bug fix
31+
32+
A regression that prevented single architecture Qt installations being
33+
bundled on macOS was fixed.
34+
35+
Resolves [#26](https://github.com/Python-PyQt/PyQt-builder/issues/26)
36+
37+
438
## v1.17.0
539

640
### Added support for Qt v6.8

0 commit comments

Comments
 (0)