Skip to content

Commit

Permalink
maintain ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerhards committed Jul 4, 2023
1 parent 4b60c89 commit 27d9a8c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
----------------------------------------------------------------------
Version 1.11.0 - 2021-??-??
- bugfix: function inline errors in debug optimization (-Og)
Compiler does not inline any functions when using debug
optimization (-Og). Hence, remove -Winline flag when compiling with
debug optimization.
Thanks to Yash Shinde for the patch.
- CI: upgrading to newer ubuntu version as required by github
we used older ubuntu versions as base for our containers, these
versions are no longer available in github actions. As such,
we upgraded. Has no effect on testbench as we execute everything
in container environment and container remains the same.
- tcp: fix some compiler warnings with enable-tls-openssl
When --enable-tls=no and --enable-tls-openssl=yes, the following
compiler errors were reported.
Expand Down

0 comments on commit 27d9a8c

Please sign in to comment.