diff --git a/CMakeLists.txt b/CMakeLists.txt index ac9661e7..b402b560 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.7) -set(VERSION "2.0.4" CACHE STRING "define project version") +set(VERSION "2.0.17" CACHE STRING "define project version") project(dde-network-core VERSION ${VERSION} DESCRIPTION "DDE Network Core" diff --git a/debian/changelog b/debian/changelog index b96b2c54..4a209a49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +dde-network-core (2.0.17) unstable; urgency=medium + + * fix: vpn dialog open for a long time + * use target link of dde-control-center + * remote deprecated handle + * set extra btn of sysproxymodule to save type + + -- chenhongtao Tue, 19 Dec 2023 10:33:16 +0800 + dde-network-core (2.0.16) unstable; urgency=medium * fix: OpenVPN网关校验等相关问题