Skip to content

Commit

Permalink
Update version number, history, manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
AniruddhaKanhere committed Nov 13, 2021
1 parent 56ee41a commit 14bc44b
Show file tree
Hide file tree
Showing 81 changed files with 88 additions and 80 deletions.
2 changes: 1 addition & 1 deletion FreeRTOS_ARP.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS_DHCP.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS_DNS.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS_IP.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS_Sockets.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS_Stream_Buffer.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS_TCP_IP.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS_TCP_WIN.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS_UDP_IP.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
8 changes: 8 additions & 0 deletions History.txt
@@ -1,3 +1,11 @@
Changes between V2.3.3 and V2.3.3-Patch-1 releases:
+ Updated FreeRTOS_inet_pton4() so it rejects IP addresses that
have leading zeros. Previously, if the IP address had leading
zeros, perhaps because it was entered in octal format, the
address was interpreted as decimal (the leading zeros were
stripped). That could result in the function returning an
unexpected IP address.

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).
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/config.doxyfile
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = FreeRTOS-Plus-TCP
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = V2.3.3
PROJECT_NUMBER = V2.3.3-Patch-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
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOSIPConfigDefaults.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_ARP.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_DHCP.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_DNS.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_IP.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_IP_Private.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_Sockets.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_Stream_Buffer.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_TCP_IP.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_TCP_WIN.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_UDP_IP.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_errno_TCP.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/IPTraceMacroDefaults.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/NetworkBufferManagement.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/NetworkInterface.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
@@ -1,5 +1,5 @@
name : "FreeRTOS-Plus-TCP"
version: "V2.3.3"
version: "V2.3.3-Patch-1"
description: |-
"Thread safe FreeRTOS TCP/IP stack working on top of the FreeRTOS-Kernel to implement the TCP/IP protocol. Suitable for microcontrollers."
Expand Down
2 changes: 1 addition & 1 deletion portable/BufferManagement/BufferAllocation_1.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/BufferManagement/BufferAllocation_2.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/CompilerName/pack_struct_end.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/CompilerName/pack_struct_start.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/GCC/pack_struct_end.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/GCC/pack_struct_start.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/IAR/pack_struct_end.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/IAR/pack_struct_start.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/Keil/pack_struct_end.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/Keil/pack_struct_start.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/MSVC/pack_struct_end.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/MSVC/pack_struct_start.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/Renesas/pack_struct_end.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/Renesas/pack_struct_start.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/ATSAM4E/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/ATSAME5x/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/DriverSAM/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/LPC17xx/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/LPC18xx/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/LPC54018/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/M487/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/MPS2_AN385/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/SH2A/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/STM32Fxx/NetworkInterface.c
Expand Up @@ -4,7 +4,7 @@
*/

/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/STM32Hxx/NetworkInterface.c
Expand Up @@ -4,7 +4,7 @@
*/

/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/WinPCap/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/board_family/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/ksz8851snl/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.3
* FreeRTOS+TCP V2.3.3-Patch-1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down

0 comments on commit 14bc44b

Please sign in to comment.