Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.25.0)

project(DDM
VERSION 0.3.7
VERSION 0.3.8
LANGUAGES CXX C)

set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ddm (0.3.8) unstable; urgency=medium

* feat: support automatic login for user sessions

-- guolin <guolin@uniontech.com> Wed, 26 Aug 2026 13:07:15 +0800

ddm (0.3.7) unstable; urgency=medium

* fix(auth): release daemon descriptors in session child
Expand Down
Loading