Skip to content

Commit 2efde56

Browse files
committed
chore: update changelog for 0.7.4 release
Update the debian changelog to reflect the changes included in the 0.7.4 release. This includes listing the bug fixes and refactoring efforts that went into the release, providing a clear record of the changes for users and maintainers. The changes include fixes for build failures on Arch Linux, heap-use-after-free issues, Qt private module inclusion for Qt 6.11, build problems when examples are enabled, and the removal of branch filters for workflow triggers. Influence: This change does not directly affect the application's functionality. However, it improves the package information and history, which aids in debugging and maintenance. After the release, verify the changelog is accurate and accessible through the package manager or documentation. Ensure build and runtime issues addressed in this release are resolved by black box testing on the targeted operating systems, especially Arch Linux. chore: 更新 0.7.4 版本的更新日志 更新 debian 的更新日志以反映 0.7.4 版本中包含的更改。 这包括列出版本中包 含的错误修复和重构工作,为用户和维护人员提供清晰的更改记录。 这些更改包 括修复 Arch Linux 上的构建失败、堆释放后使用问题、Qt 6.11 的 Qt 私有模块 包含、启用示例时的构建问题以及删除工作流触发器的分支过滤器。 Influence: 此更改不会直接影响应用程序的功能。 但是,它改进了软件包信息和历史记录, 有助于调试和维护。 发布后,验证更改日志是否准确,并且可以通过软件包管理 器或文档访问。 确保通过在目标操作系统(尤其是 Arch Linux)上进行黑盒测试 来解决此版本中解决的构建和运行时问题。
1 parent 2b147c7 commit 2efde56

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

debian/changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
treeland (0.7.4) unstable; urgency=medium
2+
3+
[ JiDe Zhang ]
4+
* fix: fix build failure on Arch Linux
5+
* fix: fix heap-use-after-free on exit
6+
* fix: include Qt private modules for Qt 6.11
7+
* fix: fix build when treeland examples are enabled
8+
* refactor: remove branch filter for workflow triggers
9+
10+
[ Felix Yan ]
11+
* fix: compile errors on Arch for forward declared class
12+
13+
-- JiDe Zhang <zhangjide@deepin.org> Wed, 15 Oct 2025 13:04:11 +0800
14+
115
treeland (0.7.3) unstable; urgency=medium
216

317
* fix: fix WorkspaceSelectionList animation's highlight border size

0 commit comments

Comments
 (0)