Skip to content

Commit 50a639b

Browse files
committed
libtrap: increased version, updated ChangeLog, released RPM package
1 parent 4279b54 commit 50a639b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

libtrap/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2024-06-06 libtrap-1.18.1
2+
* update path and attributes of the defaultsocketdir
3+
14
2024-02-07 libtrap-1.18.0
25
* libtrap: add trap_recv_with_seq_number() and trap_get_input_ifc_stats() functions
36

libtrap/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2024-06-06 (Karel Hynek): Add sticky bit to tmpfiles directory
2+
2024-06-06 (Karel Hynek): FIX libtrap tmpfiles configuration
3+
14
2024-02-07 (Pavel Siska): libtrap - implement tcpip_receiver_recv_seq_number() and tcpip_receiver_get_stats() to tcpip interface
25
2024-02-07 (Pavel Siska): libtrap - add trap_recv_with_seq_number() and trap_get_input_ifc_stats() functions
36
2024-02-06 (Pavel Siska): libtrap - add functions declaration recv_with_seq_number() and get_input_stats()

libtrap/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.63])
5-
AC_INIT([libtrap], [1.18.0], [[email protected]])
5+
AC_INIT([libtrap], [1.18.1], [[email protected]])
66
#for debug purposes:
77
#AM_INIT_AUTOMAKE([-Wall -Werror])
88
AM_INIT_AUTOMAKE([subdir-objects no-dependencies])

0 commit comments

Comments
 (0)