From 809fef2d63d87de799fcd5f018c4479576598386 Mon Sep 17 00:00:00 2001 From: "Martine S. Lenders" Date: Fri, 21 Aug 2020 14:20:57 +0200 Subject: [PATCH] release-notes: add 2020.07.1 release notes --- release-notes.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/release-notes.txt b/release-notes.txt index 8ecd41305b..d956d793c9 100644 --- a/release-notes.txt +++ b/release-notes.txt @@ -1,3 +1,23 @@ +RIOT-2020.07.1 - Release Notes +============================== +This is a bug fixing release for the RIOT 2020.07 release. +The following bugs were fixed: + +#14670: tests/lwip_sock_tcp: fix -EADDRINUSE test + +#14671: pkg/lwip: Use IS_ACTIVE() and bugfix + - pkg/lwip: Compatibility with IS_USED() + - pkg/lwip: Use IS_ACTIVE() & NETCONNTYPE_ISIPV6() + +#14686: gnrc_sixlowpan_frag_vrb: fix cppcheck warning + +#14693: cpu/msp430_common: fix thread_yield_higher() when called in isr + +#14685: gnrc/nib: fix _idx_dsts() calculation + +#14817: gnrc_sixlowpan_frag_rb: Check possibly uninitialized pointers + + RIOT-2020.07 - Release Notes ============================ RIOT is a multi-threading operating system which enables soft real-time