Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libtrap: increased version, updated ChangeLog, released RPM package #223

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions libtrap/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-06-06 libtrap-1.18.1
* update path and attributes of the defaultsocketdir

2024-02-07 libtrap-1.18.0
* libtrap: add trap_recv_with_seq_number() and trap_get_input_ifc_stats() functions

Expand Down
3 changes: 3 additions & 0 deletions libtrap/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-06-06 (Karel Hynek): Add sticky bit to tmpfiles directory
2024-06-06 (Karel Hynek): FIX libtrap tmpfiles configuration

2024-02-07 (Pavel Siska): libtrap - implement tcpip_receiver_recv_seq_number() and tcpip_receiver_get_stats() to tcpip interface
2024-02-07 (Pavel Siska): libtrap - add trap_recv_with_seq_number() and trap_get_input_ifc_stats() functions
2024-02-06 (Pavel Siska): libtrap - add functions declaration recv_with_seq_number() and get_input_stats()
Expand Down
2 changes: 1 addition & 1 deletion libtrap/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.63])
AC_INIT([libtrap], [1.18.0], [[email protected]])
AC_INIT([libtrap], [1.18.1], [[email protected]])
#for debug purposes:
#AM_INIT_AUTOMAKE([-Wall -Werror])
AM_INIT_AUTOMAKE([subdir-objects no-dependencies])
Expand Down
Loading