diff --git a/CHANGELOG.md b/CHANGELOG.md index 55693e97..73f33c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.7.24] - 2025-10-16 + +### Fixed + +- Compatibility with Qt 6.10 +- Improve vtable ownership verification in hasVtable + ## [5.7.23] - 2025-09-25 ## [5.7.22] - 2025-09-04 diff --git a/VERSION b/VERSION index a5c3e01d..addaf70a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.23 +5.7.24 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 0973eb20..97ccac76 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=deepin-qt5platform-plugins-git -pkgver=5.7.23 +pkgver=5.7.24 pkgrel=1 sourcename=dde-qt5platform-plugins sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 1d222cfc..2be7d034 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dde-qt5platform-plugins (5.7.24) unstable; urgency=medium + + * Release 5.7.24 + + -- yeshanshan Thu, 16 Oct 2025 19:46:51 +0800 + dde-qt5platform-plugins (5.7.23) unstable; urgency=medium * Release 5.7.23 diff --git a/rpm/qt5platform-plugins.spec b/rpm/qt5platform-plugins.spec index ed21ab18..4aa1c860 100644 --- a/rpm/qt5platform-plugins.spec +++ b/rpm/qt5platform-plugins.spec @@ -4,7 +4,7 @@ %endif Name: dde-qt5platform-plugins -Version: 5.7.23 +Version: 5.7.24 Release: 1%{?dist} Summary: Qt platform plugins for DDE License: GPLv3