File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed
Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 1313copyright = '{0} Phil Thompson <phil@riverbankcomputing.com>' .format (
1414 date .today ().year )
1515author = 'Phil Thompson'
16- version = 'v1.17.0 '
16+ version = 'v1.17.1 '
1717
1818
1919# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments