Skip to content

Commit 0bd9088

Browse files
chore: New release 6.7.42
Log:
1 parent 7e19ab8 commit 0bd9088

5 files changed

Lines changed: 44 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,41 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.7.42] - 2026-05-20
9+
10+
### Added
11+
12+
- Add version guard for entryList method
13+
- Add thread safety for pinyin dictionary initialization
14+
- Support full Unicode with UTF-8 byte escaping
15+
16+
### Changed
17+
18+
- Chore: New release 6.7.33
19+
- Chore: New release 6.7.34
20+
- Chore: New release 6.7.35
21+
- Chore: New release 6.7.36
22+
- Chore: New release 6.7.37
23+
- Chore: New release 6.7.38
24+
- Update license info loading and search paths
25+
- Chore: New release 6.7.39
26+
- Chore: New release 6.7.40
27+
- Move inline function to library codebase
28+
- Chore: New release 6.7.41
29+
30+
### Fixed
31+
32+
- Validate subpath format in dconfig
33+
- 修复 DSysInfo 在 AArch64 架构下的线程安全问题
34+
- Restore dconfig_meta_files macro for DTK5 compatibility
35+
- Avoid duplicate logging under systemd with journal
36+
- Replace QScopedPointer with raw pointer for DSGConfigManager
37+
- Memory leak when overwriting cached DBus property values
38+
39+
### Removed
40+
41+
- Remove fallback to file mode in DConfig
42+
843
## [6.7.41] - 2026-05-08
944

1045
### Added

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.7.41
1+
6.7.42

archlinux/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: justforlxz <justforlxz@gmail.com>
22
pkgname=dtkcore-git
3-
pkgver=6.7.41
3+
pkgver=6.7.42
44
pkgrel=1
55
sourcename=dtkcore
66
sourcetars=("$sourcename"_"$pkgver".tar.xz)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
dtkcore (6.7.42) unstable; urgency=medium
2+
3+
* Release 6.7.42
4+
5+
-- yeshanshan <yeshanshan@uniontech.com> Wed, 20 May 2026 14:24:51 +0800
6+
17
dtkcore (6.7.41) unstable; urgency=medium
28

39
* Release 6.7.41

rpm/dtkcore.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dtkcore
2-
Version: 6.7.41
2+
Version: 6.7.42
33
Release: 1%{?dist}
44
Summary: Deepin tool kit core modules
55
License: LGPLv3+

0 commit comments

Comments
 (0)