This fixes commit dd221bf ("feat: support license caching (#634)") and
semver-checks is now happy:
type ProcessorOutput is no longer UnwindSafe, in
/tmp/.tmppi9kAf/IronRDP/crates/ironrdp-session/src/x224/mod.rs:15
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Changelog: ignore
It's problematic when the client didn't resize, as we send bitmap
updates that don't fit. The client will likely drop the connection.
Let's have a warning for this case in the server.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This makes freerdp keep the flag up and handle desktop
resize/deactivation-reactivation. It should be okay to advertize,
if the server doesn't resize anyway, I guess.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This is just some basic tests, but hopefully it will grow to be more
friendly and cover more behaviours.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
I couldn't find any explicit behaviour described in the specification,
but apparently, we must just keep the channel state as they were during
reactivation. This fixes various state issues during client resize.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
The current behaviour of handling unmatched PDUs in fn read_by_hint()
isn't good enough. An unexpected PDUs may be received and fail to be
decoded during Acceptor::step().
Change the code to simply drop unexpected PDUs (as opposed to attempting
to replay the unmatched leftover, which isn't clearly needed)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Adds support for license caching by storing the license obtained
from SERVER_UPGRADE_LICENSE message and sending
CLIENT_LICENSE_INFO if a license requested by the server is already
stored in the cache.
Co-authored-by: Benoît Cortier <3809077+CBenoit@users.noreply.github.com>
Bumps the patch group with 3 updates:
[async-trait](https://github.com/dtolnay/async-trait),
[winit](https://github.com/rust-windowing/winit) and
[reqwest](https://github.com/seanmonstar/reqwest).
Updates `async-trait` from 0.1.83 to 0.1.85
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/async-trait/releases">async-trait's
releases</a>.</em></p>
<blockquote>
<h2>0.1.85</h2>
<ul>
<li>Omit <code>Self: 'async_trait</code> bound in impl when not needed
by signature (<a
href="https://redirect.github.com/dtolnay/async-trait/issues/284">#284</a>)</li>
</ul>
<h2>0.1.84</h2>
<ul>
<li>Support <code>impl Trait</code> in return type (<a
href="https://redirect.github.com/dtolnay/async-trait/issues/282">#282</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="fee923d4a0"><code>fee923d</code></a>
Release 0.1.85</li>
<li><a
href="0c2e1083f2"><code>0c2e108</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/async-trait/issues/284">#284</a>
from dtolnay/selfinblock</li>
<li><a
href="9456e54b59"><code>9456e54</code></a>
Omit <code>Self: 'async_trait</code> bound in impl when not needed by
signature</li>
<li><a
href="b77d0d504c"><code>b77d0d5</code></a>
Add regression test for issue 283</li>
<li><a
href="4c8406dd47"><code>4c8406d</code></a>
Release 0.1.84</li>
<li><a
href="1cab7e43da"><code>1cab7e4</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/async-trait/issues/282">#282</a>
from dtolnay/impltrait</li>
<li><a
href="3af8236a3d"><code>3af8236</code></a>
Require Rust 1.75+ for RPITIT (return position impl trait in trait)</li>
<li><a
href="85b572c442"><code>85b572c</code></a>
Support impl Trait in return type</li>
<li><a
href="aff365fb74"><code>aff365f</code></a>
Add regression test for issue 281</li>
<li><a
href="7d8519d416"><code>7d8519d</code></a>
Update ui test suite to nightly-2024-12-09</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/async-trait/compare/0.1.83...0.1.85">compare
view</a></li>
</ul>
</details>
<br />
Updates `winit` from 0.30.7 to 0.30.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-windowing/winit/releases">winit's
releases</a>.</em></p>
<blockquote>
<h2>Winit version 0.30.8</h2>
<h3>Added</h3>
<ul>
<li><code>ActivationToken::from_raw</code> and
<code>ActivationToken::into_raw</code>.</li>
<li>On X11, add a workaround for disabling IME on GNOME.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>On Windows, fixed the event loop not waking on accessibility
requests.</li>
<li>On X11, fixed cursor grab mode state tracking on error.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="58402b58cf"><code>58402b5</code></a>
Winit version 0.30.8</li>
<li><a
href="d7710f7264"><code>d7710f7</code></a>
api: add <code>ActivationToken::{from,into}_raw</code></li>
<li><a
href="61314cd50a"><code>61314cd</code></a>
x11: fix cursor grab mode tracking on error</li>
<li><a
href="6b5cc165dd"><code>6b5cc16</code></a>
x11: add workaround for disabling IME on gnome</li>
<li><a
href="43c323ccc0"><code>43c323c</code></a>
windows: fix the event loop not waking on accessibility requests</li>
<li>See full diff in <a
href="https://github.com/rust-windowing/winit/compare/v0.30.7...v0.30.8">compare
view</a></li>
</ul>
</details>
<br />
Updates `reqwest` from 0.12.11 to 0.12.12
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's
changelog</a>.</em></p>
<blockquote>
<h2>v0.12.12</h2>
<ul>
<li>(wasm) Fix compilation by not compiler <code>tokio/time</code> on
WASM.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8b8fdd2552"><code>8b8fdd2</code></a>
v0.12.12</li>
<li><a
href="1ef87032c8"><code>1ef8703</code></a>
(wasm) fix: remove tower as dependency for wasm32-unknown-unknown (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2510">#2510</a>)</li>
<li>See full diff in <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.11...v0.12.12">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Pass `--no-verify` to `cargo publish` when publishing `*-native` crates.
`*-native` crates may have all kinds of system requirements depending
on the platform. We can only check for the current platform when cargo
publish is invoked, all the others are effectively unverified. For this
reason, it's not worth complexifying the release-crates.yml workflow. We
already verify all targets properly in the CI.
- Only create release PR for features, bug fixes, documentation updates,
build and dependencies changes, and performance improvements.
- Only create GitHub releases for ironrdp and ironrdp-client crates.
- Enable the rustls feature flag when publishing ironrdp-tls, otherwise
the compilation will errors out.