diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | debian/changelog | 3 |
3 files changed, 5 insertions, 2 deletions
@@ -779,7 +779,7 @@ dependencies = [ [[package]] name = "hbbs" -version = "1.1.10-2" +version = "1.1.10-3" dependencies = [ "async-speed-limit", "async-trait", @@ -1,6 +1,6 @@ [package] name = "hbbs" -version = "1.1.10-2" +version = "1.1.10-3" authors = ["rustdesk <[email protected]>"] edition = "2021" build = "build.rs" diff --git a/debian/changelog b/debian/changelog index b2e1e7d..e76d68a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,6 @@ +rustdesk-server (1.1.10-3) UNRELEASED; urgency=medium + * fix on -2 + rustdesk-server (1.1.10-2) UNRELEASED; urgency=medium * fix hangup signal exit when run with nohup |