Skip to content

Commit 92e7d47

Browse files
chore(release): prepare for publishing
1 parent 58c3df8 commit 92e7d47

File tree

12 files changed

+261
-186
lines changed

12 files changed

+261
-186
lines changed

Cargo.lock

Lines changed: 177 additions & 158 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ironrdp-cliprdr-native/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [[0.5.1](https://github.com/Devolutions/IronRDP/compare/ironrdp-cliprdr-native-v0.5.0...ironrdp-cliprdr-native-v0.5.1)] - 2026-01-13
10+
11+
12+
913
## [[0.5.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-cliprdr-native-v0.4.0...ironrdp-cliprdr-native-v0.5.0)] - 2025-12-18
1014

1115
### <!-- 4 -->Bug Fixes

crates/ironrdp-cliprdr-native/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ironrdp-cliprdr-native"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
readme = "README.md"
55
description = "Native CLIPRDR static channel backend implementations for IronRDP"
66
edition.workspace = true
@@ -16,7 +16,7 @@ doctest = false
1616
test = false
1717

1818
[dependencies]
19-
ironrdp-cliprdr = { path = "../ironrdp-cliprdr", version = "0.5" } # public
19+
ironrdp-cliprdr = { path = "../ironrdp-cliprdr", version = "0.6" } # public
2020
ironrdp-core = { path = "../ironrdp-core", version = "0.1" }
2121
tracing = { version = "0.1", features = ["log"] }
2222

crates/ironrdp-cliprdr/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [[0.6.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-cliprdr-v0.5.0...ironrdp-cliprdr-v0.6.0)] - 2026-01-13
10+
11+
### <!-- 1 -->Features
12+
13+
- Add clipboard data locking methods ([#1064](https://github.com/Devolutions/IronRDP/issues/1064)) ([58c3df84bb](https://github.com/Devolutions/IronRDP/commit/58c3df84bb9cafc8669315834cead35a71483c34))
14+
15+
Per [MS-RDPECLIP sections 2.2.4.6 and 2.2.4.7][lock-spec], the Local
16+
Clipboard
17+
Owner may lock the Shared Clipboard Owner's clipboard data before
18+
requesting
19+
file contents to ensure data stability during multi-request transfers.
20+
21+
This enables server implementations to safely request file data from
22+
clients
23+
when handling clipboard paste operations.
24+
25+
---------
26+
27+
28+
929
## [[0.5.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-cliprdr-v0.4.0...ironrdp-cliprdr-v0.5.0)] - 2025-12-18
1030

1131
### <!-- 4 -->Bug Fixes

crates/ironrdp-cliprdr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ironrdp-cliprdr"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
readme = "README.md"
55
description = "CLIPRDR static channel for clipboard implemented as described in MS-RDPECLIP"
66
edition.workspace = true

crates/ironrdp-rdpsnd-native/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [[0.5.1](https://github.com/Devolutions/IronRDP/compare/ironrdp-rdpsnd-native-v0.5.0...ironrdp-rdpsnd-native-v0.5.1)] - 2026-01-13
10+
11+
### <!-- 7 -->Build
12+
13+
- Bump cpal from 0.16.0 to 0.17.1 ([#1071](https://github.com/Devolutions/IronRDP/issues/1071)) ([71245d58cc](https://github.com/Devolutions/IronRDP/commit/71245d58ccfb35dcc403628000ac2649b4bf9697))
14+
15+
16+
917
## [[0.4.1](https://github.com/Devolutions/IronRDP/compare/ironrdp-rdpsnd-native-v0.4.0...ironrdp-rdpsnd-native-v0.4.1)] - 2025-09-24
1018

1119
### <!-- 7 -->Build

crates/ironrdp-rdpsnd-native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ironrdp-rdpsnd-native"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Native RDPSND static channel backend implementations for IronRDP"
55
edition.workspace = true
66
license.workspace = true

crates/ironrdp-server/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [[0.10.1](https://github.com/Devolutions/IronRDP/compare/ironrdp-server-v0.10.0...ironrdp-server-v0.10.1)] - 2026-01-13
10+
11+
### <!-- 1 -->Features
12+
13+
- Add clipboard data locking methods ([#1064](https://github.com/Devolutions/IronRDP/issues/1064)) ([58c3df84bb](https://github.com/Devolutions/IronRDP/commit/58c3df84bb9cafc8669315834cead35a71483c34))
14+
15+
Per [MS-RDPECLIP sections 2.2.4.6 and 2.2.4.7][lock-spec], the Local
16+
Clipboard
17+
Owner may lock the Shared Clipboard Owner's clipboard data before
18+
requesting
19+
file contents to ensure data stability during multi-request transfers.
20+
21+
This enables server implementations to safely request file data from
22+
clients
23+
when handling clipboard paste operations.
24+
25+
---------
26+
27+
28+
929
## [[0.10.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-server-v0.9.0...ironrdp-server-v0.10.0)] - 2025-12-18
1030

1131
### <!-- 4 -->Bug Fixes

crates/ironrdp-server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ironrdp-server"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
readme = "README.md"
55
description = "Extendable skeleton for implementing custom RDP servers"
66
edition.workspace = true
@@ -36,7 +36,7 @@ ironrdp-ainput = { path = "../ironrdp-ainput", version = "0.5" }
3636
ironrdp-core = { path = "../ironrdp-core", version = "0.1" }
3737
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.7" } # public
3838
ironrdp-svc = { path = "../ironrdp-svc", version = "0.6" } # public
39-
ironrdp-cliprdr = { path = "../ironrdp-cliprdr", version = "0.5" } # public
39+
ironrdp-cliprdr = { path = "../ironrdp-cliprdr", version = "0.6" } # public
4040
ironrdp-displaycontrol = { path = "../ironrdp-displaycontrol", version = "0.5" } # public
4141
ironrdp-dvc = { path = "../ironrdp-dvc", version = "0.5" } # public
4242
ironrdp-tokio = { path = "../ironrdp-tokio", version = "0.8", features = ["reqwest"] }

crates/ironrdp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [[0.14.1](https://github.com/Devolutions/IronRDP/compare/ironrdp-v0.14.0...ironrdp-v0.14.1)] - 2026-01-13
10+
11+
12+
913
## [[0.14.0](https://github.com/Devolutions/IronRDP/compare/ironrdp-v0.13.0...ironrdp-v0.14.0)] - 2025-12-18
1014

1115
### <!-- 7 -->Build

0 commit comments

Comments
 (0)