Skip to content

Commit

Permalink
Merge pull request #14884 from miri64/backport/2020.07/release-notes/…
Browse files Browse the repository at this point in the history
…enh/2020.07.1

release-notes: add 2020.07.1 release notes [backport 2020.07]
  • Loading branch information
miri64 authored Aug 28, 2020
2 parents f415d93 + ae24128 commit 608a20f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RIOT_VERSION = 2020.07
RIOT_VERSION = 2020.07.1
20 changes: 20 additions & 0 deletions release-notes.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 608a20f

Please sign in to comment.