diff --git a/_posts/2021-07-28-2_4_0-released.md b/_posts/2021-07-28-2_4_0-released.md
new file mode 100644
index 0000000..ef6b27f
--- /dev/null
+++ b/_posts/2021-07-28-2_4_0-released.md
@@ -0,0 +1,31 @@
+---
+layout: posts
+title: 2.4.0 Maintenance release
+date: 2021-07-28
+author: an
+---
+
+FreeRDP 2.4.0 has just been released and uploaded to
+
+https://pub.freerdp.com/releases/
+
+2.4.0 is a maintenance release that also addresses the following
+security related problems: [CVE-2021-3759](https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-gw67-q7f9-4cg2) and [CVE-2021-37595](https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-qg62-jcfp-46fw)
+(affecting wfreerdp on Windows only).
+
+Other noteworthy changes are:
+
+* Backported multithreaded progressive decoder [#7036](https://github.com/FreeRDP/FreeRDP/pull/7036)
+* Backported clipboard fixes [#6924](https://github.com/FreeRDP/FreeRDP/pull/6924)
+* Fixed remote file read [#7185](https://github.com/FreeRDP/FreeRDP/pull/7185)
+
+As usual the tar archive can be found on
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/) and here is the link to the
+GitHub [release page](https://github.com/FreeRDP/FreeRDP/releases/tag/2.4.0) .
+
+The complete changelog can be found [here](https://github.com/FreeRDP/FreeRDP/blob/2.4.0/ChangeLog).
+
+**Thank you all for your support!**.
+
+Best regards,
+the FreeRDP team.
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.
diff --git a/_posts/2022-01-12-2_5_0-released.md b/_posts/2022-01-12-2_5_0-released.md
new file mode 100644
index 0000000..c53ba86
--- /dev/null
+++ b/_posts/2022-01-12-2_5_0-released.md
@@ -0,0 +1,27 @@
+---
+layout: posts
+title: 2.5.0 Maintenance and security release
+date: 2022-01-12
+author: bm
+---
+
+FreeRDP 2.5.0 has just been released and uploaded to
+
+https://pub.freerdp.com/releases/
+
+2.5.0 is a maintenance release that also addresses the following
+security related problems:
+
+* improve locale detection - invalid locales set in LANG could lead to a crash
+* fix and improve the registry parser - missing closing quotes could crash the registry parser
+* fix for addin file loader (library only function) - invalid file names could cause the invoking
+ application to crash
+
+
+**Thanks to George Zaytsev from Positive Technologies for reporting these problems!**
+
+See our ChangeLog for a complete list of changes https://github.com/FreeRDP/FreeRDP/blob/2.5.0/ChangeLog
+
+
+Best regards,
+the FreeRDP team.
diff --git a/_posts/2022-02-22-2_6_0-released.md b/_posts/2022-02-22-2_6_0-released.md
new file mode 100644
index 0000000..b43f069
--- /dev/null
+++ b/_posts/2022-02-22-2_6_0-released.md
@@ -0,0 +1,19 @@
+---
+layout: posts
+title: 2.6.0 Maintenance and security release
+date: 2022-02-22
+author: an
+---
+
+FreeRDP 2.6.0 has just been released and uploaded to
+
+https://pub.freerdp.com/releases/
+
+2.6.0 is a maintenance release with focus on improved android support.
+It also introduces a new RDP channel 'ainput' creating a foundation for relative mouse input with RDP
+
+See our ChangeLog for a complete list of changes https://github.com/FreeRDP/FreeRDP/blob/2.6.0/ChangeLog
+
+
+Best regards,
+the FreeRDP team.
diff --git a/_posts/2022-03-07-2_6_1-released.md b/_posts/2022-03-07-2_6_1-released.md
new file mode 100644
index 0000000..dc14c5d
--- /dev/null
+++ b/_posts/2022-03-07-2_6_1-released.md
@@ -0,0 +1,18 @@
+---
+layout: posts
+title: 2.6.1 Maintenance release
+date: 2022-03-07
+author: an
+---
+
+FreeRDP 2.6.1 has just been released and uploaded to
+
+https://pub.freerdp.com/releases/
+
+2.6.1 is a maintenance release with focus on improved logging.
+
+See our ChangeLog for a complete list of changes https://github.com/FreeRDP/FreeRDP/blob/2.6.1/ChangeLog
+
+
+Best regards,
+the FreeRDP team.
diff --git a/_posts/2022-04-25-2_7_0-release.md b/_posts/2022-04-25-2_7_0-release.md
new file mode 100644
index 0000000..8ba0316
--- /dev/null
+++ b/_posts/2022-04-25-2_7_0-release.md
@@ -0,0 +1,18 @@
+---
+layout: posts
+title: 2.7.0 Maintenance and security release
+date: 2022-04-25
+author: an
+---
+
+FreeRDP 2.7.0 has just been released and uploaded to
+
+https://pub.freerdp.com/releases/
+
+2.7.0 is a security and maintenance release. If you are using FreeRDP in your RDP server an update is highly recommended. More information following.
+
+See our ChangeLog for a complete list of changes https://github.com/FreeRDP/FreeRDP/blob/2.7.0/ChangeLog
+
+
+Best regards,
+the FreeRDP team.
diff --git a/_posts/2022-07-28-2_8_0-release.md b/_posts/2022-07-28-2_8_0-release.md
new file mode 100644
index 0000000..315a2c9
--- /dev/null
+++ b/_posts/2022-07-28-2_8_0-release.md
@@ -0,0 +1,13 @@
+---
+layout: posts
+title: 2.8.0 Maintenance and security release
+date: 2022-07-28
+author: bm
+---
+
+FreeRDP 2.8.0 has just been released and uploaded to
+
+https://pub.freerdp.com/releases/
+
+
+2.8.0 is a maintenance release, see our ChangeLog for a complete list of changes https://github.com/FreeRDP/FreeRDP/blob/2.8.0/ChangeLog
diff --git a/_posts/2022-10-12-2_8_1-release.md b/_posts/2022-10-12-2_8_1-release.md
new file mode 100644
index 0000000..4e02100
--- /dev/null
+++ b/_posts/2022-10-12-2_8_1-release.md
@@ -0,0 +1,15 @@
+---
+layout: posts
+title: 2.8.1 Maintenance and security release
+date: 2022-10-12
+author: an
+---
+
+FreeRDP 2.8.1 has just been released and uploaded to
+
+https://pub.freerdp.com/releases/
+
+
+2.8.1 is a maintenance and security release.
+We´ve fixed two client side CVE reported by BT5.
+See our ChangeLog for a complete list of changes https://github.com/FreeRDP/FreeRDP/blob/2.8.1/ChangeLog
diff --git a/_posts/2022-11-16-2_9_0-release.md b/_posts/2022-11-16-2_9_0-release.md
new file mode 100644
index 0000000..4397a32
--- /dev/null
+++ b/_posts/2022-11-16-2_9_0-release.md
@@ -0,0 +1,15 @@
+---
+layout: posts
+title: 2.9.0 Maintenance and security release
+date: 2022-11-16
+author: an
+---
+
+FreeRDP 2.9.0 has just been released and uploaded to
+
+https://pub.freerdp.com/releases/
+
+
+2.9.0 is a maintenance and security release.
+We´ve fixed seven client side CVE reported by 'Team BT5 (BoB 11th)'.
+See our ChangeLog for a complete list of changes https://github.com/FreeRDP/FreeRDP/blob/2.9.0/ChangeLog
diff --git a/_posts/2023-02-16-2_10_0-release.md b/_posts/2023-02-16-2_10_0-release.md
new file mode 100644
index 0000000..0183a79
--- /dev/null
+++ b/_posts/2023-02-16-2_10_0-release.md
@@ -0,0 +1,14 @@
+---
+layout: posts
+title: 2.10.0 Maintenance and security release
+date: 2023-02-16
+author: an
+---
+
+FreeRDP 2.10.0 has just been released and uploaded to
+
+https://pub.freerdp.com/releases/
+
+
+2.10.0 is a maintenance and security release.
+See our ChangeLog for a complete list of changes https://github.com/FreeRDP/FreeRDP/blob/2.10.0/ChangeLog
diff --git a/_posts/2023-07-19-3_0_0_beta1-release.md b/_posts/2023-07-19-3_0_0_beta1-release.md
new file mode 100644
index 0000000..377e07a
--- /dev/null
+++ b/_posts/2023-07-19-3_0_0_beta1-release.md
@@ -0,0 +1,14 @@
+---
+layout: posts
+title: 3.0.0-beta1 New (Beta) Major Release
+date: 2023-07-19
+author: an
+---
+
+FreeRDP 3.0.0-beta has just been released and uploaded to
+
+https://pub.freerdp.com/releases/
+
+
+3.0.0-beta1 is the first beta for a new major release and brings a lot of new features as well as improvements all over the place.
+See our ChangeLog for a complete list of changes https://github.com/FreeRDP/FreeRDP/blob/3.0.0-beta1/ChangeLog
diff --git a/_posts/2023-08-02-3_0_0_beta2-release.md b/_posts/2023-08-02-3_0_0_beta2-release.md
new file mode 100644
index 0000000..265613e
--- /dev/null
+++ b/_posts/2023-08-02-3_0_0_beta2-release.md
@@ -0,0 +1,14 @@
+---
+layout: posts
+title: 3.0.0-beta2 Second 3.0.0 Beta Release
+date: 2023-08-02
+author: an
+---
+
+FreeRDP 3.0.0-beta2 has just been released and uploaded to
+
+https://pub.freerdp.com/releases/
+
+
+3.0.0-beta2 is the second beta for a new major release and fixes lots of issues found in (or not ready for) the previous beta.
+See our ChangeLog for a complete list of changes https://github.com/FreeRDP/FreeRDP/blob/3.0.0-beta2/ChangeLog
diff --git a/_posts/2023-08-28-2_11_0-release.md b/_posts/2023-08-28-2_11_0-release.md
new file mode 100644
index 0000000..a9d37d2
--- /dev/null
+++ b/_posts/2023-08-28-2_11_0-release.md
@@ -0,0 +1,14 @@
+---
+layout: posts
+title: 2.11.0 Maintenance and security release
+date: 2023-08-28
+author: an
+---
+
+FreeRDP 2.11.0 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+
+2.11.0 is a maintenance and security release.
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/2.11.0/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/2.11.0/ChangeLog)
diff --git a/_posts/2023-08-31-3_0_0_beta3-release.md b/_posts/2023-08-31-3_0_0_beta3-release.md
new file mode 100644
index 0000000..5f87fbe
--- /dev/null
+++ b/_posts/2023-08-31-3_0_0_beta3-release.md
@@ -0,0 +1,44 @@
+---
+layout: posts
+title: 3.0.0-beta3 Preview release and security announcements
+date: 2023-08-31
+author: an
+---
+
+FreeRDP 3.0.0-beta3 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+
+3.0.0-beta3 is the third beta for a new major release and fixes lots of issues found in (or not ready for) the previous beta.
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/3.0.0-beta3/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/3.0.0-beta3/ChangeLog)
+
+With this release we also publish a couple of CVE reported by @pwn2carr that have been fixed with current 2.11.0 and 3.0.0-beta3:
+
+1. 3.0.0-beta3 only:
+
+* CVE-2023-39355
+* CVE-2023-40187
+* CVE-2023-40574
+* CVE-2023-40575
+* CVE-2023-40576
+
+2. Both, 3.0.0-beta3 and 2.11.0
+
+* CVE-2023-39350
+* CVE-2023-39351
+* CVE-2023-39352
+* CVE-2023-39353
+* CVE-2023-39354
+* CVE-2023-39356
+* CVE-2023-40181
+* CVE-2023-40186
+* CVE-2023-40188
+* CVE-2023-40567
+* CVE-2023-40569
+* CVE-2023-40589
+
+Short summary of the fixed issues:
+
+- All CVE are client only (FreeRDP based servers and proxy are not affected)
+- All are related to video decoding and improper input validation
diff --git a/_posts/2023-09-04-2_11_1-release.md b/_posts/2023-09-04-2_11_1-release.md
new file mode 100644
index 0000000..affb690
--- /dev/null
+++ b/_posts/2023-09-04-2_11_1-release.md
@@ -0,0 +1,15 @@
+---
+layout: posts
+title: 2.11.1 Maintenance and bugfix release
+date: 2023-09-04
+author: an
+---
+
+FreeRDP 2.11.1 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+
+2.11.1 is a maintenance and bugfix release.
+Due to a bug in parsing orders connections using legacy RDP exposed graphical glitches and/or unexpected connection errors.
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/2.11.1/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/2.11.1/ChangeLog)
diff --git a/_posts/2023-09-20-2_11_2-release.md b/_posts/2023-09-20-2_11_2-release.md
new file mode 100644
index 0000000..7c11e0e
--- /dev/null
+++ b/_posts/2023-09-20-2_11_2-release.md
@@ -0,0 +1,16 @@
+---
+layout: posts
+title: 2.11.2 Maintenance and bugfix release
+date: 2023-09-20
+author: an
+---
+
+FreeRDP 2.11.2 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+
+2.11.2 is a maintenance and bugfix release.
+
+This improves OpenSSL compatibility and fixes a bug that occured with wlfreerdp while scrolling
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/2.11.2/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/2.11.2/ChangeLog)
diff --git a/_posts/2023-09-21-3_0_0_beta4-release.md b/_posts/2023-09-21-3_0_0_beta4-release.md
new file mode 100644
index 0000000..72914ab
--- /dev/null
+++ b/_posts/2023-09-21-3_0_0_beta4-release.md
@@ -0,0 +1,14 @@
+---
+layout: posts
+title: 3.0.0-beta4 Preview release and security announcements
+date: 2023-09-21
+author: an
+---
+
+FreeRDP 3.0.0-beta4 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+
+3.0.0-beta4 is the fourth beta for a new major release and fixes lots of issues found in (or not ready for) the previous beta.
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/3.0.0-beta4/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/3.0.0-beta4/ChangeLog)
diff --git a/_posts/2023-11-27-3_0_0_rc0-release.md b/_posts/2023-11-27-3_0_0_rc0-release.md
new file mode 100644
index 0000000..8dedc62
--- /dev/null
+++ b/_posts/2023-11-27-3_0_0_rc0-release.md
@@ -0,0 +1,16 @@
+---
+layout: posts
+title: 3.0.0-rc0 release candidate
+date: 2023-11-27
+author: an
+---
+
+FreeRDP 3.0.0-rc0 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+
+3.0.0-rc0 is first release candidate for a new major release. Nearly 2 months of testing, bugfixing and API refinements after the last beta release this marks the current API as stable.
+Only minor changes (if at all) are expected from this point on, so every project using FreeRDP can check compatibility with upcoming 3.0
+
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/3.0.0-rc0/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/3.0.0-rc0/ChangeLog)
diff --git a/_posts/2023-12-12-3_0_0-release.md b/_posts/2023-12-12-3_0_0-release.md
new file mode 100644
index 0000000..9b454f3
--- /dev/null
+++ b/_posts/2023-12-12-3_0_0-release.md
@@ -0,0 +1,17 @@
+---
+layout: posts
+title: 3.0.0 major release
+date: 2023-12-12
+author: an
+---
+
+FreeRDP 3.0.0 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+
+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.
+
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/3.0.0/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/3.0.0/ChangeLog)
diff --git a/_posts/2023-12-14-2_11_3-release.md b/_posts/2023-12-14-2_11_3-release.md
new file mode 100644
index 0000000..b5721d7
--- /dev/null
+++ b/_posts/2023-12-14-2_11_3-release.md
@@ -0,0 +1,16 @@
+---
+layout: posts
+title: 2.11.3 Maintenance and bugfix release
+date: 2023-12-14
+author: an
+---
+
+FreeRDP 2.11.3 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+
+2.11.3 is a maintenance and bugfix release.
+
+This release fixes some drive redirection issues and improves AAC support for microphone
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/2.11.3/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/2.11.3/ChangeLog)
diff --git a/_posts/2023-12-22-3_1_0-release.md b/_posts/2023-12-22-3_1_0-release.md
new file mode 100644
index 0000000..301fd4d
--- /dev/null
+++ b/_posts/2023-12-22-3_1_0-release.md
@@ -0,0 +1,19 @@
+---
+layout: posts
+title: 3.1.0 minor release
+date: 2023-12-22
+author: an
+---
+
+FreeRDP 3.1.0 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+A new 3.1.0 minor release for the new 3.0.0 series.
+This contains bugfixes, adds (better) support for libressl and mbedtls and
+brings a bunch of improvements for the SDL client.
+
+Since there are multiple new features, some new files (man pages) and new
+optional dependencies we´ve directly incremented the minor version
+
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/3.1.0/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/3.1.0/ChangeLog)
diff --git a/_posts/2024-01-19_2.11.5_release.md b/_posts/2024-01-19_2.11.5_release.md
new file mode 100644
index 0000000..d805648
--- /dev/null
+++ b/_posts/2024-01-19_2.11.5_release.md
@@ -0,0 +1,16 @@
+---
+layout: posts
+title: 2.11.5 Maintenance and bugfix release
+date: 2024-01-19
+author: an
+---
+
+FreeRDP 2.11.5 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+
+2.11.5 is a maintenance and bugfix release.
+
+This release fixes some drive redirection issues and improves AAC support for microphone
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/2.11.5/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/2.11.5/ChangeLog)
diff --git a/_posts/2024-01-19_3.2.0_release.md b/_posts/2024-01-19_3.2.0_release.md
new file mode 100644
index 0000000..ae9936f
--- /dev/null
+++ b/_posts/2024-01-19_3.2.0_release.md
@@ -0,0 +1,15 @@
+---
+layout: posts
+title: 3.2.0 minor release
+date: 2024-01-19
+author: an
+---
+
+FreeRDP 3.2.0 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+A new 3.2.0 minor release for the new 3.0.0 series.
+This release addresses a bunch of minor usability and proxy issues and a security issue.
+
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/3.2.0/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/3.2.0/ChangeLog)
diff --git a/_posts/2024-02-22-3_3_0-release.md b/_posts/2024-02-22-3_3_0-release.md
new file mode 100644
index 0000000..481ff73
--- /dev/null
+++ b/_posts/2024-02-22-3_3_0-release.md
@@ -0,0 +1,19 @@
+---
+layout: posts
+title: 3.3.0 minor release
+date: 2024-02-22
+author: an
+---
+
+FreeRDP 3.3.0 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+A new 3.3.0 minor release for the new 3.0.0 series.
+This contains bugfixes, some code refinements, better image clipboard support and again
+brings a bunch of improvements for the SDL client.
+
+Since there are multiple new features, some new files (man pages) and new
+optional dependencies we´ve incremented the minor version again.
+
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/3.3.0/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/3.3.0/ChangeLog)
diff --git a/_posts/2024-03-14-3_4_0-release.md b/_posts/2024-03-14-3_4_0-release.md
new file mode 100644
index 0000000..824c863
--- /dev/null
+++ b/_posts/2024-03-14-3_4_0-release.md
@@ -0,0 +1,20 @@
+---
+layout: posts
+title: 3.4.0 minor release
+date: 2024-03-14
+author: an
+---
+
+FreeRDP 3.4.0 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+A new 3.4.0 minor release for the new 3.0.0 series.
+This release concentrates on improving test coverage and ci builds.
+ Some usability issues and inconvenient API functions were fixed on the way.
+
+ New features have been introduced (stub for location channel)
+
+Since there are new API functions we´ve incremented the minor version again.
+
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/3.4.0/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/3.4.0/ChangeLog)
diff --git a/_posts/2024-04-16-3_5_0-release.md b/_posts/2024-04-16-3_5_0-release.md
new file mode 100644
index 0000000..9093ebc
--- /dev/null
+++ b/_posts/2024-04-16-3_5_0-release.md
@@ -0,0 +1,30 @@
+---
+layout: posts
+title: 3.5.0 minor release
+date: 2024-04-16
+author: an
+---
+
+FreeRDP 3.5.0 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+A new 3.5.0 minor release for the new 3.0.0 series.
+
+This release focus is on squashing bugs.
+The improved test coverage and ci builds revealed a number of previously
+unnoticed issues we have addressed and we also got a report from
+Evgeny Legerov of Kaspersky Lab identifying a number of out of bound reads
+in decoder components and one very nasty out of bound write.
+
+CVE:
+ CVE-2024-32041 [Low[ OutOfBound Read in zgfx_decompress_segment
+ CVE-2024-32039 [Moderate] Integer overflow & OutOfBound Write in clear_decompress_residual_data
+ CVE-2024-32040 [Low] integer underflow in nsc_rle_decode
+ CVE-2024-32458 [Low] OutOfBound Read in planar_skip_plane_rle
+ CVE-2024-32459 [Low] OutOfBound Read in ncrush_decompress
+ CVE-2024-32460 [Low] OutOfBound Read in interleaved_decompress
+
+Since there are new API functions we´ve incremented the minor version again.
+
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/3.5.0/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/3.5.0/ChangeLog)
diff --git a/_posts/2024-04-17-2_11_6-release.md b/_posts/2024-04-17-2_11_6-release.md
new file mode 100644
index 0000000..1af1112
--- /dev/null
+++ b/_posts/2024-04-17-2_11_6-release.md
@@ -0,0 +1,24 @@
+---
+layout: posts
+title: 2.11.6 patch release
+date: 2024-04-17
+author: an
+---
+
+FreeRDP 2.11.6 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+A new 2.11.6 patch release for the new 2.0.0 series.
+
+This release is a security release and addresses multiple issues.
+
+CVE:
+ CVE-2024-32041 [Low[ OutOfBound Read in zgfx_decompress_segment
+ CVE-2024-32039 [Moderate] Integer overflow & OutOfBound Write in clear_decompress_residual_data
+ CVE-2024-32040 [Low] integer underflow in nsc_rle_decode
+ CVE-2024-32458 [Low] OutOfBound Read in planar_skip_plane_rle
+ CVE-2024-32459 [Low] OutOfBound Read in ncrush_decompress
+ CVE-2024-32460 [Low] OutOfBound Read in interleaved_decompress
+
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/2.11.6/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/2.11.6/ChangeLog)
diff --git a/_posts/2024-04-22-2_11_7-release.md b/_posts/2024-04-22-2_11_7-release.md
new file mode 100644
index 0000000..5b90148
--- /dev/null
+++ b/_posts/2024-04-22-2_11_7-release.md
@@ -0,0 +1,18 @@
+---
+layout: posts
+title: 2.11.7 patch release
+date: 2024-04-22
+author: an
+---
+
+FreeRDP 2.11.7 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+A new 2.11.7 security patch release for the new 2.0.0 series.
+
+This release eliminates a bunch of issues detected during oss-fuzz runs.
+The test coverage was increased and detected issues eliminates, so an update
+is highly recommended.
+
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/2.11.7/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/2.11.7/ChangeLog)
diff --git a/_posts/2024-04-22-3_5_1-release.md b/_posts/2024-04-22-3_5_1-release.md
new file mode 100644
index 0000000..ef83de3
--- /dev/null
+++ b/_posts/2024-04-22-3_5_1-release.md
@@ -0,0 +1,18 @@
+---
+layout: posts
+title: 3.5.1 security release
+date: 2024-04-22
+author: an
+---
+
+FreeRDP 3.5.1 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+A new 3.5.1 security patch release for the new 3.0.0 series.
+
+This release eliminates a bunch of issues detected during oss-fuzz runs.
+The test coverage was increased and detected issues eliminates, so an update
+is highly recommended.
+
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/3.5.1/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/3.5.1/ChangeLog)
diff --git a/_posts/2024-07-04-3_6_2-release.md b/_posts/2024-07-04-3_6_2-release.md
new file mode 100644
index 0000000..385144e
--- /dev/null
+++ b/_posts/2024-07-04-3_6_2-release.md
@@ -0,0 +1,57 @@
+---
+layout: posts
+title: 3.6.2 bugfix and performance release
+date: 2024-07-04
+author: an
+---
+
+FreeRDP 3.6.2 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+Due to some bugs found during release tests 3.6.0 and 3.6.1 have not been released and only 3.6.2 should be uses.
+
+
+## What's Changed
+With this release we did improve decoder speed so you should notice a significant
+speed improvement with progressive and other gfx codecs.
+We've also eliminated a couple of issues along the way, so an update
+is highly recommended.
+
+Noteworthy changes:
+* Fix xfreerdp and sdl-freerdp manpage names (accidentally changed name)
+* Fix crash of wfreerdp
+* Fix missing dependency for ci abi-checker
+* Fix build WITH_SSE2/WITH_NEON: only enable support if the compiler
+ also defines symbols that suggest support.
+* Improved image copy (#10208)
+* Experimental [MS-RDPECAM] support by @oleg0421 (#10258)
+* Improved primitives (#10304)
+* Connection timeout for HTTP gateway transport (#10288)
+* Improved command line failure logging (#10333)
+* p11-kit support (#10081)
+* json-c support (#10183)
+* (experimental) SDL3 port SDL client (#10195)
+* New option '/gfx:frame-ack:off' for connection delay testing (#10214)
+* improved decoder speed (#10222, #10235)
+* xfreerdp floatbar hide bug (#10237)
+* winpr-makecert month bug (#10236)
+* kerberos kdcUrl check fixes (#10238)
+* timezone updates (#10120, #10144, #10170)
+* fixed a capability protocol violation bug (#10132)
+* fix SDL client dialog bug terminating on credential dialog (#10134)
+* some more oss-fuzz issues (#10126, #10141, #10148, #10161, #10239)
+* rails popup window fixes (#10160)
+
+## New Contributors
+* @dolfinus made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/10130
+* @toreonify made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/10160
+* @MehdiChinoune made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/10165
+* @hugo-syn made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/10204
+* @mjt0k made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/10227
+* @oleg0421 made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/10258
+
+For a complete and detailed change log since the last release run:
+git log 3.6.2..3.5.1
+
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/3.6.2/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/3.6.2/ChangeLog)
diff --git a/_posts/2024-07-08-3_6_3-release.md b/_posts/2024-07-08-3_6_3-release.md
new file mode 100644
index 0000000..9512d02
--- /dev/null
+++ b/_posts/2024-07-08-3_6_3-release.md
@@ -0,0 +1,29 @@
+---
+layout: posts
+title: 3.6.3 bugfix release
+date: 2024-07-08
+author: an
+---
+
+FreeRDP 3.6.2 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+## What's Changed
+
+Fix some bugs reported in 3.6.2
+
+Noteworthy changes:
+* fix a graphics regression (#10352)
+* workaround for a protocol bug of older FreeRDP based servers (#10358)
+* fix possible NULL dereference in command line parser (#10348)
+* fix intrinsics detection (#10346, #10350)
+
+## New Contributors
+* @Frederick888 made their first contribution in #10348
+
+For a complete and detailed change log since the last release run:
+git log 3.6.3...3.6.2
+
+
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/3.6.3/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/3.6.3/ChangeLog)
diff --git a/_posts/2024-08-08-3_7_0-release.md b/_posts/2024-08-08-3_7_0-release.md
new file mode 100644
index 0000000..8a39d10
--- /dev/null
+++ b/_posts/2024-08-08-3_7_0-release.md
@@ -0,0 +1,51 @@
+---
+layout: posts
+title: 3.7.0 bugfix release
+date: 2024-08-08
+author: an
+---
+
+FreeRDP 3.7.0 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+This release has accumulated quite a number of changes. Along bugfixes for 3.6.3 it also
+ contains a number of improvements for distributors:
+
+ * Support for FDK-AAC for sound and microphone redirection (activate with -DWITH_FDK_AAC=ON build option)
+ This allows enabling the AAC compression that do not ship faad2 and/or faac
+ * Support keyboard layouts as JSON resources (activate with -DWITH_KEYBOARD_LAYOUT_FROM_FILE=ON build option,
+ also requires JSON support)
+ This allows editing keyboard layouts for existing releases should the need arise
+ * Support timezones as JSON resources (activate with -DWITH_TIMEZONE_FROM_FILE=ON -DWITH_TIMEZONE_COMPILED=OFF build options,
+ also requires JSON support)
+ Allows reading the mapping between IANA and windows timezones from a JSON file, allowing easier updates without recompile
+ * Improve shadow server compatibility with windows 11 24H2 RDP client
+ Windows 7 RFX and bitmap updates with multiple rectangles have been deactivated, so adjust shadow to not send such.
+
+## Noteworthy changes:
+ * Fix ActionScript paramter (#10423)
+ * Support keyboard layouts as JSON resource (#10394)
+ * Support timezones as JSON resource and command line argument (#10428 #10393 #10391)
+ * Deactivate AsyncUpdate (#10402)
+ * Compatibility fixes for shadow with windows 11 24H2 (#10455 #10422 #10420 #10416)
+ * Fix SDL client autoreconnect (#10390)
+ * Fix xfreerdp clipboard locking (#10385)
+ * Improve logging (#10426 #10441)
+ * Improve warnings and code checks (#10381 #10401 #10403 #10405 #10406 #10410 #10421 #10454)
+ * Support FDK-AAC (#10372)
+ * Fix drive redirection state transitions (#10367 #10374)
+ * Support mth:// routing token (#10366)
+ * Ignore unsupported SetThreadPriority (#10363)
+ * Fix reported documentation and code typos (#10365 #10368 #10370 #10369 #10431 #10446)
+
+## New Contributors
+* @abenson made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/10369
+* @hedwigz made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/10398
+* @MatthewAllDev made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/10409
+* @github-actions made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/10428
+* @ivelin91 made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/10431
+
+**Full Changelog**: https://github.com/FreeRDP/FreeRDP/compare/3.6.3...3.7.0
+
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/3.7.0/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/3.7.0/ChangeLog)
diff --git a/_posts/2024-08-30-3_8_0-release.md b/_posts/2024-08-30-3_8_0-release.md
new file mode 100644
index 0000000..dbf2c75
--- /dev/null
+++ b/_posts/2024-08-30-3_8_0-release.md
@@ -0,0 +1,35 @@
+---
+layout: posts
+title: 3.8.0 bugfix release
+date: 2024-08-30
+author: an
+---
+
+FreeRDP 3.8.0 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+This is a bugfix release. Due to additional exports required by a bugfix the minor version was incremented
+
+## Noteworthy changes:
+ * Reduce number of warnings on CI build (make dependency includes SYSTEM) (#10509)
+ * Fix possible crashes with P11 certificate parsing (#10462, #10463)
+ * Various clipboard related fixes (#10472, #10476, #10477, #10480, #10484)
+ * Fix a race condition on DesktopResize (xfreerdp) (#10488)
+ * Improve certificate warnings (#10489)
+ * Try all possible resolved IP addresses for a DNS name on connect (#10491)
+ * Fix an issue with GFX SolidFill alpha data (#10498)
+ * Various fixes for SDL clients (#10504, #10492, #10471)
+ * Fix serial and parallel redirection crashes (#10510)
+ * Fix android build issues with NDK 27 (#10529)
+ * Improve performance of some WinPR primitives (#10528)
+ * Fix an issue with autoreconnect (#10523)
+ * Support ssh-askpass like password reading (#10516)
+ * Lots of code cleanups to reduce clang-tidy warnings (#10531, #10525, #10521, #10520, #10519, #10518)
+
+## New Contributors
+* @troyrollo made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/10516
+
+**Full Changelog**: https://github.com/FreeRDP/FreeRDP/compare/3.7.0...3.8.0
+
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/3.8.0/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/3.8.0/ChangeLog)
diff --git a/_posts/2024-10-21-3_9_0-release.md b/_posts/2024-10-21-3_9_0-release.md
new file mode 100644
index 0000000..69ca3fa
--- /dev/null
+++ b/_posts/2024-10-21-3_9_0-release.md
@@ -0,0 +1,48 @@
+---
+layout: posts
+title: 3.9.0 release
+date: 2024-10-21
+author: an
+---
+
+FreeRDP 3.9.0 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+ We're proud to present the newest release of FreeRDP.
+ This one brings some major code cleanup (we've addressed lots of clang-tidy
+ warnings) as well as some highly anticipated new features.
+ We also did update the API documentation quite a bit (still incomplete though,
+ help always welcome ;))
+
+## So, what is new:
+ * Support for RDPEAR (remote credential guard) /remoteGuard option for non windows clients
+ * Global configuration file support, allowing to configure certificate
+ accept/ignore/... default settings for all users
+ * Simplified manpage generation, eliminates docbook and xmlto dependencies
+ speeding up builds
+ * New API for client channels to run tasks on RDP thread
+ * New extended transport layer API
+ * RDPECAM MJPEG support
+ * the first updates of timezone definitions from our automated ci
+
+## Noteworthy changes:
+ * Fix bugs in SSE4.1/AVX2 image copy (#10720)
+ * Add warnings for invalid monitor settings during connect (#10672)
+ * Fix ALSA microphone support (#10664)
+ * Fix modal windows in RAILS mode (#10629)
+ * Update experimental SDL3 client (SDL3 API should now have been stabilized,
+ various pull requests)
+ * Fix keyboard layouts, the external JSON did miss a few (#10639)
+
+ For a complete and detailed change log since the last release run:
+ git log 3.9.0...3.8.0
+
+
+## New Contributors
+ * @troyrollo made their first contribution in #10516
+ * @JohnWoo22 made their first contribution in #10662
+
+**Full Changelog**: https://github.com/FreeRDP/FreeRDP/compare/3.8.0...3.9.0
+
+See our ChangeLog for a complete list of changes [https://github.com/FreeRDP/FreeRDP/blob/3.9.0/ChangeLog](https://github.com/FreeRDP/FreeRDP/blob/3.9.0/ChangeLog)
diff --git a/_posts/2024-12-12-3_10_0-release.md b/_posts/2024-12-12-3_10_0-release.md
new file mode 100644
index 0000000..ca6ff6c
--- /dev/null
+++ b/_posts/2024-12-12-3_10_0-release.md
@@ -0,0 +1,37 @@
+---
+layout: posts
+title: 3.10.0 release
+date: 2024-12-12
+author: an
+---
+
+FreeRDP 3.10.0 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+We're happy to present a new release of FreeRDP.
+This one contains some more code cleanups (we've addressed lots of clang-tidy
+warnings) as well as some highly anticipated new features and bugfixes.
+
+## So, what is new:
+ * Enforce use of a supported build type (#10777)
+ * Enable FDK-AAC support for nightly packages (#10875, #10781)
+ * Better AAD/AVD support (#10796)
+ * Build system updates (#10844)
+ * Enforce spell checking (#10881)
+ * Split unit tests so a subset can be run during package build (#10776)
+ * We're shipping a .desktop file now (#10465)
+ * Build scripts for nightly packages (#10835, #10783)
+
+## Noteworthy changes:
+ * Fix wStream API bugs (#10885)
+ * Autoreconnect fixes (#10915)
+ * Fix monitor layout checks (#10905)
+ * Enforce code formatting for CMake files (#10895)
+ * Enable SIMD optimizations by default (#10894)
+ * WinPR types not based on stdint.h et al (#10754)
+ * Improve code assertions (#10768)
+ * Code cleanups (#10763, #10914)
+
+For a complete and detailed change log since the last release run:
+git log 3.10.0...3.9.0
diff --git a/_posts/2024-12-16-3_10_2-release.md b/_posts/2024-12-16-3_10_2-release.md
new file mode 100644
index 0000000..9674675
--- /dev/null
+++ b/_posts/2024-12-16-3_10_2-release.md
@@ -0,0 +1,29 @@
+---
+layout: posts
+title: 3.10.2 release
+date: 2024-12-12
+author: an
+---
+
+FreeRDP 3.10.2 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+We're happy to present a new release of FreeRDP.
+This release contains a few fixes for bugs revealed by checks introduced
+with 3.10.0
+
+## Noteworthy Changes:
+ * Fix initializing ComputerName setting (#10985)
+ * Fix some warnings and possible leaks (#10985)
+ * Add FreeBSD as architecture build to our ci (#10980 and others)
+ * Fix empty include directory creation (#10981)
+ * fix SIMD detection (#10968)
+ * improve settings unit test coverage (#10966)
+ * fix sending server redirection PDU (#10963)
+ * fix return and use of GetComputerNameA (#10962)
+
+For a complete and detailed change log since the last release run:
+git log 3.10.2...3.10.0
+
+**Full Changelog**: https://github.com/FreeRDP/FreeRDP/compare/3.10.0...3.10.2
diff --git a/_posts/2025-02-06-3_11_0-release.md b/_posts/2025-02-06-3_11_0-release.md
new file mode 100644
index 0000000..e050d2e
--- /dev/null
+++ b/_posts/2025-02-06-3_11_0-release.md
@@ -0,0 +1,49 @@
+---
+layout: posts
+title: 3.11.0 release
+date: 2025-02-06
+author: an
+---
+
+FreeRDP 3.11.0 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+We're happy to present a new release of FreeRDP.
+
+A new release with bugfixes and code cleanups as well as a few nifty little
+features that will improve your meetings.
+
+## Noteworthy changes:
+ * Updated android client to more recent gradle (#11105, #11110)
+ * Fix cmake clean target (#109
+ * SDL3 bugfixes and API updates (#11092, #11093, #11128)
+ * Fix keyboard mapping, add working japanese and korean types, deprecate
+ obsolete functions (#10989, #11035, #11011, #11074, #11037)
+ * Fix timezone mapping and iteration (#11077, #11079, #11080, #11083)
+ * Fix YUV reverse filter for AVC444 modes (#11045, #11063, #11066, #11081, #11086,
+ #11087)
+ * Fix H.264 encoder wrapper issues (#11117, #11121, #11078)
+ * MS-RDPECAM: Support for H.264 encoding with VA-API (#10887)
+ * Fix various CMake, build script and github workflow issues (#10992, #10996,
+ #11020, #11031, #11030, #11062, #11064, #11069, #11073, #11123, #11109,
+ #11120, #11053, #11089)
+ * [codec,planar] fix decoder regression (#11033)
+ * [client,cmdline] fix vmconnect checks (#11051)
+ * Fix multi-monitor related checks (#11095)
+ * Fix various compiler and clang-tidy warnings (#10953, #11003, #11004,
+ #11007, #11016, #11018, #11019, #11021, #11017, #11000, #11023, #11024,
+ #11026, #11002, #11028, #11001, #11029, #10999, #11006, #11034, #10998,
+ #11044, #11050, #11052, #11057, #11059, #11065, #11067, #11068, #11060,
+ #11071, #11085, #11088, #11099, #11102, #11108, #11124, #11126, #11129,
+ #11130)
+
+## New Contributors
+ * @chewi made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/11004
+ * @gpotter2 made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/11016
+ * @vmpn made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/11092
+
+For a complete and detailed change log since the last release run:
+git log 3.11.0...3.10.3
+
+**Full Changelog**: https://github.com/FreeRDP/FreeRDP/compare/3.10.3...3.11.0
diff --git a/_posts/2025-02-06-3_12_0-release.md b/_posts/2025-02-06-3_12_0-release.md
new file mode 100644
index 0000000..37e920f
--- /dev/null
+++ b/_posts/2025-02-06-3_12_0-release.md
@@ -0,0 +1,55 @@
+---
+layout: posts
+title: 3.12.0 release
+date: 2025-02-14
+author: an
+---
+
+FreeRDP 3.12.0 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+We're happy to present a new release of FreeRDP.
+
+A bugfix and cleanup release.
+Due to a new function and a new macro the minor version was incremented.
+* Multimonitor backward compatibility fixes
+* Smartcard compatibility
+* Improve the [MS-RDPECAM] support
+* Improve smartcard redirection support
+* Refactor SSE optimizations: Split headers, unify load/store, require SSE3 for
+ all optimized functions
+* Refactors the CMake build to better support configuration based builders
+* Fix a few regressions from last release (USB redirection and graphical glitches)
+
+## Noteworthy Changes:
+* Fix all unused warnings (#11167)
+* [common,settings] fix backward compatibility for LocalMonitorOffset (#11175)
+* Warning cleanups (#11172, #11173, #11167)
+* CMake configurable C/C++ standard, WINPR_ATTR_UNUSED (#11171)
+* [utils,smartcard] fix return checks for SCardListReaders (#11170)
+* [primitives,sse] split headers (#11163)
+* X11 keymap reload fix (#11162)
+* [core,freerdp] New API freerdp_presist_credentials (#/11160)
+* [client,common] Avoid use of reserved types by @fossdd (#11144)
+* [core,orders] fix update_read_delta by @akallabeth (#11145)
+* [build,android] only enable required codecs for ffmpeg by @akallabeth (#11147)
+* [iOS] Update OpenSSL library location and build script by @beersheba (#11148)
+* Warn fixes, code cleanups by @akallabeth (#11140)
+* [server] fix compilation errors after adding NONAMELESSUNION. by @llyzs (#11149)
+* [channel,rdpecam] support Logitech UVC H.264 stream mux payload by @oleg0421 (#11132)
+* [winpr,sysinfo] limit GetComputerNameA to 31 chars by @akallabeth (#11150)
+* Warn fixes42 by @akallabeth (#11151)
+* [utils,smartcard] return proper list for smartcard listing by @akallabeth (#11152)
+* [channel,rdpecam] uvc_h264 xu_descriptor pointer fix by @oleg0421 (#11154)
+* [channel,urbdrc] fix libusb return code checks by @akallabeth (#11156)
+* Function size refactor by @akallabeth (#11157)
+* Cmake multiconfig2 by @akallabeth (#10853)
+
+## New Contributors:
+* @fossdd made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/11144
+
+For a complete and detailed change log since the last release run:
+git log 3.12.0...3.11.1
+
+**Full Changelog**: https://github.com/FreeRDP/FreeRDP/compare/3.11.1...3.12.0
diff --git a/_posts/2025-03-06-3_13_0-release.md b/_posts/2025-03-06-3_13_0-release.md
new file mode 100644
index 0000000..044985f
--- /dev/null
+++ b/_posts/2025-03-06-3_13_0-release.md
@@ -0,0 +1,91 @@
+---
+layout: posts
+title: 3.13.0 release
+date: 2025-03-06
+author: an
+---
+
+FreeRDP 3.13.0 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+We're happy to present a new release of FreeRDP.
+
+Another bugfix and cleanup release.
+Due to some new functions and fields being introduced the minor version
+has been increased.
+
+## New for application developers:
+A new CMake Variable WITH_FREERDP_3x_DEPRECATED (ON by default) allows
+disabling all symbols that have been marked deprecated during the 3.x
+release cycle. Such a build can be used to test compatibility with future
+versions that might drop these symbols entirely.
+
+## So, what has been done:
+* Friends of old hardware rejoice, serial port redirection got an update
+ (not kidding you)
+* Android builds have been updated to be usable again
+* Mingw builds now periodically do a shared and static build
+* Fixed some bugs and regressions along the way and improved test coverage as
+ well
+
+## Noteworthy Changes:
+* Cmake fix symbol visibility (#11185)
+* Sanity checks (#11186)
+* [locale,keyboard] fix loading from file (#11188)
+* [client,x11] only filter input on floatbar lock (#11190)
+* [core,gcc] improve consistency checks (#11191)
+* [channel,urbdrc] fix urbdrc_udevman_register_devices (#11194)
+* [client,sdl] fix keyboard grab (#11195)
+* Nightly deb sdl3 optional (#11197)
+* Alt arch update (#11199)
+* [ci,alt-arch] split config (#11200)
+* [core,freerdp] send MCS Disconnect Provider Ultimatum PDU (#11202)
+* [macro] fix use of WINPR_DEPRECATED (#11203)
+* [channel,rdpecam] UVC H.264 fix for c922 camera (#11207)
+* [channel,rdpdr] support general caps V1 (#11209)
+* [cmake] fix missing include (#11213)
+* [client,sdl] mark SDL2 as deprecated. (#11223)
+* Cursor test and fixes (#11220)
+* [build,android] add workaround for OpenSSL tag naming (#11224)
+* [core,credssp_auth] Fix faulty string length check in `credssp_auth_client_init_cred_attributes` (#11226)
+* [codec,test] fix type mismatch (#11229)
+* [codec,dsp] ignore encoder errors (#11225)
+* Android fixes (#11230)
+* [channels,rdpsnd] fix android build warnings (#11232)
+* [client,common] improve parsing of TLS options (#11235)
+* [client,x11] reduce verbosity of actionscript log (#11238)
+* CMake: generate a .gitignore file for the build directory (#11241)
+* [winpr,wlog] simplify WLog_* macros (#11237)
+* [client,cmdline] fix port parsing for gateway (#11243)
+* Mingw update (#11242, #11244, #11245)
+* [ci,abi] suppress gdi_graphics_pipeline_init_ex (#11246)
+* [cmake] Enable CMAKE_EXPORT_COMPILE_COMMANDS (#11252)
+* [packaging,flatpak] remove .orig file (#11254)
+* [utils,smartcard] check output buffer length (#11255)
+* [client,x11] improve action script logging (#11257)
+* [warnings] fix -Wunused-macro (#11258)
+* [warnings] fix -Wunused-function (#11260)
+* Redirection && StreamPool usage fixes (#11262)
+* Serial term fixes (#11253)
+* [server,shadow] multi rect BitmapUpdate support (#11268)
+* Redirection && StreamPool usage fixes (#11262)
+* [warnings] eliminate dead code (#11275)
+* Implement stuff (#11277)
+* [dead code] remove some unused code (#11280)
+* [channels,rdpecam] fix libusb include path (#11282)
+* Rdpear test fix (#11284)
+* client: Move buffer pointer after writing RDP settings (#11287)
+* [warnings] eliminate dead code (#11283)
+* [client,x11] implement keyboard mapping (#11273)
+* Serial term fixes (#11253)
+* [core,gateway] add tsg checks (#11288)
+
+## New Contributors:
+* @yegorich made their first contribution in (#11241)
+* @THS-on made their first contribution in (#11243)
+
+For a complete and detailed change log since the last release run:
+git log 3.13.0...3.12.0
+
+**Full Changelog**: https://github.com/FreeRDP/FreeRDP/compare/3.12.0...3.13.0
diff --git a/_posts/2025-03-13-3_14_0-release.md b/_posts/2025-03-13-3_14_0-release.md
new file mode 100644
index 0000000..b6a927a
--- /dev/null
+++ b/_posts/2025-03-13-3_14_0-release.md
@@ -0,0 +1,47 @@
+---
+layout: posts
+title: 3.14.0 release
+date: 2025-03-13
+author: an
+---
+
+FreeRDP 3.14.0 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+We're happy to present a new release of FreeRDP.
+
+Bugfix and cleanup release.
+Due to some new API functions the minor version has been increased.
+
+## So, what has been changed:
+* Fix spelling of 'dont' (#11297)
+* missing ConnectFlags variable in license_read_platform_challenge_packet breaks in WITH_DEBUG_LICENSE builds (#11301)
+* [locale] add freerdp_detect_keyboard_layout_from_locale (#11298)
+* Invert 3x deprecated (#11296)
+* [primitives,copy] remove alignment check (#11302)
+* sdl-common (#11303)
+* [client,sdl3] fix bitmap clipboard copy (#11304)
+* [channels,ubdrc] add some more failure logging (#11306)
+* [client] Fix writing incorrect type for integer values in RDP file (#11307)
+* Urbdrc cleanups (#11308)
+* [winpr,nt] Fix incorrect name in FILE_INFORMATION_CLASS (#11311)
+* [core,gateway] improve rts_read_auth_verifier_with_stub (#11314)
+* [cmake] Fix DLL install directory (#11316)
+* Enable dynamic resolution setting (#11317)
+* [client,x11] add apple keyboard fallback (#11315)
+* [client,sdl] #include (#11318)
+* [windows] fix deprecation and int warnings (#11319)
+* Mingw build improvements (#11321)
+* Urbdrc leak fix (#11322)
+* [warnings] fixed integer casts (#11325)
+* [core,gateway] unify TSG_PACKET_MSG_RESPONSE (#11327)
+* [channels,drive] Prefer using handle from IRP_CREATE when possible (#11338)
+
+## New Contributors
+* @eduar-hte made their first contribution in (#11301)
+
+For a complete and detailed change log since the last release run:
+git log 3.14.0...3.13.0
+
+**Full Changelog**: https://github.com/FreeRDP/FreeRDP/compare/3.13.0...3.14.0
diff --git a/_posts/2025-03-25-3_14_1-release.md b/_posts/2025-03-25-3_14_1-release.md
new file mode 100644
index 0000000..8551eed
--- /dev/null
+++ b/_posts/2025-03-25-3_14_1-release.md
@@ -0,0 +1,48 @@
+---
+layout: posts
+title: 3.14.1 release
+date: 2025-03-25
+author: an
+---
+
+FreeRDP 3.14.1 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+We're happy to present a new release of FreeRDP.
+
+Bugfix and papercut release.
+ Some small improvements in RDP file parsing, logging,
+ clipboard support, gateway detection and many more.
+
+ ## What's Changed
+ * [core,gateway] add rts parser checks (#11340)
+ * [core,gateway] additional RTS checks (#11341)
+ * [ci,workflow] use mk-build-deps to install deps (#11343)
+ * [ci,workflow] add equivs dependency (#11344)
+ * [clipboard] improve logging, fix image conversions (#11342)
+ * core: Set instance pointer after channel reload (#11346)
+ * [ci,alt-arch] request sudo for package installation (#11345, #11347, #11348,
+ #11349, #11350, #11351, #11352, #11353, #11355)
+ * [channels,printer] Ignore printer settings (#11354)
+ * [ci,alt-arch] fix gsm, simplify config (#11356)
+ * [primitives] fix detection and refactor yuv420 to RGB (#11358)
+ * [client,sdl3] fix clipboard format detection (#11366)
+ * [cmake] add explicit instructions to turn off unmaintained modules (#11362)
+ * client: Fix population of string settings in rdp file (#11370)
+ * [client,common] fix rdp parser (#11372)
+ * [core] use dynamic logger where possible (#11360)
+ * [client,x11] add ++d shortcut, log detected shortcuts (#11363)
+ * [client] add image as HTML clipboard format, fix bitmap conversions (#11369)
+ * [core,gateway] improve RPC fallback detection and logging (#11375)
+ * [core,transport] fix transport statistics (#11377)
+ * code cleanups and abi-checker improvements (#11378, #11381)
+ * refactor GetStdHandle (use global destructor), fix possible rdp2tcp leaks (#11383, #11386)
+ * fix a few missing checks in xfreerdp and keyboard remapping for sdl-freerdp (#11406)
+ * fix deprecation warnings on macos (#11390)
+ * fix capslock and hotkey keyboard state sync (#11410, #11415)
+
+## New Contributors
+* @jpy794 made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/10982
+
+**Full Changelog**: https://github.com/FreeRDP/FreeRDP/compare/3.14.0...3.14.1
diff --git a/_posts/2025-04-14-3_15_0-release.md b/_posts/2025-04-14-3_15_0-release.md
new file mode 100644
index 0000000..282c9f8
--- /dev/null
+++ b/_posts/2025-04-14-3_15_0-release.md
@@ -0,0 +1,74 @@
+---
+layout: posts
+title: 3.15.0 release
+date: 2025-04-14
+author: an
+---
+
+FreeRDP 3.15.0 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+We're happy to present a new release of FreeRDP.
+
+
+Bugfix release with much improved SDL3 client and relative mouse input support
+
+## What's Changed
+* [client,sdl] fix crash on suppress output (#11421)
+* Refactor checks (#11425)
+* Clean warn, sdl dynamic sizes (#11426)
+* [channels,remdesk] fix possible memory leak (#11428)
+* [client,x11] map exit code success (#11432)
+* nla: send user and domain hints with smartcard logon (#11435)
+* [client,windows] ignore clipboard failures (#11436)
+* Hidef rail checks and deprecation fixes (#11439)
+* Fix child session hanging issue. (#11442)
+* [channels,rdpdr] relax state checks for PAKID_CORE_CLIENTID_CONFIRM (#11433)
+* Standard rdp security network issues (#11446)
+* Various fixes related to smartcard logon server-side (#11443)
+* [core,rdp] fix check for SEC_FLAGSHI_VALID (#11449)
+* [scripts,mac] limit make -j to number of processors (#11450)
+* [readme] deprecate xmpp bridge (#11451)
+* [readme] explicitly link FAQ (#11452)
+* [readme] put links on one line each (#11453)
+* [core,tls] enable SNI when building with libreSSL (#11454)
+* [channels,client] log server format list (#11455)
+* [client,mac] prefer unicode from clipboard (#11456)
+* [cmake] drop legacy and unused cmake_policy (#11457)
+* Sdl suppress output fix (#11458)
+* [client,sdl] unify all gdi_suppress_output calls (#11460)
+* [client,sdl] fix multimonitor fullscreen (#11462)
+* [client,sdl] fix unused result warning (#11463)
+* [client,sdl] quit on window close (#11464)
+* [core,gateway] log tsg timeout (#11465)
+* [core,settings] enforce OrderSupportFlags (#11468)
+* [core,caps] fix rdp_apply_order_capability_set (#11469)
+* Sdl elminiate sdl and rdp thread dependency (#11473)
+* [client,sdl] wrap connection dialog (#11475)
+* [core,proxy] align no_proxy to curl (#11479)
+* [winpr,smartcard] fix SCARD_ATTR_VENDOR_NAME length (#11481)
+* [core,gateway] fix string reading for TSG (#11485)
+* [rdpei/server] fix build and channel init (#11484)
+* [client,sdl] refactor display update (#11472)
+* [client,sdl] fix clipboard updates (#11486)
+* [client,sdl] fix orientation update (#11487)
+* Sample fix (#11488)
+* [timezones] Update definitions (#)11489)
+* Rel mouse change (#11384)
+* [winpr,utils] ignore _Unwind_Backtrace return (#11491)
+* Warn log (#11493)
+* [cmake] simplify v4l detection (#11495)
+* [client,sdl] use a GUID to identify the clipboard (#11496)
+* [utils,smartcard] assert and improve log (#11498)
+* rdpei/server: Add optional threaded handling of messages (#11499)
+
+## New Contributors
+* @poasungoh made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/11442
+* @TolchiIsland made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/11446
+* @mnauw made their first contribution in https://github.com/FreeRDP/FreeRDP/pull/11484
+
+For a complete and detailed change log since the last release run:
+git log 3.15.0...3.14.1
+
+**Full Changelog**: https://github.com/FreeRDP/FreeRDP/compare/3.14.1...3.15.0
diff --git a/_posts/2025-06-16-3_16_0-release.md b/_posts/2025-06-16-3_16_0-release.md
new file mode 100644
index 0000000..8a19e89
--- /dev/null
+++ b/_posts/2025-06-16-3_16_0-release.md
@@ -0,0 +1,95 @@
+---
+layout: posts
+title: 3.16.0 release
+date: 2025-06-16
+author: an
+---
+
+FreeRDP 3.16.0 has just been released and uploaded to
+
+[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/)
+
+We're happy to present a new release of FreeRDP.
+
+
+Bugfix release with (again) much improved SDL3 and X11 client
+
+## What's Changed
+* Lots of improvements for the SDL3 client (#11502,#11504,#11516,#11546,#11552,
+ #11553,#11556,#11560,#11568,#11587,#11613,#11643,#11635,#11648,#11653,#11654,
+ #11661)
+* Various X11 client improvements (#11619,#11612,#11620,#11624,#11625,#11660)
+* Various Ci build fixes (#11543,#11554,#11570,#11571,#11575,#11577,#11579,
+ #11580,#11581,#11582,#11583,#11584,#11585,#11586)
+* [utils,smartcard] Better logging and handling of output buffer too small
+ (#11503,#11565,#11636)
+* Add a timer implementation (#11578,#11592,#11615)
+* Various bugfixed for drive channel (#11569,#11601,#11637,#11647,#11659)
+* add login through MS identity broker via sso-mib interface (#11600,#11608)
+* Update flatpak build script in repo (#11609,#11610,#11621,#11670)
+* Various AAD/Azure/Entra improvements (#11606,#11607,#11371,#11518)
+* YUV420 primitives fixes (#11673,#11539)
+* GCC Fixes (#11538)
+* [core,settings] fix freerdp_device_collection_add (#11533)
+* [core,proxy] detect address type (#11534)
+* [core,test] refactor TestSettings (#11558)
+* [core,test] improve settings test log (#11559)
+* [core,activation] skip sending PDU_TYPE_DEACTIVATE_ALL (#11603)
+* [core,transport] only free userContext if userContextSize > 0 (#11642)
+* [core,info] Allow INFO_HIDEF_RAIL_SUPPORTED with RDP version RDP_VERS… (#11652)
+* [core,gcc] use dynamic logger from rdpMcs (#11669)
+* [core,settings] default MonitorIds size to MonitorDefArray size (#11671)
+* Rdp security fixes (#11506)
+* rdpei/server: Fix incorrect PDU length read (#11510)
+* [winpr] Put '\0' when converting empty string to wstr (#11511)
+* [common,settings] new settings (de)serialization API (#11508)
+* [cache,glyph] fix GLYPH_FRAGMENT_USE (#11517)
+* [winpr,sysinfo] use a single clock to provide System and Local time (#11520)
+* [common,settings] fix add_string_or_null (#11522)
+* Compiler warning fixes (#11523)
+* fix [resources]: remove MimeType from desktop file (#11525)
+* gcc: fix server-side connection with multiple monitor (#11527)
+* [rdpsnd/client] add parameters to pulse snd device plugin (#11530)
+* [crypto,key] do not deprecate new_from* (#11535)
+* [winpr,file] Fix assert fail always when removing flags (#11540)
+* FF_PROFILE Depreciation (#11542)
+* [cmake] Fix finding ffmpeg under nonstandard prefixes (#11548)
+* [client,android] update (#11555)
+* Support 'Restrict Credential Delegation' mode (#11547)
+* Support NLA in shadow server when running behind a Hyper-V proxy (#11549)
+* [winpr,file] Add implementation of FileFlushFileBuffers (#11566)
+* [winpr,file] add TestFileWriteFile testcase (#11567)
+* [channels,rdpdr] expose device add/remove for clients (#11564)
+* Deb & RPM update (#11572)
+* Transport fix (#11573)
+* [winpr,sspi] add kerberos string len checks (#11590)
+* [winpr,sspi] assert kerberos principal (#11591)
+* [channels,video] fix NULL dereference (#11597)
+* Reconnect strict (#11599)
+* [rdpdr,hotplug] fix passing of device::Id back to caller (#11617)
+* [client,common] lock clipboard on update (#11618)
+* [client,cliprdr] refactor file clipboard (#11627)
+* [winpr,wtypes] align BOOL typedef with objc.h header (#11632)
+* [stream] reset pool array size after clearing (#11631)
+* fix compile errors: xfc not defined even if with WITH_XCURSOR=ON (#11629)
+* [utils,helpers] add missing WINPR_ATTR_MALLOC (#11633)
+* JSON configuration helpers (#11634)
+* [client,common] (re)initialize fuse root in cliprdr_file_context_init (#11646)
+* [WaitForXXObject] use infinite timeout where possible (#11651)
+* [channels,printer] fix missing include (#11663)
+* [winpr,file] fix definition of winpr_CreateFile (#11664)
+
+## New Contributors
+* @lazy5f made their first contribution in #11511
+* @EndlessEden made their first contribution in #11542
+* @thestr4ng3r made their first contribution in #11548
+* @ljaeh0121 made their first contribution in #11566
+* @rupran made their first contribution in #11600
+* @asterwyx made their first contribution in #11631
+* @ligangcc made their first contribution in #11629
+* @motor-dev made their first contribution in #11635
+
+For a complete and detailed change log since the last release run:
+git log 3.16.0...3.15.0
+
+**Full Changelog**: https://github.com/FreeRDP/FreeRDP/compare/3.15.0...3.16.0
diff --git a/blog.html b/blog.html
new file mode 100644
index 0000000..f14b2e9
--- /dev/null
+++ b/blog.html
@@ -0,0 +1,30 @@
+---
+layout: index
+title: Blog posts
+---
+
+
+
+
+
+
Blog Post
+
+ {% for post in site.posts %}
+ {% endfor %}
+
+
+ {% for post in site.posts %}
+ {% assign currentdate = post.date | date: "%Y" %}
+ {% if currentdate != date %}
+