Skip to content

Commit af8dc64

Browse files
[V4.2.4] Update release version info and history (#1267)
* [V4.2.4] Update version info * [AUTO][RELEASE]: Update version number in source files * Update SBOM * Update SBOM --------- Co-authored-by: tony-josi-aws <[email protected]>
1 parent 30261af commit af8dc64

File tree

335 files changed

+628
-623
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

335 files changed

+628
-623
lines changed

History.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Documentation and download available at https://www.FreeRTOS.org/
22

3+
Changes between FreeRTOS-plus-TCP V4.2.4 and V4.2.3 released June 10, 2025:
4+
+ Fixed maximum network buffer allocation size check when buffer
5+
allocation scheme 1 is used which caused allocation failure on
6+
some network interfaces.
7+
38
Changes between FreeRTOS-plus-TCP V4.2.3 and V4.2.2 released June 04, 2025:
49
+ It was possible to cause an out-of-bounds write when processing LLMNR
510
or mDNS queries with very long DNS names. This issue only affects systems

docs/doxygen/config.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = FreeRTOS-Plus-TCP
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = V4.2.3
51+
PROJECT_NUMBER = V4.2.4
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "FreeRTOS-Plus-TCP"
2-
version: "V4.2.3"
2+
version: "V4.2.4"
33
description:
44
"Thread safe FreeRTOS TCP/IP stack working on top of the FreeRTOS-Kernel to
55
implement the TCP/IP protocol. Suitable for microcontrollers."

0 commit comments

Comments
 (0)