Skip to content

Commit 838a504

Browse files
committed
libtrap: increased version, updated ChangeLog, released RPM package
1 parent c5ab7fb commit 838a504

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

libtrap/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2023-08-28 libtrap-1.17.1
2+
* BUGFIX: division by zero in JSON statistics
3+
* BUGFIX: double close of the socket
4+
* BUGFIX: double free of resources on finalization
5+
16
2023-01-25 libtrap-1.17.0
27
* libtrap: reworked buffers for tcp/unix and tls
38
* libtrap: file ifc flush last buffer before termination

libtrap/NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2023-08-28 (Tomas Cejka): Merge pull request #206 from CESNET/bugfix_libtrap_linkedlist_removal
2+
2023-08-27 (Pavel Siska): libtrap: BUGFIX synchronize threads at exit
3+
2023-08-10 (Tomas Cejka): libtrap: BUGFIX potential double close of the socket
4+
2023-08-10 (Tomas Cejka): libtrap: BUGFIX proper removing clients from list
5+
2023-02-14 (SiskaPavel): Merge pull request #205 from CESNET/libtrap-tcpip-json-stats-fix
6+
2023-02-14 (Pavel Siska): Libtrap - ifc_tcpip - fix division by zero in json stats
7+
2023-01-25 (Tomas Cejka): Merge pull request #204 from CESNET/libtrap-new-version
8+
19
2023-01-25 (xsiska12): libtrap - update stats tool
210
2023-01-25 (xsiska12): libtrap - reworked tcpip and tls internal buffers
311
2023-01-23 (xsiska12): libtrap - file ifc - write last buffer to the file, before terminate

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