mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Add ChangeLog entry for Windows threading fix
This commit is contained in:
parent
da642d98c0
commit
404aa65813
1 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,12 @@
|
||||||
mbed TLS ChangeLog (Sorted per branch, date)
|
mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
|
|
||||||
|
= mbed TLS x.x.x branch released xxxx-xx-xx
|
||||||
|
|
||||||
|
Changes
|
||||||
|
* Change the use of Windows threading to use Microsoft Visual C++ runtime
|
||||||
|
calls, rather than Win32 API calls directly. This is necessary to avoid
|
||||||
|
conflict with C runtime usage. Found and fixed by irwir.
|
||||||
|
|
||||||
= mbed TLS 2.11.0 branch released 2018-06-18
|
= mbed TLS 2.11.0 branch released 2018-06-18
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue