diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b8b6754..a6e49504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ 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). +## [6.7.36] - 2026-03-12 + +### Changed + +- Chore: New release 6.7.33 +- Chore: New release 6.7.34 +- Chore: New release 6.7.35 + +### Fixed + +- Validate subpath format in dconfig +- 修复 DSysInfo 在 AArch64 架构下的线程安全问题 +- Restore dconfig_meta_files macro for DTK5 compatibility +- Avoid duplicate logging under systemd with journal + +### Removed + +- Remove fallback to file mode in DConfig + ## [6.7.35] - 2026-03-05 ### Changed diff --git a/VERSION b/VERSION index 969848a6..7bfc4e0e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.7.35 +6.7.36 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index ef6350b3..9162b36d 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=dtkcore-git -pkgver=6.7.35 +pkgver=6.7.36 pkgrel=1 sourcename=dtkcore sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 42f4c8c3..ede7efc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dtkcore (6.7.36) unstable; urgency=medium + + * Release 6.7.36 + + -- yeshanshan Thu, 12 Mar 2026 20:20:47 +0800 + dtkcore (6.7.35) unstable; urgency=medium * Release 6.7.35 diff --git a/rpm/dtkcore.spec b/rpm/dtkcore.spec index fe2ed3be..660950f4 100644 --- a/rpm/dtkcore.spec +++ b/rpm/dtkcore.spec @@ -1,5 +1,5 @@ Name: dtkcore -Version: 6.7.35 +Version: 6.7.36 Release: 1%{?dist} Summary: Deepin tool kit core modules License: LGPLv3+