Skip to content

Commit

Permalink
libtrap: increased version, updated ChangeLog, released RPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Feb 7, 2024
1 parent 7d38c69 commit 152311a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions libtrap/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-02-07 libtrap-1.18.0
* libtrap: add trap_recv_with_seq_number() and trap_get_input_ifc_stats() functions

2023-08-28 libtrap-1.17.1
* BUGFIX: division by zero in JSON statistics
* BUGFIX: double close of the socket
Expand Down
5 changes: 5 additions & 0 deletions libtrap/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
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()
2023-10-20 (Tomas Cejka): fixup! unirec: rpm: fixed missing ur_values issue

2023-08-28 (Tomas Cejka): Merge pull request #206 from CESNET/bugfix_libtrap_linkedlist_removal
2023-08-27 (Pavel Siska): libtrap: BUGFIX synchronize threads at exit
2023-08-10 (Tomas Cejka): libtrap: BUGFIX potential double close of the socket
Expand Down
2 changes: 1 addition & 1 deletion libtrap/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.63])
AC_INIT([libtrap], [1.17.1], [[email protected]])
AC_INIT([libtrap], [1.18.0], [[email protected]])
#for debug purposes:
#AM_INIT_AUTOMAKE([-Wall -Werror])
AM_INIT_AUTOMAKE([subdir-objects no-dependencies])
Expand Down

0 comments on commit 152311a

Please sign in to comment.