Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/freerdp.github.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Miklautz <bmiklautz@users.noreply.github.com>2021-10-22 10:36:46 +0300
committerGitHub <noreply@github.com>2021-10-22 10:36:46 +0300
commit54855cbc456c83dd45e4b5f6c1d39183bef47a1e (patch)
tree165f773daf4bc75be06e84f2dd64a7cafee36097
parentcc8af7ae3cd95e3cdf193945b8a4c92e44d016a7 (diff)
parent2adefc530e7eedfba29fc05b85255fef564a0bd8 (diff)
Merge pull request #7 from FreeRDP/2.4.1
2.4.1 blog post
-rw-r--r--_posts/2021-10-21-2_4_1-released.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/_posts/2021-10-21-2_4_1-released.md b/_posts/2021-10-21-2_4_1-released.md
new file mode 100644
index 0000000..5588146
--- /dev/null
+++ b/_posts/2021-10-21-2_4_1-released.md
@@ -0,0 +1,29 @@
+---
+layout: posts
+title: 2.4.1 Maintenance release
+date: 2021-10-21
+author: an
+---
+
+FreeRDP 2.4.1 has just been released and uploaded to
+
+https://pub.freerdp.com/releases/
+
+2.4.1 is a maintenance release that also addresses the following
+security related problems: [CVE-2021-41159](https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-7c9r-6r2q-93qg) and [CVE-2021-41160](https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-7c9r-6r2q-93qg)
+
+Noteworthy changes:
+ * Refactored RPC gateway parsing code
+ * OpenSSL 3.0 compatibility fixes
+ * USB redirection: fixed transfer lengths
+
+Fixed issues:
+ * [#7363](https://github.com/FreeRDP/FreeRDP/issues/7363): Length checks in ConvertUTF8toUTF16
+ * [#7349](https://github.com/FreeRDP/FreeRDP/issues/7349): Added checks for bitmap width and heigth values
+
+The complete changelog can be found [here](https://github.com/FreeRDP/FreeRDP/blob/2.4.1/ChangeLog).
+
+**Thank you all for your support!**.
+
+Best regards,
+the FreeRDP team.