TCP: Update version number and History.txt (#247)

* Update the version number
* Update History.txt
pull/249/head^2
Aniruddha Kanhere 4 years ago committed by GitHub
parent 40e410ee8e
commit 2621e60124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,7 @@
Changes between V2.0.0 and V2.2.1 releases:
Changes between V2.2.1 and V2.2.2 releases:
+ Updated the source code to adhere to stricter MISRA compliance.
Changes between V2.0.0 and V2.2.1 releases:
+ Improved security by giving users the option to reject UDP packets with a
checksum of zero even though the UDP spec allows it.
+ Improved robustness by checking packet lengths in software even if the check

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* 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

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* 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

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -4,7 +4,7 @@
*/
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
FreeRTOS+TCP V2.2.1
FreeRTOS+TCP V2.2.2
Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.2.1
* FreeRTOS+TCP V2.2.2
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of

Loading…
Cancel
Save