From announce at qt-project.org Fri Jan 10 14:04:51 2025 From: announce at qt-project.org (List for announcements regarding Qt releases and development) Date: Fri, 10 Jan 2025 13:04:51 +0000 Subject: [Announce] Qt 6.5.4 Opensource released Message-ID: Hi all, we have released Qt 6.5.4 opensource today: * release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.4/release-note.md * source packages in download.qt.io: * https://download.qt.io/official_releases/qt/6.5/6.5.4/ * https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-6.5.4-src/ * Git: clone the release with the tag v6.5.4-lts-lgpl Best regards Tarja Sundqvist Release manager -------------- next part -------------- An HTML attachment was scrubbed... URL: From announce at qt-project.org Thu Jan 16 20:37:32 2025 From: announce at qt-project.org (List for announcements regarding Qt releases and development) Date: Thu, 16 Jan 2025 19:37:32 +0000 Subject: [Announce] Qt 6.2.11 Opensource released Message-ID: Hi all, we have released Qt 6.2.11 opensource today: * release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.2.11/release-note.md * source packages in download.qt.io: * https://download.qt.io/archive/qt/6.2/6.2.11/ (note! All Qt6.2 downloads are now available under https://download.qt.io/archive/qt/6.2/) * https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-6.2.11-src/ * Git: clone the release with the tag v6.2.11-lts-lgpl Best regards Tarja Sundqvist Release manager -------------- next part -------------- An HTML attachment was scrubbed... URL: From announce at qt-project.org Mon Jan 20 15:53:17 2025 From: announce at qt-project.org (List for announcements regarding Qt releases and development) Date: Mon, 20 Jan 2025 14:53:17 +0000 Subject: [Announce] Qt Safe Renderer 2.1 Released Message-ID: Hi all, We have released Qt Safe Renderer 2.1 today. The blog post provides detailed information on the release content: https://www.qt.io/blog/qt-safe-renderer-2.1-released Thank you for the QSR team & all involved! Best regards, Tarja Sundqvist Release Manager -------------- next part -------------- An HTML attachment was scrubbed... URL: From announce at qt-project.org Wed Jan 22 09:58:31 2025 From: announce at qt-project.org (List for announcements regarding Qt releases and development) Date: Wed, 22 Jan 2025 08:58:31 +0000 Subject: [Announce] Security advisory: A read past the end of the buffer and division by zero security issue in QLowEnergyController on Linux impacts Qt Message-ID: A read past the end of the buffer and division by zero security issue in QLowEnergyController in the Qt Bluetooth module on Linux has been discovered and has been assigned the CVE id CVE-2025-23050. Affected versions: From Qt 5.4.0 to 5.15.18, 6.0.0 to 6.5.8, and 6.6.0 to 6.8.1. Impact: QLowEnergyController on Linux has a BlueZ DBus and a Bluetooth Kernel API backend. When using the Bluetooth Kernel API backend of QLowEnergyController, QtBluetooth creates a Bluetooth L2CAP socket to establish a connection with an external Bluetooth Low Energy device. After that, the external device can send malformed Bluetooth ATT commands to trigger read past the end of the buffer and division by zero errors. The problem is relevant for both central and peripheral roles. For central role use cases the Bluetooth Kernel API backend is only used if the system's BlueZ runtime version is lower than 5.42. For peripheral use cases, the Bluetooth Kernel API backend is used by default for all Qt versions before Qt 6.7. Deployments using Qt 6.7 or later trigger the backend if the Bluez version is below 5.56 or the explicit opt in via the env variable QT_BLUETOOTH_USE_KERNEL_PERIPHERAL was given. In the central role the user has to explicitly connect to the attacking external device before the malformed commands are processed. In the peripheral role, the advertising should be started with the QLowEnergyAdvertisingParameters::AdvInd mode to allow the external device to connect. Solution: Apply the following patch or update to Qt 6.9.0 or 6.8.2 or 6.5.9 or 5.15.19 Patches: dev: https://codereview.qt-project.org/c/qt/qtconnectivity/+/614538 Qt 6.9: https://codereview.qt-project.org/c/qt/qtconnectivity/+/616915/2 Qt 6.8: https://codereview.qt-project.org/c/qt/qtconnectivity/+/617004 or https://download.qt.io/official_releases/qt/6.8/CVE-2025-23050-qtconnectivity-6.8.diff Qt 6.5: https://codereview.qt-project.org/c/qt/tqtc-qtconnectivity/+/617086 or https://download.qt.io/official_releases/qt/6.5/CVE-2025-23050-qtconnectivity-6.5.diff Qt 5.15: https://codereview.qt-project.org/c/qt/tqtc-qtconnectivity/+/617371 or https://download.qt.io/official_releases/qt/5.15/CVE-2025-23050-qtconnectivity-5.15.diff Regards, Andy -- Andy Shaw, Director, Customer Services - SQS The Qt Company From announce at qt-project.org Wed Jan 22 10:34:57 2025 From: announce at qt-project.org (List for announcements regarding Qt releases and development) Date: Wed, 22 Jan 2025 09:34:57 +0000 Subject: [Announce] Qt 6.9.0 Beta2 released Message-ID: Hi all! We have released the Qt 6.9.0 Beta2 today. As earlier, you can get it via the Qt online installer. Source packages are also available in the Qt Account and download.qt.io. Delta to the beta1 attached. Please make sure you will report all findings in Jira. Br, Jani Heikkinen -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: delta_qt6.9.0-beta1_qt6.9.0-beta2.txt URL: From announce at qt-project.org Thu Jan 23 11:05:12 2025 From: announce at qt-project.org (List for announcements regarding Qt releases and development) Date: Thu, 23 Jan 2025 10:05:12 +0000 Subject: [Announce] Qt Creator 15.0.1 released Message-ID: We are happy to announce the release of Qt Creator 15.0.1! https://www.qt.io/blog/qt-creator-15.0.1-released -- Eike Ziller Principal Software Engineer The Qt Company GmbH Erich-Thilo-Str. 10 12489 Berlin, Germany eike.ziller at qt.io https://qt.io Gesch?ftsf?hrer: Mika P?lsi, Juha Varelius, Jouni Lintunen Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B From announce at qt-project.org Thu Jan 30 11:47:21 2025 From: announce at qt-project.org (List for announcements regarding Qt releases and development) Date: Thu, 30 Jan 2025 10:47:21 +0000 Subject: [Announce] Qt Creator 16 Beta released Message-ID: We are happy to announce the release of Qt Creator 16 Beta! https://www.qt.io/blog/qt-creator-16-beta-released -- Eike Ziller Principal Software Engineer The Qt Company GmbH Erich-Thilo-Str. 10 12489 Berlin, Germany eike.ziller at qt.io https://qt.io Gesch?ftsf?hrer: Mika P?lsi, Juha Varelius, Jouni Lintunen Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B From announce at qt-project.org Fri Jan 31 10:51:13 2025 From: announce at qt-project.org (List for announcements regarding Qt releases and development) Date: Fri, 31 Jan 2025 09:51:13 +0000 Subject: [Announce] Qt 6.8.2 Released Message-ID: Hi all! We have released Qt 6.8.2, see https://www.qt.io/blog/qt-6.8.2-released Big thanks to everyone involved! br, Jani Heikkinen Release Manager -------------- next part -------------- An HTML attachment was scrubbed... URL: