Skip to content

Commit

Permalink
unirec: 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 2efb454 commit 5621b09
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions unirec/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-02-07 unirec-3.2.0
* unirec++ - fix template reload
* unirec++ - add support for receiving sequential numbers
* unirec++ - add getInputInterfaceStats function

2024-01-23 unirec-3.1.0
* unirec++ - change namespace to Nemea
* unirec++ - refactor IpAddress class
Expand Down
9 changes: 9 additions & 0 deletions unirec/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2024-02-07 (Pavel Siska): unirec++ - bidirectionalInterface - add support for receiving sequential numbers
2024-02-07 (Pavel Siska): unirec++ - bidirectionalInterface - add getInputInterfaceStats function Function reads stats from input trap interace Reads: receivedBytes, receivedRecords, missedRecord
2024-02-07 (Pavel Siska): unirec++ - inputInterface - add support for receiving sequential numbers
2024-02-07 (Pavel Siska): unirec++ - unirecRecordView - Add getSequenceNumber function to retrieve the UniRec record's sequential number Sequence number indicates order of processing and potential data loss due to libtrap buffer overflow.
2024-02-07 (Pavel Siska): unirec++ - inputInterface - add getInputInterfaceStats function Function reads stats from input trap interace Reads: receivedBytes, receivedRecords, missedRecords
2024-02-07 (Pavel Siska): unirec++ - introduce interfaceStats structures
2024-02-07 (Pavel Siska): unirec++ - inputInterface - improve template reload, fix bug in receive
2024-02-07 (Pavel Siska): unirec++ - bidirectionalInterface - improve template reload, fix bug in receive

2024-01-23 (Pavel Siska): unirec++ - rename namespace to Nemea
2024-01-23 (Pavel Siska): unirec++ - refactor IpAddress class

Expand Down
2 changes: 1 addition & 1 deletion unirec/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([unirec], [3.1.0], [[email protected]])
AC_INIT([unirec], [3.2.0], [[email protected]])
AC_CONFIG_SRCDIR([unirec.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([subdir-objects silent-rules])
Expand Down

0 comments on commit 5621b09

Please sign in to comment.