chore: Update version to 6.5.33 - #489
Conversation
- update version to 6.5.33 log: update version to 6.5.33
Reviewer's guide (collapsed on small PRs)Reviewer's GuideBumps the Debian package changelog to version 6.5.33 and records the corresponding log entry. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Warning
详情 {
"export": {
"debian/changelog": {
"b": [
" * fix(security): harden ops log export via fd-based transfer and symlink-safe collection"
]
}
}
} |
|
TAG Bot TAG: 6.5.33 |
deepin pr auto review★ 总体评分:95分■ 【总体评价】
■ 【详细分析】
■ 【改进建议代码示例】 // 修复竞争条件:先注册 D-Bus Object,再注册 Service Name,确保服务名就绪时对象已可响应请求
LogViewerService service;
if (!systemBus.registerObject(LogViewerPath,
&service,
QDBusConnection::ExportAllSlots | QDBusConnection::ExportAllSignals)) {
qCCritical(logService) << "registerObject failed:" << systemBus.lastError();
exit(0x0002);
}
if (!systemBus.registerService(LogViewerServiceName)) {
qCCritical(logService) << "registerService failed:" << systemBus.lastError();
exit(0x0001);
} |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: add-uos, 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 |
|
TAG Bot ✅ Tag created successfully 📋 Tag Details
|
log: update version to 6.5.33
Summary by Sourcery
Chores: