mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-30 03:34:14 +01:00
Add ChangeLog entry for redundant mutex initialization optimizations
This commit is contained in:
parent
0a91973e4b
commit
2a0aee3163
@ -1,5 +1,12 @@
|
|||||||
mbed TLS ChangeLog (Sorted per branch, date)
|
mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
|
|
||||||
|
= mbed TLS 2.1.x branch released xxxx-xx-xx
|
||||||
|
|
||||||
|
Changes
|
||||||
|
* Do not define global mutexes around readdir() and gmtime() in
|
||||||
|
configurations where the feature is disabled. Found and fixed by Gergely
|
||||||
|
Budai.
|
||||||
|
|
||||||
= mbed TLS 2.1.11 branch released xxxx-xx-xx
|
= mbed TLS 2.1.11 branch released xxxx-xx-xx
|
||||||
|
|
||||||
Default behavior changes
|
Default behavior changes
|
||||||
|
Loading…
Reference in New Issue
Block a user