Skip to content

Commit

Permalink
Release new tang version (v13) (#113)
Browse files Browse the repository at this point in the history
Resolves: #112

Proposed changelog:
Add v2 version for codecov action (#1fcfdb6)
socket: fix possible buffer overflow in listen_port() (#9b9d149)
socket: free socket list before exiting (#5631569)
tests: make sure on_exit handler completes (#0cacc91)
tests: fix wait_for_port() retry mechanism (#5160a4a)
use sigaction instead of signal for SIGCHLD processing (#f44f4ec)
tangd.socket: Set ownership and mode of jwkdir (#ae736c9)

Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
  • Loading branch information
sarroutbi authored May 5, 2023
1 parent 1fcfdb6 commit ea54169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('tang', 'c',
version: '12',
version: '13',
license: 'GPL3+',
default_options: [
'c_std=c99',
Expand Down

0 comments on commit ea54169

Please sign in to comment.