diff --git a/History.txt b/History.txt index 5b33b4d65..cd32d454c 100644 --- a/History.txt +++ b/History.txt @@ -1,5 +1,9 @@ Documentation and download available at https://www.FreeRTOS.org/ +Changes between FreeRTOS-plus-TCP V4.1.1 and V4.1.0 released June 12, 2024 + + Fix Buffer Over-Read (CWE-126) in DNS Response Parser + We would like to thank Paschal Amusuo, James C. Davis, and Aravind Machiry of Purdue University, for their contribution. + Changes between FreeRTOS-plus-TCP V4.1.0 and V4.0.0 released March 8, 2024 + Add new Network Interface for Corstone-300 FVP (MPS3_AN552). We thank @urutva for their contribution. diff --git a/docs/doxygen/config.doxyfile b/docs/doxygen/config.doxyfile index 76b46aede..c9041231f 100644 --- a/docs/doxygen/config.doxyfile +++ b/docs/doxygen/config.doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = FreeRTOS-Plus-TCP # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = V4.1.0 +PROJECT_NUMBER = V4.1.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/manifest.yml b/manifest.yml index 503347f61..bc6734f09 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,5 +1,5 @@ name: "FreeRTOS-Plus-TCP" -version: "V4.1.0" +version: "V4.1.1" description: "Thread safe FreeRTOS TCP/IP stack working on top of the FreeRTOS-Kernel to implement the TCP/IP protocol. Suitable for microcontrollers."