Skip to content

Commit

Permalink
Create new release (version 13)
Browse files Browse the repository at this point in the history
Change meson.build to include new release, that
will contain latest fixes in tang repository

Resolves: latchset#112

Proposed changelog:

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 committed May 5, 2023
1 parent 9b9d149 commit ae88b1d
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 ae88b1d

Please sign in to comment.