File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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+
162023-01-25 libtrap-1.17.0
27 * libtrap: reworked buffers for tcp/unix and tls
38 * libtrap: file ifc flush last buffer before termination
Original file line number Diff line number Diff line change 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+
192023-01-25 (xsiska12): libtrap - update stats tool
2102023-01-25 (xsiska12): libtrap - reworked tcpip and tls internal buffers
3112023-01-23 (xsiska12): libtrap - file ifc - write last buffer to the file, before terminate
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_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])
88AM_INIT_AUTOMAKE ( [ subdir-objects no-dependencies] )
You can’t perform that action at this time.
0 commit comments