aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--debian/changelog3
3 files changed, 5 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 468ab93..f62e537 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -779,7 +779,7 @@ dependencies = [
[[package]]
name = "hbbs"
-version = "1.1.10-2"
+version = "1.1.10-3"
dependencies = [
"async-speed-limit",
"async-trait",
diff --git a/Cargo.toml b/Cargo.toml
index 3c22875..f7febce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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