Skip to content

Commit c80a55a

Browse files
committed
release 3.24.1
1 parent a654d38 commit c80a55a

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: posts
3+
title: 3.24.1 release
4+
date: 2026-03-18
5+
author: an
6+
---
7+
8+
FreeRDP 3.24.1 has just been released and uploaded to
9+
10+
[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
11+
12+
Minor bugfix release addression two regressions found in previous 3.24.0 release
13+
14+
## What's Changed
15+
* [warnings] fix various sign and cast warnings (#12480)
16+
* [client,x11] start with xfc->remote_app = TRUE; (#12491)
17+
* Sam file read regression fix (#12484)
18+
* [ncrypt,smartcardlogon] support ECC keys in PKCS#11 smartcard enumeration (#12490)
19+
* Fix: memory leak in rdp_client_establish_keys() in libfreerdp/core/co… (#12494)
20+
* Fix memory leak in `freerdp_settings_int_buffer_copy()` on error paths (`libfreerdp/core/settings.c`) (#12486)
21+
* Code Cleanups (#12493)
22+
* Fix: memory leak in PCSC_SCardListReadersW() in winpr/libwinpr/smartc… (#12495)
23+
* [channels,telemetry] use dynamic logging (#12496)
24+
* [channel,gfx] use generic plugin log (@12498, #12499)
25+
* [channels,audin] set error when audio_format_read fails (#12500)
26+
* [channels,video] unify error handling (#12502)
27+
* Fastpath fine grained lock (#12503)
28+
* [core,update] make the PlaySound callback non-mandatory (#12504)
29+
* Refinements: RPM build updates, FIPS improvements (#12506)
30+
31+
## New Contributors
32+
* @dko-strd made their first contribution in #12490
33+
* @huanghuihui0904 made their first contribution in #12486
34+
35+
For a complete and detailed change log since the last release run:
36+
git log 3.24.1...3.24.0

0 commit comments

Comments
 (0)