Skip to content

Commit 5455ec2

Browse files
akallabethmfleisz
authored andcommitted
changelog
1 parent 2de926e commit 5455ec2

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

ChangeLog

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# 2024-02-22 Version 3.3.0
2+
3+
This release concentrates on code cleanup and overall quality improvements.
4+
Some usability issues and inconvenient API functions were fixed on the way.
5+
6+
New features have been introduced (better image clipboard) but that stays
7+
deactivated by default as we´re in a stable series.
8+
9+
Check the new CMake options:
10+
* PLUGIN_ABS_PATHS_DEFAULT disables loading of external channels from all
11+
but a specified absolute plugin directory defined by FREERDP_PLUGIN_PATH
12+
* WINPR_UTILS_IMAGE_PNG enables PNG support with libpng in winpr image/clipboard
13+
* WITH_LODEPNG enables PNG support with lodepng library in winpr image/clipboard
14+
* WINPR_UTILS_IMAGE_WEBP enables WEBP support in winpr image/clipboard
15+
* WINPR_UTILS_IMAGE_JPEG enables JPEG support in winpr image/clipboard
16+
* USE_EXECINFO enables or disables backtrace support with execinfo
17+
* WITH_WEBVIEW now defaults to OFF on windows, apple and android (not implemented)
18+
19+
Noteworthy changes:
20+
* Improved image clipboard (xfreerdp, wlfreerdp) (#9873, #9826)
21+
* Improved SDL client (#9875, #9887, #9883, #9878, #9792)
22+
* Allow plugin loader to only use absolute paths (#9809)
23+
* Improved TLS channel binding (#9838)
24+
* Add GCC/clang attribute malloc wrapper WINPR_ATTR_MALLOC (#9863)
25+
* Major clang-tidy code cleanups and bugfixes (#9799, #9834)
26+
* Provide some defaults for wObject functions (#9799)
27+
* Fix a bug in shadow with GFX breaking mstsc (#9818)
28+
* Improved manpages and help (#9813, #9804)
29+
* Blocking mode via transport IO interface (#9793)
30+
31+
For a complete and detailed change log since the last release run:
32+
git log 3.3.0...3.2.0
33+
134
# 2024-01-19 Version 3.2.0
235

336
This release mostly addresses issues reported since the last release.

0 commit comments

Comments
 (0)