summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/History.txt
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/History.txt')
-rw-r--r--FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/History.txt18
1 files changed, 2 insertions, 16 deletions
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/History.txt b/FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/History.txt
index 07ad698a2..52565cc86 100644
--- a/FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/History.txt
+++ b/FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/History.txt
@@ -1,7 +1,3 @@
-Changes in V2.0.11
-
- + Updates some drivers in the portable layer.
-
Changes between 160919 and 180821 releases:
+ Multiple security improvements and fixes in packet parsing routines, DNS
@@ -9,17 +5,7 @@ Changes between 160919 and 180821 releases:
+ Disable NBNS and LLMNR by default.
+ Add TCP hang protection by default.
- We thank Ori Karliner of Zimperium zLabs Team for reporting these issues.
-
- + Update FreeRTOS_gethostbyname() to allow an IP address to be passed in -
- in which case it is just returned as a uint32_t.
- + Introduce ipconfigSOCKET_HAS_USER_WAKE_CALLBACK to FreeRTOS_Sockets.c to
- allow a user supposed callback function to be executed when socket events
- occur in the same way that the socket semaphore is currently used.
- + Update xNetworkBuffersInitialise() to ensure the semaphore created by the
- function is not accessed until after the NULL check.
- + Improve print messages output by the Win32 port layer version of
- prvPrintAvailableNetworkInterfaces().
+We thank Ori Karliner of Zimperium zLabs Team for reporting these issues.
Changes between 160908 and 160919 releases:
@@ -188,4 +174,4 @@ Changes between 141019 and 150825
+ Fix: Previously if a listening socket was reused, and a connection
failed, the TCP/IP stack closed the socket, now the socket is correctly
left unclosed as it is owned by the application.
- + Various other formatting and minor fix alterations. \ No newline at end of file
+ + Various other formatting and minor fix alterations.