Skip to content

Commit 92937a5

Browse files
committed
unirec: increased version, updated ChangeLog, released RPM package
1 parent 61d01c4 commit 92937a5

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

unirec/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-07-25 unirec-3.3.0
2+
* unirec++ - outputInterface - improvements
3+
* unirec++ - bidirectionalInterface - improvements
4+
15
2024-02-07 unirec-3.2.0
26
* unirec++ - fix template reload
37
* unirec++ - add support for receiving sequential numbers

unirec/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-07-25 (Pavel Siska): unirec++ - outputInterface - dont send EoF if interface is not initialized
2+
2024-07-25 (Pavel Siska): unirec++ - bidirectionalInterface - dont send EoF if interface is not initialized, dont set empty template
3+
2024-02-07 (Pavel Siska): unirec - add inputInterface.hpp file to spec file
4+
15
2024-02-07 (Pavel Siska): unirec++ - bidirectionalInterface - add support for receiving sequential numbers
26
2024-02-07 (Pavel Siska): unirec++ - bidirectionalInterface - add getInputInterfaceStats function Function reads stats from input trap interace Reads: receivedBytes, receivedRecords, missedRecord
37
2024-02-07 (Pavel Siska): unirec++ - inputInterface - add support for receiving sequential numbers

unirec/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([unirec], [3.2.0], [[email protected]])
5+
AC_INIT([unirec], [3.3.0], [[email protected]])
66
AC_CONFIG_SRCDIR([unirec.c])
77
AC_CONFIG_HEADERS([config.h])
88
AM_INIT_AUTOMAKE([subdir-objects silent-rules])

0 commit comments

Comments
 (0)