aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrustdesk <[email protected]>2024-01-31 11:20:04 +0800
committerrustdesk <[email protected]>2024-01-31 11:20:04 +0800
commit778c89efb10f687afe803c2afaed26be6f7e781d (patch)
treea22d863dfdc094cc374d033c05026d9a83bbf70d
parenta7a0fa7cb528d6399d978e231b4bb30fd7b6567d (diff)
downloadrustdesk-server-778c89efb10f687afe803c2afaed26be6f7e781d.tar.gz
rustdesk-server-778c89efb10f687afe803c2afaed26be6f7e781d.zip
bump to 1.1.10-3
-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