From 50a639b936ea6e95cda3e75c2ae98e8cba076611 Mon Sep 17 00:00:00 2001 From: Tomas Cejka Date: Thu, 6 Jun 2024 15:17:09 +0200 Subject: [PATCH] libtrap: increased version, updated ChangeLog, released RPM package --- libtrap/ChangeLog | 3 +++ libtrap/NEWS | 3 +++ libtrap/configure.ac | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libtrap/ChangeLog b/libtrap/ChangeLog index bf4cbd72..b6ba6b39 100644 --- a/libtrap/ChangeLog +++ b/libtrap/ChangeLog @@ -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 diff --git a/libtrap/NEWS b/libtrap/NEWS index ab67e407..8db4c209 100644 --- a/libtrap/NEWS +++ b/libtrap/NEWS @@ -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() diff --git a/libtrap/configure.ac b/libtrap/configure.ac index f0d4f527..dbc344a6 100644 --- a/libtrap/configure.ac +++ b/libtrap/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([libtrap], [1.18.0], [nemea@cesnet.cz]) +AC_INIT([libtrap], [1.18.1], [nemea@cesnet.cz]) #for debug purposes: #AM_INIT_AUTOMAKE([-Wall -Werror]) AM_INIT_AUTOMAKE([subdir-objects no-dependencies])