From c2e7c55916959198b6139abf783aba1c3225eb7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 21:11:07 +0800 Subject: [PATCH] chore: New release 5.7.19 Log: --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- archlinux/PKGBUILD | 2 +- debian/changelog | 6 ++++++ rpm/dtkcore.spec | 2 +- 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96abbd23..f438e57f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.19] - 2025-07-03 + +### Added + +- Add security hardening flags to build configuration + +### Changed + +- Replace QtDBus with libdbus-1 in dsgapplication + ## [5.7.18] - 2025-06-27 ### Fixed diff --git a/VERSION b/VERSION index ffefe419..1ccc3757 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.18 +5.7.19 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 288bf052..422bc551 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=dtkcore-git -pkgver=5.7.18 +pkgver=5.7.19 pkgrel=1 sourcename=dtkcore sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 460a7eed..0665c5c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkcore (5.7.19) unstable; urgency=medium + + * Release 5.7.19 + + -- yeshanshan Thu, 03 Jul 2025 21:11:07 +0800 + dtkcore (5.7.18) unstable; urgency=medium * Release 5.7.18 diff --git a/rpm/dtkcore.spec b/rpm/dtkcore.spec index afc70efe..79d998ac 100644 --- a/rpm/dtkcore.spec +++ b/rpm/dtkcore.spec @@ -1,5 +1,5 @@ Name: dtkcore -Version: 5.7.18 +Version: 5.7.19 Release: 1%{?dist} Summary: Deepin tool kit core modules License: LGPLv3+