chore: Update version to 6.0.24#195
Merged
lzwind merged 1 commit intolinuxdeepin:masterfrom Mar 6, 2026
Merged
Conversation
- update version to 6.0.24 log: update version to 6.0.24
|
TAG Bot TAG: 6.0.24 |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideBumps the Debian package version metadata to 6.0.24 in the changelog. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
deepin pr auto review这段代码是 Debian 软件包的变更日志文件( 1. 语法逻辑
2. 代码质量
3. 代码性能
4. 代码安全
总结与改进建议总体来说,这段 diff 的格式是正确的,但存在一个明显的日期错误。 修改建议:
修改后的示例: diff --git a/debian/changelog b/debian/changelog
index 0039fbc..b096389 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+deepin-diskmanager (6.0.24) unstable; urgency=medium
+
+ * fix: Prevent potential crash in DMDbusHandler by adding null checks for async replies.
+ * fix: Ensure DiskManagerService handles DBus connection errors gracefully.
+
+ -- dengzhongyuan <dengzhongyuan@uniontech.com> Fri, 06 Mar 2024 09:10:23 +0800
+
deepin-diskmanager (6.0.23) unstable; urgency=medium
* fix: add path traversal check in mkTempDir function |
lzwind
approved these changes
Mar 6, 2026
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dengzhongyuan365-dev, lzwind The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Contributor
|
TAG Bot ✅ Tag created successfully 📋 Tag Details
|
This was referenced Mar 6, 2026
Open
Open
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
log: update version to 6.0.24
Summary by Sourcery
Bump the Debian package version to 6.0.24 and update the changelog entry accordingly.