Skip to content

Commit 27d9a8c

Browse files
committed
maintain ChangeLog
1 parent 4b60c89 commit 27d9a8c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
----------------------------------------------------------------------
22
Version 1.11.0 - 2021-??-??
3+
- bugfix: function inline errors in debug optimization (-Og)
4+
Compiler does not inline any functions when using debug
5+
optimization (-Og). Hence, remove -Winline flag when compiling with
6+
debug optimization.
7+
Thanks to Yash Shinde for the patch.
8+
- CI: upgrading to newer ubuntu version as required by github
9+
we used older ubuntu versions as base for our containers, these
10+
versions are no longer available in github actions. As such,
11+
we upgraded. Has no effect on testbench as we execute everything
12+
in container environment and container remains the same.
313
- tcp: fix some compiler warnings with enable-tls-openssl
414
When --enable-tls=no and --enable-tls-openssl=yes, the following
515
compiler errors were reported.

0 commit comments

Comments
 (0)