Skip to content

Commit 574a51e

Browse files
committed
libtrap: increased version, updated ChangeLog, released RPM package
1 parent 83280d4 commit 574a51e

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-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-09-16 libtrap-1.18.2
2+
* libtrap: [tcpip & tls] fix sending thread cleanup on exit
3+
* libtrap: [tcpip & tls] fix container duplication when termination signal was received
14
2024-06-06 libtrap-1.18.1
25
* update path and attributes of the defaultsocketdir
36

libtrap/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-09-16 (Pavel Siska): libtrap - fix sending thread cleanup on exit
2+
2024-09-02 (Pavel Siska): libtrap - trap_container - fixed typo in functions name
3+
2024-09-02 (Pavel Siska): libtrap - tcpip & tls ifc - fix container duplication when termination signal was received.
4+
15
2024-06-06 (Karel Hynek): Add sticky bit to tmpfiles directory
26
2024-06-06 (Karel Hynek): FIX libtrap tmpfiles configuration
37

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.1], [[email protected]])
5+
AC_INIT([libtrap], [1.18.2], [[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)