Browse Source

bump to 1.1.10-3

rustdesk 2 years ago
parent
commit
778c89efb1
3 changed files with 5 additions and 2 deletions
  1. 1 1
      Cargo.lock
  2. 1 1
      Cargo.toml
  3. 3 0
      debian/changelog

+ 1 - 1
Cargo.lock

@@ -779,7 +779,7 @@ dependencies = [
779
 
779
 
780
 [[package]]
780
 [[package]]
781
 name = "hbbs"
781
 name = "hbbs"
782
-version = "1.1.10-2"
782
+version = "1.1.10-3"
783
 dependencies = [
783
 dependencies = [
784
  "async-speed-limit",
784
  "async-speed-limit",
785
  "async-trait",
785
  "async-trait",

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
1
 [package]
1
 [package]
2
 name = "hbbs"
2
 name = "hbbs"
3
-version = "1.1.10-2"
3
+version = "1.1.10-3"
4
 authors = ["rustdesk <info@rustdesk.com>"]
4
 authors = ["rustdesk <info@rustdesk.com>"]
5
 edition = "2021"
5
 edition = "2021"
6
 build = "build.rs"
6
 build = "build.rs"

+ 3 - 0
debian/changelog

@@ -1,3 +1,6 @@
1
+rustdesk-server (1.1.10-3) UNRELEASED; urgency=medium
2
+  * fix on -2
3
+
1
 rustdesk-server (1.1.10-2) UNRELEASED; urgency=medium
4
 rustdesk-server (1.1.10-2) UNRELEASED; urgency=medium
2
 
5
 
3
   * fix hangup signal exit when run with nohup
6
   * fix hangup signal exit when run with nohup