From 0e692de1c2a435a1d541bc80ad7e254657bd3e57 Mon Sep 17 00:00:00 2001 From: zhangkun Date: Wed, 29 Apr 2026 16:10:14 +0800 Subject: [PATCH] chore: bump version to 2.0.39 update changelog to 2.0.39 Log: update changelog to 2.0.39 --- debian/changelog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/debian/changelog b/debian/changelog index dbe96b47c..ca9ddbc47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +dde-shell (2.0.39) unstable; urgency=medium + + * fix: correct SPDX comment syntax in DDEShellDockConfig.cmake.in + * chore: update copyright years and fix tooltip behavior + * fix: correct ActiveRole and AttentionRole data retrieval for active + app model + * fix: prevent use-after-free in DataAccessorProxy::setSource + * fix: modernize CMake configuration for notification server tests + * chore: update copyright year ranges in source headers + * build(debian): add libgmock-dev to build dependencies + * fix(dock): fix memory leak in RoleGroupModel and add comprehensive + tests + * Revert "feat(build): add ENABLE_SANITIZER option for debugging" + * chore(tests): update license and copyright headers + * feat(build): add ENABLE_SANITIZER option for debugging + * chore(build): remove sanitizer flags from CMakeLists + * fix(test): fix memory leaks in test code + * fix:add test notification server applet case by gtest + + -- zhangkun Wed, 29 Apr 2026 16:10:12 +0800 + dde-shell (2.0.38) unstable; urgency=medium * fix: resolve tray submenu display position issue at screen top-left