Opened 7 months ago

Closed 7 months ago

#18678 closed enhancement (fixed)

qt5-5.15.11

Reported by: Bruce Dubbs Owned by: pierre
Priority: normal Milestone: 12.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (8)

comment:1 by pierre, 7 months ago

Owner: changed from blfs-book to pierre
Status: newassigned

comment:2 by pierre, 7 months ago

Qt 5.15.11 release is a patch release made on the top of Qt 5.15.10. As a patch release, Qt 5.15.11 does not add any new functionality but provides bug fixes and other improvements.

Important Changes

qtbase

861dcdd245 Upgrade PCRE2 to 10.40. PCRE2 has been updated to 10.40.

a9ffb84c31 QCOMPARE/QVERIFY: fix huge pessimisation in QTestResult. Optimized successful QCOMPARE and QVERIFY for an up to 2x speedup.

614ab3a4bd SQLite: Update SQLite to v3.39.2. Updated SQLite to v3.39.2

1f9b635044 Fix crash when setting override cursor on multiple clients. Fixed a crash when setting an override cursor on multiple clients.

6a648d270e Update bundled libjpeg-turbo to version 2.1.4. libjpeg-turbo was updated to version 2.1.4

qtdeclarative

b368ffc8c6 QQmlDebug: reliably print the debugger warning. The warning about enabled debuggers is now printed when at least one translation unit in the final executable requests it, independent of the order in which translation units are linked/initialized.

71fb661ef8 Fix fractional scaling of text in Qt Quick. Fixed a kerning issue with native-rendered text when there is a fractional system scale factor set.

qttools

4b4f38d26 lupdate: Allow multiple specifiers after method signature. lupdate does not trip anymore over tr() calls in methods with multiple specifiers. For example "QString MyClass::foo() const noexcept" now gets the correct context.

qtlocation

63d055e8 Update use of HTTP to HTTPS in esri plugin

qtimageformats

fedf3d9 Update bundled libtiff to version 4.4.0. Bundled libtiff was updated to version 4.4.0

8fb9a4f Update bundled libwebp to version 1.2.4. Update bundled libwebp to version 1.2.4

qtserialbus

db246244 Make pduFromStream work on big endian (again). Fix reading from stream on big endian systems

Details at Release note

Qt 5.15.11 release is a patch release made on the top of Qt 5.15.10. As a patch release, Qt 5.15.11 does not add any new functionality but provides bug fixes and other improvements.

For detailed information about Qt, see the Qt 5.15 online documentation: https://doc.qt.io/qt-5/index.html. Important Changes qtbase

861dcdd245 Upgrade PCRE2 to 10.40 PCRE2 has been updated to 10.40.

a9ffb84c31 QCOMPARE/QVERIFY: fix huge pessimisation in QTestResult Optimized successful QCOMPARE and QVERIFY for an up to 2x speedup.

614ab3a4bd SQLite: Update SQLite to v3.39.2 Updated SQLite to v3.39.2

1f9b635044 Fix crash when setting override cursor on multiple clients Fixed a crash when setting an override cursor on multiple clients.

6a648d270e Update bundled libjpeg-turbo to version 2.1.4 libjpeg-turbo was updated to version 2.1.4

qtdeclarative

b368ffc8c6 QQmlDebug: reliably print the debugger warning The warning about enabled debuggers is now printed when at least one translation unit in the final executable requests it, independent of the order in which translation units are linked/initialized.

71fb661ef8 Fix fractional scaling of text in Qt Quick Fixed a kerning issue with native-rendered text when there is a fractional system scale factor set.

qttools

4b4f38d26 lupdate: Allow multiple specifiers after method signature lupdate does not trip anymore over tr() calls in methods with multiple specifiers. For example "QString MyClass::foo() const noexcept" now gets the correct context.

qtlocation

63d055e8 Update use of HTTP to HTTPS in esri plugin

qtimageformats

fedf3d9 Update bundled libtiff to version 4.4.0 Bundled libtiff was updated to version 4.4.0

8fb9a4f Update bundled libwebp to version 1.2.4 Update bundled libwebp to version 1.2.4

qtserialbus

db246244 Make pduFromStream work on big endian (again) Fix reading from stream on big endian systems

Details at https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.11/release-note.md

comment:3 by pierre, 7 months ago

We have to wait for the kde patchset to be rebased on qt-5.15.11.

comment:4 by pierre, 7 months ago

The rebase of the patchset to qt-5.15.11 is not done yet. Looks like the patch wil contain a full copy of libtiff and libwebp. I think they can be removed since our system libraries contains the patches already... But I have to make sure the system libraries are used!

in reply to:  4 comment:5 by pierre, 7 months ago

Replying to pierre:

The rebase of the patchset to qt-5.15.11 is not done yet. Looks like the patch wil contain a full copy of libtiff and libwebp. I think they can be removed since our system libraries contain the patches already... But I have to make sure the system libraries are used!

My logs tell that system libraries were used for 5.15.10...

comment:6 by pierre, 7 months ago

Patch added at commit dfb577ef in the patch repository.

comment:7 by pierre, 7 months ago

sed seems to be still needed.

comment:8 by pierre, 7 months ago

Resolution: fixed
Status: assignedclosed

Fixed at 775d5f4eb5

Note: See TracTickets for help on using tickets.