UNCLASSIFIED - NO CUI

Skip to content

Update dependency FreeRDP/FreeRDP to v3

renovate requested to merge renovate/freerdp-freerdp-3.x into development

This MR contains the following updates:

Package Type Update Change
FreeRDP/FreeRDP ironbank-github major 2.11.2 -> 3.0.0
FreeRDP/FreeRDP major 2.11.2 -> 3.0.0

Dependency Lookup Warnings

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

FreeRDP/FreeRDP

v3.0.0

Compare Source

Final 3.0.0 release just a little over two weeks after the last 3.0.0-rc0. This contains bugfixes, drops some legacy code, implements a small feature request and adds some improvements to the build system.

Most notably is the new PreventInSourceBuilds.cmake which does exactly what the name implies, it aborts builds where source equals build directory. If you can not use out of source tree builds for some reason, you can circumvent this measure with the CMake setting -DALLOW_IN_SOURCE_BUILD=ON

Noteworthy changes:

  • add support for AF_VSOCK #​9561
  • xfreerdp drop X11 GDI implementation #​9492
  • fixed connection freeze with childSession #​9594
  • fixed relative mouse input issues #​9608
  • fixed issues with drive redirection #​9610
  • simplified mac build #​9601
  • fixed TSMF to build again #​9603
  • fixed command line /gfx parsing bug #​9598
  • prevent in source tree build #​9550
  • fixed various issues with settings #​9595, #​9596
  • add E2K cpu support in WinMR #​9599
  • fixed wfreerdp DPI settings when used as embedded window #​9593
  • android add mouse hover support #​9495

For a complete and detailed change log since the last release run: git log 3.0.0..3.0.0-rc0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports