1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

release-notes: Fix typos from commit messages

Co-authored-by: Marian Buschsieweke <maribu@users.noreply.github.com>
This commit is contained in:
chrysn 2022-08-25 12:54:58 +02:00
parent 53a00e63e0
commit 80d2f8bba9

View File

@ -128,7 +128,7 @@ Networking
* gnrc_sock: warn about non-zero receive timeouts with sock_async (#17691)
* net/ble/skald: make advertising interval configurable per context (#17834)
* net/gnrc: Fixing whitespace in the documentation (#18036)
* net/sock/udp: designated intializer, C++ compatibility (#18035)
* net/sock/udp: designated initializer, C++ compatibility (#18035)
* sock_dns: implement DNS cache (#17680)
* sock_dns_cache: move to dns_cache (#18318)
* sock_dns_cache: move to dns_cache [backport 2022.07] (#18327)
@ -252,7 +252,7 @@ CPU
* invert MCU_* and CPU* conditionals (#18248)
* move platform code for Xtensa-based ESP32x SoCs to module esp_xtensa (#18259)
* Remove dependency on module libc_gettimeofday (#18202)
* split modul esp_wpa supplicant into several modules (#18239)
* split module esp_wpa supplicant into several modules (#18239)
* FreeRTOS adaptation layer changes/extension required for ESP-IDF HAL/LL
(#18224)
* use LittleFS2 as default FS (#18159)
@ -436,7 +436,7 @@ Bug fixes (64)
* makefiles/boot/riotboot: set DEBUG_ELFFILE to slot0.elf (#18138)
* nanocoap: follow-up fixes (#17950)
* nanocoap_sock: fix wrong assertion (#18221)
* net/eui_provider: provide netif index to EUI provder function (#18251)
* net/eui_provider: provide netif index to EUI provider function (#18251)
* pkg/ccn-lite: patch to fix use-after-free [backport 2022.07] (#18488)
* pkg/emlearn: fix kconfig model (#18306)
* pkg/emlearn: Remove unused emlearn module (#18287)