FreeRDP 3.26.0 has just been released and uploaded to
https://pub.freerdp.com/releases/
Mostly a bugfix and maintenance release with a few nice additions:
- On mac os the H264 decoder now supports VideoToolbox
- The android client got a big overhaul, more has been promised
CVE fixes
- 3 High ranking CVE, no numbers assigned yet. Monitor https://github.com/FreeRDP/FreeRDP/security/advisories for updates
What’s Changed
- cmake: Findyuv: Use correct pkgconfig name (#12666)
- Remove deallocator attribute from rfx_message_free (#12681)
- [winpr,utils] improve winpr/ntlm.h (#12677)
- rdpecam-v4l: stop the capture thread when streaming is cleared (#12690)
- fix(winpr,ncrypt): support PIV retired key slots for smartcard logon (#12684)
- [core,instance] fix deprecation guards (#12691)
- [ci,alt-arch] enable internal MD4, MD5 and RC4 (#12692)
- Add VideoToolbox H.264 support for ffmpeg (#12694)
- [client,common] add /args-from:file:
syntax (#12697) - [ci,freebsd] update freebsd builds (#12698, #12700, #12701, #12702)
- [client, android] UI modernization, SQLCipher and more (#12685, #12686, #12687, #12730, #12731, #12736, #12737, #12688)
- [cmake,deps] use alias target for sso-mib (#12706)
- [core,settings] add auto reconnect triggered flag (#12709)
- Force YUV420P when videotoolbox is used (#12711)
- Release cleanups (#12712)
- [gdi,gfx] fix bounds checks and proxy unit tests (#12713)
- Improved input checks (#12714)
- [winpr,utils] add unit tests for command line parser (#12716)
- Cmdline fixes (#12717)
- [codec,planar] fix bounds checks (#12718)
- [client,common] add freerdp_client_settings_parse_command_line_argume… (#12724)
- [winpr,sspi] clean up ntlm code (#12732)
New Contributors
- @fstanis made their first contribution in (#12694)
For a complete and detailed change log since the last release run: git log 3.26.0…3.25.0
