Skip to content

Commit 1fd1a2a

Browse files
committed
1.1.14
1 parent bcdfda4 commit 1fd1a2a

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- { name: "arm64v8", target: "aarch64-unknown-linux-musl" }
3636
- { name: "armv7", target: "armv7-unknown-linux-musleabihf" }
3737
- { name: "i386", target: "i686-unknown-linux-musl" }
38-
#- { name: "amd64fb", target: "x86_64-unknown-freebsd" }
38+
- { name: "amd64fb", target: "x86_64-unknown-freebsd" }
3939

4040
steps:
4141

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hbbs"
3-
version = "1.1.13"
3+
version = "1.1.14"
44
authors = ["rustdesk <[email protected]>"]
55
edition = "2021"
66
build = "build.rs"

debian/changelog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
rustdesk-server (1.1.14) UNRELEASED; urgency=medium
2+
* Fix windows crash
3+
* Fix freebsd
4+
15
rustdesk-server (1.1.13) UNRELEASED; urgency=medium
26
* Version check and refactor hbb_common to share with rustdesk client
37

ui/setup.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
!define PRODUCT_NAME "rustdesk_server"
1616
!define PRODUCT_DESCRIPTION "Installer for ${PRODUCT_NAME}"
1717
!define COPYRIGHT "Copyright © 2021"
18-
!define VERSION "1.1.13"
18+
!define VERSION "1.1.14"
1919

2020
VIProductVersion "${VERSION}.0"
2121
VIAddVersionKey "ProductName" "${PRODUCT_NAME}"

0 commit comments

Comments
 (0)