Skip to content

Commit

Permalink
Update History.txt to reflect the latest changes. (#267)
Browse files Browse the repository at this point in the history
* Update history.txt

* Remove trailing whitespace

* Update the wording in the history file.
  • Loading branch information
AniruddhaKanhere committed Jun 12, 2021
1 parent 5ee8fac commit e545cd5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions History.txt
@@ -1,8 +1,18 @@
Changes between V2.3.2 and V2.3.3 releases:
+ When a listening socket is closed, all child sockets not yet owned by the
application will be closed too. (Thanks Bernd Edlinger).
+ Updated buffer allocation to return a zero length buffer when
requested. (Thanks Thomas Pedersen).
+ When there is insufficient space in the network event queue, closing of a
socket will be deferred for a later time. (Thanks Bernd Edlinger).
+ Allow IP-task to clean up while deleting socket-sets to avoid race
conditions. (Thanks Bernd Edlinger).
+ Added FreeRTOS+TCP version number macros.
+ Repaired buffer leak in NBNS reply logic.
+ Added a hook function which can be used to process unsupported ethernet
frames.
+ Added a check for ICMP packets with incorrect checksum.

Changes between V2.3.1 and V2.3.2 releases:
+ When a protocol error occurs during the SYN-phase of a TCP connection, a
child socket will now be closed ( calling FreeRTOS_closesocket() ),
Expand Down

0 comments on commit e545cd5

Please sign in to comment.