From aeb48ee2ff2a5432b0a0aa9826049163fc2e1390 Mon Sep 17 00:00:00 2001 From: wangzhaohui Date: Sat, 21 Mar 2026 18:36:06 +0800 Subject: [PATCH] chore: bump version to 6.2.51 --- debian/changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index fffb5f11c..c3d3dab66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +lastore-daemon (6.2.51) unstable; urgency=medium + + * feat: lastore更新支持p2p协议的流量优化 + * fix(config): prevent dconfig core dump caused by malformed config value format (#333) + * fix: Adjust the conditions for reporting environment check results. + * fix: The directory /run/lastore does not exist. + * fix: unify system upgrade logic (#335) + * fix: Fix the issue of failed reporting to the platform. + + -- wangzhaohui Sat, 21 Mar 2026 18:35:29 +0800 + lastore-daemon (6.2.50) unstable; urgency=medium * feat: support lastore-daemon debug mode (#326)